AzureDataLakeStoreWriteSettings.ExpiryDateTime Property

Definition

Gets or sets specifies the expiry time of the written files. The time is applied to the UTC time zone in the format of "2018-12-01T05:00:00Z". Default value is NULL. Type: integer (or Expression with resultType integer).

[Newtonsoft.Json.JsonProperty(PropertyName="expiryDateTime")]
public object ExpiryDateTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="expiryDateTime")>]
member this.ExpiryDateTime : obj with get, set
Public Property ExpiryDateTime As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to