FabricClientSettings.PartitionLocationCacheLimit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET