Name | Type | Can be null | Description | |||
---|---|---|---|---|---|---|
TServer_Id | PK | I | char(3) | FK | No | Tape server identifier. |
Stream_Id | PK | integer | FK | No | DAQ stream identifier | |
Filespace_Id | PK | integer | No | Filespace identifier, relative to TServer_Id,Stream_Id | ||
Active | integer (as boolean) | No | Should this filespace be used for archiving? | |||
Fsp_Id | integer | FK | No | System global filespace identifier, relative to TServer_Id |
Primary key:
|
Local field(s) | Foreign table | Foreign field(s) |
---|---|---|
TServer_Id | descript.fsp_def_descript | tserver_id |
Fsp_Id | fsp_id | |
Stream_Id | descript.stream_descript | stream_id |