Azure.Storage.Blobs.Models.BlobRequestConditions
Specifies blob lease access conditions for a container or blob.
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.
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.
Optionally limit requests to resources with an active lease
matching this Id.
public BlobRequestConditions()
Default constructor.