Enum BlobStorageType
Specifies the location of the blob storage
Namespace: TimeCockpit.Data.Database
Assembly: TimeCockpit.Data.dll
Syntax
public enum BlobStorageType
Fields
Name | Description |
---|---|
Azure | Specifies that the blob storage of Windows Azure should be used |
Default | Specifies that the blob storage location should be determined based on the type of database client |
Local | Specifies that the local blob storage should be used |
None | Specifies that blob storage is not supported (will throw if accessed). |