Table: Datasharing_Path | |||
Columns | |||
Name | Type | Constraints | Description |
datasharing_path_KEY | int | NOT NULL | Assigned by COMMON_dp_Allocate_Unique_Identifiers. Primary key for this table |
datasharing_group_KEY | int | NOT NULL | Used to associate Datasharing_Path rows together in a group |
datasharing_application_KEY | int | NOT NULL | The datasharing application that this path is associated with. |
target | nvarchar (260) | NOT NULL | The file system path in which to read or write datasharing data. |
Primary key | |||
Name | Columns | Description | |
PK_Datasharing_Path$datasharing_path_KEY | datasharing_path_KEY | CLUSTERED | |
Indexes | |||
Name | Columns | Description | |
IX_Datasharing_Path$datasharing_application_KEY | datasharing_application_KEY | Index supports foreign key FK_Datasharing_Path__Datasharing_Application__datasharing_application_KEY | |
IX_Datasharing_Path$datasharing_group_KEY | datasharing_group_KEY | Index supports foreign key FK_Datasharing_Path__Datasharing_Group__datasharing_group_KEY |
Foreign keys | |||
Name | Columns | Referenced table | Description |
FK_Datasharing_Path__Datasharing_Group__datasharing_group_KEY | datasharing_group_KEY | Datasharing_Group | on delete cascade; |