SynchronizationDetails Class
Synchronization details at data set level.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
SynchronizationDetails
Constructor
SynchronizationDetails(**kwargs)
Variables
- data_set_id
- str
Id of data set.
- data_set_type
- str or DataSetType
Type of the data set. Possible values include: "Blob", "Container", "BlobFolder", "AdlsGen2FileSystem", "AdlsGen2Folder", "AdlsGen2File", "AdlsGen1Folder", "AdlsGen1File", "KustoCluster", "KustoDatabase", "SqlDBTable", "SqlDWTable", "SynapseWorkspaceSqlPoolTable".
- duration_ms
- int
Duration of data set level copy.
- end_time
- datetime
End time of data set level copy.
- files_read
- <xref:long>
The number of files read from the source data set.
- files_written
- <xref:long>
The number of files written into the sink data set.
- message
- str
Error message if any.
- name
- str
Name of the data set.
- rows_copied
- <xref:long>
The number of files copied into the sink data set.
- rows_read
- <xref:long>
The number of rows read from the source data set.
- size_read
- <xref:long>
The size of the data read from the source data set in bytes.
- size_written
- <xref:long>
The size of the data written into the sink data set in bytes.
- start_time
- datetime
Start time of data set level copy.
- status
- str
Raw Status.
- v_core
- <xref:long>
The vCore units consumed for the data set synchronization.
Feedback
Submit and view feedback for