Brightspace Data Sets for Course Copy have a dependency on Bulk Course Copy. If you turn this tool on and off during the data set query period, there may be unexpected or missing content in your data sets.
Entity Relationship Diagram
The following diagram shows the relationships between entities used to create Brightspace Data Sets for Course Copy. To enlarge the diagram, right-click on the image and select Open image in a new tab.
Course Copy Logs
The Course Copy Logs Brightspace Data Set returns a list of course copy jobs. Deleted jobs are included.
Version History
|
Field
|
Description
|
Type
|
Column Size
|
Key
|
---|
1.0 |
SourceOrgUnitId
|
Unique source org unit identifier
|
int
|
4
|
FK
|
1.0 |
DestinationOrgUnitId
|
Unique destination org unit identifier
|
int
|
4
|
FK
|
1.0 |
UserId
|
Unique user identifier.
Field can be null.
|
bigint
|
8
|
FK
|
1.0 |
Status
|
Status of copy
|
varchar
|
128
|
|
1.0 |
StartDate
|
Start date time (UTC)
|
datetime2
|
8
|
|
1.0 |
EndDate
|
End date time (UTC).
Field can be null.
|
datetime2
|
8
|
|
1.0 |
IsDestinationNew
|
Is the copy destination new
|
bit
|
1
|
|
1.0 |
CopyProtectedResources
|
Copy protected resources
|
bit
|
1
|
|
1.0 |
CopyCourseJobId |
Unique copy course job identifier |
bigint |
8 |
PK |