UniformInt64RangePartitionSchemeDescription Class

Definition

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
UniformInt64RangePartitionSchemeDescription
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

IJsonModel<PartitionSchemeDescription>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from PartitionSchemeDescription)
IJsonModel<PartitionSchemeDescription>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from PartitionSchemeDescription)
IJsonModel<UniformInt64RangePartitionSchemeDescription>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<UniformInt64RangePartitionSchemeDescription>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PartitionSchemeDescription>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from PartitionSchemeDescription)
IPersistableModel<PartitionSchemeDescription>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from PartitionSchemeDescription)
IPersistableModel<PartitionSchemeDescription>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from PartitionSchemeDescription)
IPersistableModel<UniformInt64RangePartitionSchemeDescription>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UniformInt64RangePartitionSchemeDescription>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<UniformInt64RangePartitionSchemeDescription>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to