Brightspace Data Sets for Source Course Deploy do not depend on specific tools being turned on.
Entity Relationship Diagram
The following diagram shows the relationships between entities used to create Brightspace Data Sets for Source Course Deploy. To enlarge the diagram, right-click on the image and select Open image in a new tab.
Source Course Deploy History
The Source Course Deploy History Brightspace Data Set returns details for every deployment triggered for a Source Course.
Version History | Field | Description | Type | Size | Key |
|---|
10.7 | SourceCourseDeployId | Unique source course deploy identifier. | bigint | 8 | PK |
10.7 | SourceCourseOrgUnitId | Unique source course org unit identifier. | int | 4 | PK, FK |
10.7 | TargetCourseOrgUnitId | Unique target course org unit identifier. | int | 4 | PK, FK |
10.7 | UserId | User ID that triggered the deployment. | int | 4 | FK |
10.7 | Status | Status of the deploy task. | nvarchar | 128 | |
10.7 | QueuedTime | Time when the deploy was queued (UTC). | datetime2 | 8 | |
10.7 | CompletionTime | Time when the deploy was completed (UTC). Field can be null. | datetime2 | 8 | |