SequenceNumberAccessConditions interface

Parameter group

Properties

ifSequenceNumberEqualTo

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

ifSequenceNumberLessThan

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

ifSequenceNumberLessThanOrEqualTo

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

Property Details

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