KeyValueStoreEnumerator 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.
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, Boolean) |
Enumerates the local store contents and includes the data value for all enumerated key-value pairs. |
Enumerate(String) |
Enumerates the local store contents and includes 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. |
EnumerateMetadata(String) |
Enumerates the local store contents but excludes the data value for all enumerated key-value pairs. |
Applies to
Azure SDK for .NET