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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.