Share via


SynchronizationDetails Class

Definition

Synchronization details at data set level.

public class SynchronizationDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataShare.Models.SynchronizationDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataShare.Models.SynchronizationDetails>
public class SynchronizationDetails
type SynchronizationDetails = class
    interface IJsonModel<SynchronizationDetails>
    interface IPersistableModel<SynchronizationDetails>
type SynchronizationDetails = class
Public Class SynchronizationDetails
Implements IJsonModel(Of SynchronizationDetails), IPersistableModel(Of SynchronizationDetails)
Public Class SynchronizationDetails
Inheritance
SynchronizationDetails
Implements

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynchronizationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SynchronizationDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynchronizationDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynchronizationDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SynchronizationDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to