Share via


KeyValueStoreReplicaStatus

Key value store related information for the replica.

Properties

Name Type Required
DatabaseRowCountEstimate string No
DatabaseLogicalSizeEstimate string No
CopyNotificationCurrentKeyFilter string No
CopyNotificationCurrentProgress string No
StatusDetails string No

DatabaseRowCountEstimate

Type: string
Required: No

Value indicating the estimated number of rows in the underlying database.


DatabaseLogicalSizeEstimate

Type: string
Required: No

Value indicating the estimated size of the underlying database.


CopyNotificationCurrentKeyFilter

Type: string
Required: No

Value indicating the latest key-prefix filter applied to enumeration during the callback. Null if there is no pending callback.


CopyNotificationCurrentProgress

Type: string
Required: No

Value indicating the latest number of keys enumerated during the callback. 0 if there is no pending callback.


StatusDetails

Type: string
Required: No

Value indicating the current status details of the replica.