# ReadCount

> The number of read commands performed for this read operation. Will return zero until the reads have begun.

## Definition

* **Type:** Property
* **Namespace:** [Unity.IO.LowLevel.Unsafe](/engine/6000.7/script-reference/unity/io/lowlevel/unsafe.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public long ReadCount { get; }
```
