StorageType
- Last UpdatedMar 10, 2025
- 1 minute read
Contains one row for each type of storage used by the system.
|
Column |
Data Type |
Description |
|---|---|---|
|
(PK) |
int, NOT NULL |
A unique identifier for this storage type. |
|
(FK) |
int, NOT NULL |
The type of storage used for the specified location. 1 = Circular; 2 = Alternate; 3 = Buffer; 4 = Permanent, 5 = Tag data index, 6 = Tag data index write-ahead logs, 7 = Revision tag data write-ahead logs. There can be only one storage location of each type. |
|
Description |
nvarchar(255), NULL |
A description of the storage type. |