Share via


Job.TotalRefreshErrors Property

Definition

Gets total number of errors encountered during the refresh process.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.totalRefreshErrors")]
public int? TotalRefreshErrors { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.totalRefreshErrors")>]
member this.TotalRefreshErrors : Nullable<int>
Public ReadOnly Property TotalRefreshErrors As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to