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 class UniformInt64RangePartitionSchemeDescription : Azure.ResourceManager.ServiceFabric.Models.PartitionSchemeDescription
public class UniformInt64RangePartitionSchemeDescription : Azure.ResourceManager.ServiceFabric.Models.PartitionSchemeDescription, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceFabric.Models.UniformInt64RangePartitionSchemeDescription>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceFabric.Models.UniformInt64RangePartitionSchemeDescription>
type UniformInt64RangePartitionSchemeDescription = class
inherit PartitionSchemeDescription
type UniformInt64RangePartitionSchemeDescription = class
inherit PartitionSchemeDescription
interface IJsonModel<UniformInt64RangePartitionSchemeDescription>
interface IPersistableModel<UniformInt64RangePartitionSchemeDescription>
Public Class UniformInt64RangePartitionSchemeDescription
Inherits PartitionSchemeDescription
Public Class UniformInt64RangePartitionSchemeDescription
Inherits PartitionSchemeDescription
Implements IJsonModel(Of UniformInt64RangePartitionSchemeDescription), IPersistableModel(Of UniformInt64RangePartitionSchemeDescription)
- Inheritance
- Implements
Constructors
UniformInt64RangePartitionSchemeDescription(Int32, String, String) |
Initializes a new instance of UniformInt64RangePartitionSchemeDescription. |
Properties
Count |
The number of partitions. |
HighKey |
String indicating the upper bound of the partition key range that should be split between the partition ‘count’ |
LowKey |
String indicating the lower bound of the partition key range that should be split between the partition ‘count’ |
Explicit Interface Implementations
Applies to
Azure SDK for .NET