次の方法で共有


StartStreamingJobParameters.OutputStartTime プロパティ

定義

値は、出力イベント ストリームの開始点を示す ISO-8601 形式のタイム スタンプか、ストリーミング ジョブが開始されるたびに出力イベント ストリームが開始されることを示す null 値を取得または設定します。 outputStartMode が CustomTime に設定されている場合、このプロパティには 値が必要です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象