次の方法で共有


StreamingJob.CreatedDate プロパティ

定義

Gets 値は、ストリーミング ジョブがいつ作成されたかを示す ISO-8601 形式の UTC タイムスタンプです。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象