PageBlobRequestConditions interface
Conditions to add to the creation of this page blob.
- Extends
Properties
if |
Specify an ETag value to operate only on blobs with a matching value. |
if |
Specify this header value to operate only on a blob if it has been modified since the specified date/time. |
if |
Specify an ETag value to operate only on blobs without a matching value. |
if |
Specify this header value to operate only on a blob if it has the specified sequence number. |
if |
Specify this header value to operate only on a blob if it has a sequence number less than the specified. |
if |
Specify this header value to operate only on a blob if it has a sequence number less than or equal to the specified. |
if |
Specify this header value to operate only on a blob if it has not been modified since the specified date/time. |
lease |
If specified, the operation only succeeds if the resource's lease is active and matches this ID. |
tag |
Optional SQL statement to apply to the tags of the blob. |
Property Details
ifMatch
Specify an ETag value to operate only on blobs with a matching value.
ifMatch?: string
Property Value
string
ifModifiedSince
Specify this header value to operate only on a blob if it has been modified since the specified date/time.
ifModifiedSince?: Date
Property Value
Date
ifNoneMatch
Specify an ETag value to operate only on blobs without a matching value.
ifNoneMatch?: string
Property Value
string
ifSequenceNumberEqualTo
Specify this header value to operate only on a blob if it has the specified sequence number.
ifSequenceNumberEqualTo?: number
Property Value
number
ifSequenceNumberLessThan
Specify this header value to operate only on a blob if it has a sequence number less than the specified.
ifSequenceNumberLessThan?: number
Property Value
number
ifSequenceNumberLessThanOrEqualTo
Specify this header value to operate only on a blob if it has a sequence number less than or equal to the specified.
ifSequenceNumberLessThanOrEqualTo?: number
Property Value
number
ifUnmodifiedSince
Specify this header value to operate only on a blob if it has not been modified since the specified date/time.
ifUnmodifiedSince?: Date
Property Value
Date
leaseId
If specified, the operation only succeeds if the resource's lease is active and matches this ID.
leaseId?: string
Property Value
string
tagConditions
Optional SQL statement to apply to the tags of the blob.
tagConditions?: string
Property Value
string
Azure SDK for JavaScript