Table: Datasharing_Path
Columns
NameTypeConstraintsDescription
datasharing_path_KEYintNOT NULLAssigned by COMMON_dp_Allocate_Unique_Identifiers. Primary key for this table
datasharing_group_KEYintNOT NULLUsed to associate Datasharing_Path rows together in a group
datasharing_application_KEYintNOT NULLThe datasharing application that this path is associated with.
targetnvarchar (260)NOT NULLThe file system path in which to read or write datasharing data.
Primary key
NameColumnsDescription
PK_Datasharing_Path$datasharing_path_KEYdatasharing_path_KEYCLUSTERED
Indexes
NameColumnsDescription
IX_Datasharing_Path$datasharing_application_KEYdatasharing_application_KEYIndex supports foreign key FK_Datasharing_Path__Datasharing_Application__datasharing_application_KEY
IX_Datasharing_Path$datasharing_group_KEYdatasharing_group_KEYIndex supports foreign key FK_Datasharing_Path__Datasharing_Group__datasharing_group_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Datasharing_Path__Datasharing_Group__datasharing_group_KEYdatasharing_group_KEYDatasharing_Groupon delete cascade;

Schema diagram