Share via


SynchronizationDetails Class

Definition

Synchronization details at data set level

public class SynchronizationDetails
type SynchronizationDetails = class
Public Class SynchronizationDetails
Inheritance
SynchronizationDetails

Constructors

SynchronizationDetails()

Initializes a new instance of the SynchronizationDetails class.

SynchronizationDetails(String, String, Nullable<Int32>, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<DateTime>, String, Nullable<Int64>)

Initializes a new instance of the SynchronizationDetails class.

Properties

DataSetId

Gets id of data set

DataSetType

Gets type of the data set. Possible values include: 'Blob', 'Container', 'BlobFolder', 'AdlsGen2FileSystem', 'AdlsGen2Folder', 'AdlsGen2File', 'AdlsGen1Folder', 'AdlsGen1File', 'KustoCluster', 'KustoDatabase', 'SqlDBTable', 'SqlDWTable', 'SynapseWorkspaceSqlPoolTable'

DurationMs

Gets duration of data set level copy

EndTime

Gets end time of data set level copy

FilesRead

Gets the number of files read from the source data set

FilesWritten

Gets the number of files written into the sink data set

Message

Gets error message if any

Name

Gets name of the data set

RowsCopied

Gets the number of files copied into the sink data set

RowsRead

Gets the number of rows read from the source data set.

SizeRead

Gets the size of the data read from the source data set in bytes

SizeWritten

Gets the size of the data written into the sink data set in bytes

StartTime

Gets start time of data set level copy

Status

Gets raw Status

VCore

Gets the vCore units consumed for the data set synchronization

Applies to