Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppendPositionAccessConditions

Package version

Parameter group

Hierarchy

Index

Properties

Properties

Optional appendPosition

appendPosition: undefined | number

Optional conditional header, used only for the Append Block operation. A number indicating the byte offset to compare. Append Block will succeed only if the append position is equal to this number. If it is not, the request will fail with the AppendPositionConditionNotMet error (HTTP status code 412 - Precondition Failed).

Optional maxSize

maxSize: undefined | number

Optional conditional header. The max length in bytes permitted for the append blob. If the Append Block operation would cause the blob to exceed that limit or if the blob size is already greater than the value specified in this header, the request will fail with MaxBlobSizeConditionNotMet error (HTTP status code 412 - Precondition Failed).

Generated using TypeDoc