Share via


JobDetails.ExpectedDataSizeInTeraBytes Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="expectedDataSizeInTeraBytes")]
public int? ExpectedDataSizeInTeraBytes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="expectedDataSizeInTeraBytes")>]
member this.ExpectedDataSizeInTeraBytes : Nullable<int> with get, set
Public Property ExpectedDataSizeInTeraBytes As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to