File data storage type of a vault.
Member | Value | Description |
---|---|---|
MFFileDataStorageDB | 2 | Database storage (the file data is stored in a database). |
MFFileDataStorageDefault | 0 | Default. Means that the file data storage is automatically selected based on the database engine. |
MFFileDataStorageDisk | 1 | On-disk storage (the file data is stored on a local or remote disk). |
MFFileDataStorageExternal | 3 | External storage identified by a connection string, e.g., a Windows Azure's BLOB Storage. |