DataStorageType Enum
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.
The possible data storage types
public enum DataStorageType
type DataStorageType =
Public Enum DataStorageType
- Inheritance
-
DataStorageType
Fields
Name | Value | Description |
---|---|---|
AzureStorage | 0 | The data will be stored on Azure storage. |
LocalStorage | 1 | The data will be storaged locally. |