Sdílet prostřednictvím


CloudJob.Stats Property

Definition

Gets or sets resource usage statistics for the entire lifetime of the Job.

[Newtonsoft.Json.JsonProperty(PropertyName="stats")]
public Microsoft.Azure.Batch.Protocol.Models.JobStatistics Stats { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="stats")>]
member this.Stats : Microsoft.Azure.Batch.Protocol.Models.JobStatistics with get, set
Public Property Stats As JobStatistics

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This property is populated only if the CloudJob was retrieved with an expand clause including the 'stats' attribute; otherwise it is null. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes.

Applies to