次の方法で共有


UniformInt64RangePartitionSchemeDescription クラス

定義

整数範囲が複数のパーティションに均等に割り当てられるパーティション構成について説明します。

public class UniformInt64RangePartitionSchemeDescription : Azure.ResourceManager.ServiceFabric.Models.PartitionSchemeDescription
type UniformInt64RangePartitionSchemeDescription = class
    inherit PartitionSchemeDescription
Public Class UniformInt64RangePartitionSchemeDescription
Inherits PartitionSchemeDescription
継承
UniformInt64RangePartitionSchemeDescription

コンストラクター

UniformInt64RangePartitionSchemeDescription(Int32, String, String)

UniformInt64RangePartitionSchemeDescription の新しいインスタンスを初期化します。

プロパティ

Count

パーティションの数。

HighKey

パーティション 'count' 間で分割する必要があるパーティション キー範囲の上限を示す文字列

LowKey

パーティション 'count' 間で分割する必要があるパーティション キー範囲の下限を示す文字列

適用対象