Int64RangePartitionInformation Class
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.
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
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
Azure SDK for .NET