Share via


BlobReferenceInputDataSource.DateFormat Property

Definition

Gets or sets the date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.dateFormat")]
public string DateFormat { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.dateFormat")>]
member this.DateFormat : string with get, set
Public Property DateFormat As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to