Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PageBlobUpdateSequenceNumberOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • PageBlobUpdateSequenceNumberOptionalParams

Index

Properties

Optional blobSequenceNumber

blobSequenceNumber: undefined | number

Set for page blobs only. The sequence number is a user-controlled value that you can use to track requests. The value of the sequence number must be between 0 and 2^63 - 1.

Optional leaseAccessConditions

leaseAccessConditions: LeaseAccessConditions

Parameter group

Optional modifiedAccessConditions

modifiedAccessConditions: ModifiedAccessConditions

Parameter group

Optional requestId

requestId: undefined | string

Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.

Optional timeoutInSeconds

timeoutInSeconds: undefined | number

The timeout parameter is expressed in seconds. For more information, see Setting Timeouts for Blob Service Operations.

Generated using TypeDoc