Enum StorageState
Definition
- Namespace:
- Tizen.System
- Assembly:
- Tizen.System.Storage.dll
- API Level:
- 3
Enumeration for the state of storage devices.
C#Copypublic enum StorageState
Name | Description |
---|---|
Mounted | The storage is mounted with read/write access. |
MountedReadOnly | The storage is mounted with read-only access. |
Removed | The storage is not present or removed. |
Unmountable | The storage is present but cannot be mounted. Typically, it happens if the file system of the storage is corrupted. |