次の方法で共有


USqlJobProperties.YarnApplicationTimeStamp プロパティ

定義

ジョブを実行している yarn アプリケーションのタイムスタンプ (ティック単位) を取得します。 この値はユーザーが設定しないでください。設定されている場合は無視されます。

[Newtonsoft.Json.JsonProperty(PropertyName="yarnApplicationTimeStamp")]
public long? YarnApplicationTimeStamp { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="yarnApplicationTimeStamp")>]
member this.YarnApplicationTimeStamp : Nullable<int64>
Public ReadOnly Property YarnApplicationTimeStamp As Nullable(Of Long)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象