次の方法で共有


UniformInt64RangePartitionScheme クラス

定義

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

[Newtonsoft.Json.JsonObject("UniformInt64Range")]
public class UniformInt64RangePartitionScheme : Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition
[<Newtonsoft.Json.JsonObject("UniformInt64Range")>]
type UniformInt64RangePartitionScheme = class
    inherit Partition
Public Class UniformInt64RangePartitionScheme
Inherits Partition
継承
UniformInt64RangePartitionScheme
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

UniformInt64RangePartitionScheme()

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

UniformInt64RangePartitionScheme(Int32, Int64, Int64)

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

プロパティ

Count

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

HighKey

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

LowKey

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

メソッド

Validate()

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

適用対象