Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PathAppendDataOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • PathAppendDataOptionalParams

Index

Properties

Optional contentLength

contentLength: undefined | number

Required for "Append Data" and "Flush Data". Must be 0 for "Flush Data". Must be the length of the request content in bytes for "Append Data".

Optional leaseAccessConditions

leaseAccessConditions: LeaseAccessConditions

Parameter group

Optional pathHttpHeaders

pathHttpHeaders: PathHttpHeaders

Parameter group

Optional position

position: undefined | number

This parameter allows the caller to upload data in parallel and control the order in which it is appended to the file. It is required when uploading data to be appended to the file and when flushing previously uploaded data to the file. The value must be the position where the data is to be appended. Uploaded data is not immediately flushed, or written, to the file. To flush, the previously uploaded data must be contiguous, the position parameter must be specified and equal to the length of the file after all data has been written, and there must not be a request entity body included with the request.

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 timeout

timeout: undefined | number

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

Optional transactionalContentCrc64

transactionalContentCrc64: Uint8Array

Specify the transactional crc64 for the body, to be validated by the service.

Generated using TypeDoc