FabricClientSettings.PartitionLocationCacheLimit Property

Definition

Gets the maximum number of cached location entries on the client.

public long PartitionLocationCacheLimit { get; set; }
member this.PartitionLocationCacheLimit : int64 with get, set
Public Property PartitionLocationCacheLimit As Long

Property Value

The maximum number of cached location entries on the client.

Remarks

The default value of the PartitionLocationCacheLimit property is 1000.

The PartitionLocationCacheLimit property is not updatable. Setting this property will throw a ArgumentException exception.

When the cache limit is reached the oldest entries are discarded first. The default value is 100.

Applies to