Поделиться через


BlobRequestConditions.AccessTierIfUnmodifiedSince Property

Definition

Specify this header value to operate only on a blob if the access-tier has not been modified since the specified date/time. Note: If this is specified, AccessTierIfModifiedSince cannot be specified.

public DateTimeOffset? AccessTierIfUnmodifiedSince { get; set; }
member this.AccessTierIfUnmodifiedSince : Nullable<DateTimeOffset> with get, set
Public Property AccessTierIfUnmodifiedSince As Nullable(Of DateTimeOffset)

Property Value

Applies to