共用方式為


SynchronizationDetails Constructors

Definition

Overloads

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.

SynchronizationDetails()

Initializes a new instance of the SynchronizationDetails class.

public SynchronizationDetails ();
Public Sub New ()

Applies to

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.

public SynchronizationDetails (string dataSetId = default, string dataSetType = default, int? durationMs = default, DateTime? endTime = default, long? filesRead = default, long? filesWritten = default, string message = default, string name = default, long? rowsCopied = default, long? rowsRead = default, long? sizeRead = default, long? sizeWritten = default, DateTime? startTime = default, string status = default, long? vCore = default);
new Microsoft.Azure.Management.DataShare.Models.SynchronizationDetails : string * string * Nullable<int> * Nullable<DateTime> * Nullable<int64> * Nullable<int64> * string * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<DateTime> * string * Nullable<int64> -> Microsoft.Azure.Management.DataShare.Models.SynchronizationDetails
Public Sub New (Optional dataSetId As String = Nothing, Optional dataSetType As String = Nothing, Optional durationMs As Nullable(Of Integer) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional filesRead As Nullable(Of Long) = Nothing, Optional filesWritten As Nullable(Of Long) = Nothing, Optional message As String = Nothing, Optional name As String = Nothing, Optional rowsCopied As Nullable(Of Long) = Nothing, Optional rowsRead As Nullable(Of Long) = Nothing, Optional sizeRead As Nullable(Of Long) = Nothing, Optional sizeWritten As Nullable(Of Long) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional status As String = Nothing, Optional vCore As Nullable(Of Long) = Nothing)

Parameters

dataSetId
String

Id of data set

dataSetType
String

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

durationMs
Nullable<Int32>

Duration of data set level copy

endTime
Nullable<DateTime>

End time of data set level copy

filesRead
Nullable<Int64>

The number of files read from the source data set

filesWritten
Nullable<Int64>

The number of files written into the sink data set

message
String

Error message if any

name
String

Name of the data set

rowsCopied
Nullable<Int64>

The number of files copied into the sink data set

rowsRead
Nullable<Int64>

The number of rows read from the source data set.

sizeRead
Nullable<Int64>

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

sizeWritten
Nullable<Int64>

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

startTime
Nullable<DateTime>

Start time of data set level copy

status
String

Raw Status

vCore
Nullable<Int64>

The vCore units consumed for the data set synchronization

Applies to