KeyValueStoreReplica.GetLSNSplitPercentile(Int32) Method
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 an LSN approximately percentile% of the way through the KVS store.
public long GetLSNSplitPercentile (int percentile);
member this.GetLSNSplitPercentile : int -> int64
Public Function GetLSNSplitPercentile (percentile As Integer) As Long
Parameters
- percentile
- Int32
Returns
The sequence number approximately at the percentile provided
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET