KeyValueStoreReplicaStatus Class

Key value store related information for the replica.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.servicefabric.models._models_py3.ReplicaStatusBase
KeyValueStoreReplicaStatus

Constructor

KeyValueStoreReplicaStatus(*, database_row_count_estimate: Optional[str] = None, database_logical_size_estimate: Optional[str] = None, copy_notification_current_key_filter: Optional[str] = None, copy_notification_current_progress: Optional[str] = None, status_details: Optional[str] = None, **kwargs)

Parameters

kind
str
Required

Required. Constant filled by server.

database_row_count_estimate
str
Required

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

database_logical_size_estimate
str
Required

Value indicating the estimated size of the underlying database.

copy_notification_current_key_filter
str
Required

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

copy_notification_current_progress
str
Required

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

status_details
str
Required

Value indicating the current status details of the replica.