Compartir a través de


KeyValueStoreReplicaStatus interface

Key value store related information for the replica.

Properties

copyNotificationCurrentKeyFilter

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

copyNotificationCurrentProgress

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

databaseLogicalSizeEstimate

Value indicating the estimated size of the underlying database.

databaseRowCountEstimate

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

kind

Polymorphic Discriminator

statusDetails

Value indicating the current status details of the replica.

Property Details

copyNotificationCurrentKeyFilter

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

copyNotificationCurrentKeyFilter?: string

Property Value

string

copyNotificationCurrentProgress

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

copyNotificationCurrentProgress?: string

Property Value

string

databaseLogicalSizeEstimate

Value indicating the estimated size of the underlying database.

databaseLogicalSizeEstimate?: string

Property Value

string

databaseRowCountEstimate

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

databaseRowCountEstimate?: string

Property Value

string

kind

Polymorphic Discriminator

kind: "KeyValueStore"

Property Value

"KeyValueStore"

statusDetails

Value indicating the current status details of the replica.

statusDetails?: string

Property Value

string