共用方式為


SynchronizationDetails Class

Definition

Synchronization details at data set level.

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

Properties

DataSetId

Id of data set.

DataSetType

Type of the data set.

DurationInMilliSeconds

Duration of data set level copy.

EndOn

End time of data set level copy.

FilesRead

The number of files read from the source data set.

FilesWritten

The number of files written into the sink data set.

Message

Error message if any.

Name

Name of the data set.

RowsCopied

The number of files copied into the sink data set.

RowsRead

The number of rows read from the source data set.

SizeRead

The size of the data read from the source data set in bytes.

SizeWritten

The size of the data written into the sink data set in bytes.

StartOn

Start time of data set level copy.

Status

Raw Status.

VCore

The vCore units consumed for the data set synchronization.

Applies to