BlobRequestConditions.AccessTierIfUnmodifiedSince Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)