Share via


KeyValueStoreEnumerator Class

Definition

Reads the local store contents of a secondary replica within the context of a copy completion callback.

.
public sealed class KeyValueStoreEnumerator
type KeyValueStoreEnumerator = class
Public NotInheritable Class KeyValueStoreEnumerator
Inheritance
KeyValueStoreEnumerator

Methods

Enumerate(String)

Enumerates the local store contents and includes the data value for all enumerated key-value pairs.

Enumerate(String, Boolean)

Enumerates the local store contents and includes the data value for all enumerated key-value pairs.

EnumerateMetadata(String)

Enumerates the local store contents but excludes the data value for all enumerated key-value pairs.

EnumerateMetadata(String, Boolean)

Enumerates the local store contents but excludes the data value for all enumerated key-value pairs.

Applies to