KeyValueStoreProviderKind Enum

Definition

Identifies the underlying state provider type (implementation detail) of a key/value store.

public enum KeyValueStoreProviderKind
type KeyValueStoreProviderKind = 
Public Enum KeyValueStoreProviderKind
Inheritance
KeyValueStoreProviderKind

Fields

ESE 1

The provider type is ESE

TStore 2

The provider type is TStore

Unknown 0

The provider type is unknown

Applies to