# MemoryStorageWithLatencyOptions Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.persistence.memory/orleans.storage.memorystoragewithlatencyoptions/)

## Latency {#latency-1546bcd1}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.persistence.memory/orleans.storage.memorystoragewithlatencyoptions/properties/latency-1546bcd1/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Persistence.Memory/Storage/MemoryStorageWithLatency.cs)

```csharp
public TimeSpan Latency
```

Gets or sets the latency.

### Value

The latency.

## MockCallsOnly {#mockcallsonly-f602c46b}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.persistence.memory/orleans.storage.memorystoragewithlatencyoptions/properties/mockcallsonly-f602c46b/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Persistence.Memory/Storage/MemoryStorageWithLatency.cs)

```csharp
public bool MockCallsOnly
```

Gets or sets a value indicating whether to mock calls instead of issuing real storage calls.

### Value

`true` if the provider should mock calls; otherwise, `false`.
