Aracılığıyla paylaş


HiveJobProperties.ExecutedStatementCount Property

Definition

Gets the number of statements that have been run based on the script.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to