Share via


BlobDataSourceProperties.TimeFormat Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to