Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyValueStoreReplicaStatus

Package version

Key value store related information for the replica.

Hierarchy

  • KeyValueStoreReplicaStatus

Index

Properties

Optional copyNotificationCurrentKeyFilter

copyNotificationCurrentKeyFilter: undefined | string

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

Optional copyNotificationCurrentProgress

copyNotificationCurrentProgress: undefined | string

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

Optional databaseLogicalSizeEstimate

databaseLogicalSizeEstimate: undefined | string

Value indicating the estimated size of the underlying database.

Optional databaseRowCountEstimate

databaseRowCountEstimate: undefined | string

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

kind

kind: "KeyValueStore"

Polymorphic Discriminator

Optional statusDetails

statusDetails: undefined | string

Value indicating the current status details of the replica.

Generated using TypeDoc