次の方法で共有


UniformInt64RangePartitionSchemeDescription クラス

定義

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

[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
継承
UniformInt64RangePartitionSchemeDescription
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

UniformInt64RangePartitionSchemeDescription()

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

UniformInt64RangePartitionSchemeDescription(Int32, String, String)

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

プロパティ

Count

パーティションの数を取得または設定します。

HighKey

パーティション 'count' 間で分割する必要があるパーティション キー範囲の上限を示す文字列を取得または設定します

LowKey

パーティション 'count' 間で分割する必要があるパーティション キー範囲の下限を示す文字列を取得または設定します

メソッド

Validate()

オブジェクトを検証します。

適用対象