KeyValueStoreReplica.GetLSNSplitPercentile(Int32) Method

Definition

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