Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Container

Package version

Class representing a Container.

Hierarchy

  • Container

Index

Constructors

constructor

Methods

acquireLease

breakLease

changeLease

  • [Update] establishes and manages a lock on a container for delete operations. The lock duration can be 15 to 60 seconds, or can be infinite

    Parameters

    • leaseId: string

      Specifies the current lease ID on the resource.

    • proposedLeaseId: string

      Proposed lease ID, in a GUID string format. The Blob service returns 400 (Invalid request) if the proposed lease ID is not in the correct format. See Guid Constructor (String) for a list of valid GUID string formats.

    • Optional options: ContainerChangeLeaseOptionalParams

      The options parameters.

    Returns Promise<ContainerChangeLeaseResponse>

create

delete

filterBlobs

getAccessPolicy

getAccountInfo

getProperties

listBlobFlatSegment

listBlobHierarchySegment

releaseLease

rename

renewLease

restore

setAccessPolicy

setMetadata

submitBatch

Generated using TypeDoc