UniformInt64RangePartitionSchemeDescription 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 a partitioning scheme where an integer range is allocated evenly across a number of partitions.
public sealed class UniformInt64RangePartitionSchemeDescription : System.Fabric.Description.PartitionSchemeDescription
type UniformInt64RangePartitionSchemeDescription = class
inherit PartitionSchemeDescription
Public NotInheritable Class UniformInt64RangePartitionSchemeDescription
Inherits PartitionSchemeDescription
- Inheritance
Constructors
UniformInt64RangePartitionSchemeDescription() |
Initializes a new instance of the UniformInt64RangePartitionSchemeDescription class. |
UniformInt64RangePartitionSchemeDescription(Int32, Int64, Int64) |
Initializes a new instance of the UniformInt64RangePartitionSchemeDescription class by specifying the partition count and the range values. |
UniformInt64RangePartitionSchemeDescription(Int32) |
Initializes a new instance of the UniformInt64RangePartitionSchemeDescription class by specifying the partition count. |
Properties
HighKey |
Gets or sets the inclusive upper bound on the range of keys that is supported by the service. |
LowKey |
Gets or sets the inclusive lower bound on the range of keys that is supported by the service. |
PartitionCount |
Gets or sets the partition count. |
Scheme |
Specifies how the service is partitioned. A common use is that it enables programmers to cast the description into SingletonPartitionSchemeDescription, NamedPartitionSchemeDescription, or UniformInt64RangePartitionSchemeDescription. (Inherited from PartitionSchemeDescription) |
Applies to
Azure SDK for .NET