KeyValueStoreReplicaStatus クラス

定義

キー/値ストア レプリカのクエリの状態

public sealed class KeyValueStoreReplicaStatus : System.Fabric.Query.ReplicaStatus
type KeyValueStoreReplicaStatus = class
    inherit ReplicaStatus
Public NotInheritable Class KeyValueStoreReplicaStatus
Inherits ReplicaStatus
継承
KeyValueStoreReplicaStatus

プロパティ

CopyNotificationCurrentKeyFilter

コールバック中に列挙に適用された最新のキープレフィックス フィルターを示す値を OnCopyComplete(KeyValueStoreEnumerator) 取得します。 保留中のコールバックがない場合は Null。

CopyNotificationCurrentProgress

コールバック中に列挙されたキーの最新数を示す値を OnCopyComplete(KeyValueStoreEnumerator) 取得します。 保留中のコールバックがない場合は 0。

DatabaseLogicalSizeEstimate

基になるデータベースの推定論理サイズを示す値を取得します。

DatabasePhysicalSizeEstimateInBytes

基になるデータベースの推定物理サイズを示す値を取得します。

DatabaseRowCountEstimate

基になるデータベース内の推定行数を示す値を取得します。

Kind

レプリカの種類を表します。

(継承元 ReplicaStatus)
MigrationStatus

現在の状態プロバイダーの移行状態を示す値を取得します (存在する場合)

ProviderKind

このキー/値ストア レプリカをバックアップする状態プロバイダーの種類を示す値を取得します。

StatusDetails

レプリカの現在の状態の詳細 (存在する場合) を示す値を取得します。

適用対象