Share via


ListContainerSasInput.ExpiryTime Property

Definition

Gets or sets the SAS URL expiration time. This must be less than 24 hours from the current time.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to