BlobRequestConditions.AccessTierIfModifiedSince 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 been modified since the specified date/time. Note: If this is specified, AccessTierIfUnmodifiedSince cannot be specified.
public DateTimeOffset? AccessTierIfModifiedSince { get; set; }
member this.AccessTierIfModifiedSince : Nullable<DateTimeOffset> with get, set
Public Property AccessTierIfModifiedSince As Nullable(Of DateTimeOffset)