Tag set data table.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| containerID | bigint | N/A | false | The ID of the container associated with the tag set. | |
| containerType | int | N/A | false | The type of the container associated with the tag set. | |
| creationDate | bigint | N/A | false | The date the tag set was created. | |
| description | varchar | 1000 | true | true | A description for the tag set. |
| modificationDate | bigint | N/A | false | The date the tag set was last modified. | |
| name | varchar | 100 | false | true | The name of the tag set. |
| tagSetID | bigint | N/A | false | The ID of the tag set. Primary key. |