Name | Type | Can be null | Description | |||
---|---|---|---|---|---|---|
Stream_Id | PK | I | integer | No | Stream identifier, used for foreign keys | |
Code | I | varchar(8) | No | Stream code, used for human readable interaction | ||
Analyze | integer (as boolean) | No | If false, it will not be reconstructed | |||
All_Data | integer (as boolean) | No | If false, it could have been produced using only a subset of the available events (i.e. by a spy process) | |||
Description | varchar(64) | No | Free text description | |||
DSrvDir_Grp_Raw | varchar(8) | FK | No | Default recall group id. |
Primary key:
|
Unique:
|
Local field(s) | Foreign table | Foreign field(s) |
---|---|---|
DSrvDir_Grp_Raw | descript.dsrvdir_grp_descr | group_id |