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.
[Newtonsoft.Json.JsonObject("UniformInt64Range")]
public class UniformInt64RangePartitionSchemeDescription : Microsoft.Azure.Management.ServiceFabric.Models.PartitionSchemeDescription
[<Newtonsoft.Json.JsonObject("UniformInt64Range")>]
type UniformInt64RangePartitionSchemeDescription = class
inherit PartitionSchemeDescription
Public Class UniformInt64RangePartitionSchemeDescription
Inherits PartitionSchemeDescription
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
UniformInt64RangePartitionSchemeDescription() |
Initializes a new instance of the UniformInt64RangePartitionSchemeDescription class. |
UniformInt64RangePartitionSchemeDescription(Int32, String, String) |
Initializes a new instance of the UniformInt64RangePartitionSchemeDescription class. |
Properties
Count |
Gets or sets the number of partitions. |
HighKey |
Gets or sets string indicating the upper bound of the partition key range that should be split between the partition ‘count’ |
LowKey |
Gets or sets string indicating the lower bound of the partition key range that should be split between the partition ‘count’ |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET