次の方法で共有


ServicePartitionKey クラス

定義

サービス パーティションをアドレス指定するキーを定義します。

public sealed class ServicePartitionKey
type ServicePartitionKey = class
Public NotInheritable Class ServicePartitionKey
継承
ServicePartitionKey

コンストラクター

ServicePartitionKey()

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

ServicePartitionKey(Int64)

uniform int64 パーティション 分割されたサービスの クラスの ServicePartitionKey 新しいインスタンスを初期化します。

ServicePartitionKey(String)

名前付きパーティション 分割されたサービスの ServicePartitionKey クラスの新しいインスタンスを初期化します。

フィールド

Singleton

シングルトン パーティションを示す ServicePartitionKey を返します。

プロパティ

Kind

適用されるパーティション キーの種類を取得します。

Value

パーティション キーの値を取得します。 この値は、Kind プロパティの値に基づいて適切な型にキャストできます。

適用対象