# AccessCounter Fields

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleans.transactions.abstractions.accesscounter/)

## Reads {#reads-d9b95bf4}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleans.transactions.abstractions.accesscounter/fields/reads-d9b95bf4/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Transactions/Abstractions/ITransactionManager.cs)

```csharp
[Orleans.Id(0)]
public int Reads
```

## Writes {#writes-51dea1a7}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleans.transactions.abstractions.accesscounter/fields/writes-51dea1a7/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Transactions/Abstractions/ITransactionManager.cs)

```csharp
[Orleans.Id(1)]
public int Writes
```
