UniformInt64RangePartitionSchemeDescription Class
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
Uniform |
Initializes a new instance of the UniformInt64RangePartitionSchemeDescription class. |
Uniform |
Initializes a new instance of the UniformInt64RangePartitionSchemeDescription class by specifying the partition count and the range values. |
Uniform |
Initializes a new instance of the UniformInt64RangePartitionSchemeDescription class by specifying the partition count. |
High |
Gets or sets the inclusive upper bound on the range of keys that is supported by the service. |
Low |
Gets or sets the inclusive lower bound on the range of keys that is supported by the service. |
Partition |
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) |
Product | Versions |
---|---|
Azure SDK for .NET | Legacy, Latest |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: