StorageRole table¶
This table contains the list of roles that a Storage account can play related to a DSU.
| Column | Description | Format | Required |
|---|---|---|---|
| Id | StorageRole identifier | tinyint | Yes |
| StorageRoleName | Name of a role that a storage account can play | varchar(50) | Yes |
| StorageRoleDescription | Description of the role | nvarchar(512) |
This table contains static data with the following rows:
| Id | StorageRoleName | StorageRoleDescription |
|---|---|---|
| 0 | Principal | The storage account is used as principal storage for data that is being used. |
| 1 | Staging | The storage account is used as a temporary storage (staging) during data movement. |
| 2 | Backup | The storage account is used for data backup. |