Share via


KeyValueStoreReplicaStatus Class

Definition

Query status for a key/value store replica

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

Properties

CopyNotificationCurrentKeyFilter

Gets a value indicating the latest key-prefix filter applied to enumeration during the OnCopyComplete(KeyValueStoreEnumerator) callback. Null if there is no pending callback.

CopyNotificationCurrentProgress

Gets a value indicating the latest number of keys enumerated during the OnCopyComplete(KeyValueStoreEnumerator) callback. 0 if there is no pending callback.

DatabaseLogicalSizeEstimate

Gets a value indicating the estimated logical size of the underlying database.

DatabasePhysicalSizeEstimateInBytes

Gets a value indicating the estimated physical size of the underlying database.

DatabaseRowCountEstimate

Gets a value indicating the estimated number of rows in the underlying database.

Kind

Represents kind of a replica.

(Inherited from ReplicaStatus)
MigrationStatus

Gets a value indicating the current state provider migration status (if any)

ProviderKind

Gets a value indicating the type of state provider backing this key/value store replica.

StatusDetails

Gets a value indicating the current status details (if any) of the replica.

Applies to