aaSnapshotDetailSelect
- Last UpdatedMar 18, 2021
- 1 minute read
Returns snapshot information from the columns of the SnapshotDetail table, based on the storage size.
Syntax
aaSnapshotDetailSelect StorageSize
where:
|
Argument |
Description |
|---|---|
StorageSize |
The storage size, in bytes, of the tag value: -1 = Blob; 0 = Variable length string; 1 = 1 byte; 2 = 2 byte; 4 = 4 byte; 8 = 8 byte. This value is of data type int, with a default of NULL. |
Remarks
If you do not pass an argument for the storage size, information for all storage sizes in the table will be returned.
Permission
Execute permission defaults to the public group.