Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BlobSetTagsOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • BlobSetTagsOptionalParams

Index

Properties

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 tags

tags: BlobTags

Blob tags

Optional timeoutInSeconds

timeoutInSeconds: 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.

Optional transactionalContentMD5

transactionalContentMD5: Uint8Array

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

Optional versionId

versionId: undefined | string

The version id parameter is an opaque DateTime value that, when present, specifies the version of the blob to operate on. It's for service version 2019-10-10 and newer.

Generated using TypeDoc