Esposter
    Preparing search index...

    Class MockBlobBatchClient

    Implements

    • BlobBatchClient
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    url: string

    Methods

    • Simulates the deletion of multiple blobs in a single batch request. It iterates through the requested deletions, removes existing blobs from the underlying MockContainerDatabase, and builds a response object that reports which deletions succeeded and which failed (e.g. for blobs that didn't exist).

      Parameters

      • urls: string[]
      • credential: AnonymousCredential | StorageSharedKeyCredential
      • Optional_options: BlobDeleteOptions

      Returns Promise<BlobBatchSubmitBatchResponse>

    • Parameters

      • containerName: string

      Returns Map<string>