IJobDetails.ExpectedDataSizeInTeraByte Property

Definition

The expected size of the data, which needs to be transferred in this job, in terabytes.

[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="The expected size of the data, which needs to be transferred in this job, in terabytes.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="expectedDataSizeInTeraBytes")]
public int? ExpectedDataSizeInTeraByte { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="The expected size of the data, which needs to be transferred in this job, in terabytes.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="expectedDataSizeInTeraBytes")>]
member this.ExpectedDataSizeInTeraByte : Nullable<int> with get, set
Public Property ExpectedDataSizeInTeraByte As Nullable(Of Integer)

Property Value

Attributes

Applies to