CopyState.TotalBytes Property

Definition

Gets the total number of bytes in the source of the copy.

public long? TotalBytes { get; }
member this.TotalBytes : Nullable<int64>
Public ReadOnly Property TotalBytes As Nullable(Of Long)

Property Value

The number of bytes in the source, or null.

Applies to