DataStorageType Enum

Definition

The possible data storage types

public enum DataStorageType
type DataStorageType = 
Public Enum DataStorageType
Inheritance
DataStorageType

Fields

AzureStorage 0

The data will be stored on Azure storage.

LocalStorage 1

The data will be storaged locally.

Applies to