KeyValueStoreReplicaStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET