Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PageBlobRequestConditions

Package version

Conditions to add to the creation of this page blob.

Hierarchy

Index

Properties

Optional ifMatch

ifMatch: undefined | string

Specify an ETag value to operate only on blobs with a matching value.

Optional ifModifiedSince

ifModifiedSince: Date

Specify this header value to operate only on a blob if it has been modified since the specified date/time.

Optional ifNoneMatch

ifNoneMatch: undefined | string

Specify an ETag value to operate only on blobs without a matching value.

Optional ifSequenceNumberEqualTo

ifSequenceNumberEqualTo: undefined | number

Specify this header value to operate only on a blob if it has the specified sequence number.

Optional ifSequenceNumberLessThan

ifSequenceNumberLessThan: undefined | number

Specify this header value to operate only on a blob if it has a sequence number less than the specified.

Optional ifSequenceNumberLessThanOrEqualTo

ifSequenceNumberLessThanOrEqualTo: undefined | number

Specify this header value to operate only on a blob if it has a sequence number less than or equal to the specified.

Optional ifUnmodifiedSince

ifUnmodifiedSince: Date

Specify this header value to operate only on a blob if it has not been modified since the specified date/time.

Optional leaseId

leaseId: undefined | string

If specified, the operation only succeeds if the resource's lease is active and matches this ID.

Optional tagConditions

tagConditions: undefined | string

Optional SQL statement to apply to the tags of the blob.

Generated using TypeDoc