Int64RangePartitionInformation Class

Definition

Describes the partition information for the integer range that is based on partition schemes. Services observe this type of ServicePartitionInformation when the service is created with the UniformInt64RangePartitionSchemeDescription class. Int64RangePartitionInformation derives from IServicePartition and is provided to services as part of the IStatefulServicePartition or IStatelessServicePartition, which is passed in via the stateful OpenAsync(ReplicaOpenMode, IStatefulServicePartition, CancellationToken) or the stateless OpenAsync(IStatelessServicePartition, CancellationToken) methods.

public sealed class Int64RangePartitionInformation : System.Fabric.ServicePartitionInformation
type Int64RangePartitionInformation = class
    inherit ServicePartitionInformation
Public NotInheritable Class Int64RangePartitionInformation
Inherits ServicePartitionInformation
Inheritance
Int64RangePartitionInformation

Properties

HighKey

Specifies the maximum key value for this partition.

Id

Specifies the partition ID for this partition as a GUID.

(Inherited from ServicePartitionInformation)
Kind

Describes the type of partition.

(Inherited from ServicePartitionInformation)
LowKey

Specifies the minimum key value for this partition.

Applies to