| Schema Version | 5.0.5 | |
| Filegroup | BART_DATA | |
| Partitioned | No | |
The PARTITION_DIRECTORY table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| DIRECTORY_ID | PK_PARTITION_DIRECTORY |
|
The identifier of the directory | |||
| DIRECTORY |
|
The directory | ||||
| FILE_SIZE |
|
The size of the tablespace or filegroup | ||||
| EXTEND_SIZE |
|
The extent size of the tablespace or filegroup | ||||
| ACTIVE |
|
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The identifier of the directory |
| Type | DECIMAL(3), NOT NULL |
| Primary Key | PK_PARTITION_DIRECTORY |
| Definition | The directory |
| Type | NVARCHAR(2000), NULL |
| Definition | The size of the tablespace or filegroup |
| Type | NVARCHAR(28), NULL |
| Definition | The extent size of the tablespace or filegroup |
| Type | NVARCHAR(28), NULL |
| Definition | |
| Type | DECIMAL(1), NULL |
See the primary key information:
| Column(s) | DIRECTORY_ID |
| Filegroup | BART_DATA |