Version 1.2.39
  • 06 Apr 2022
  • 2 Minutes to read
  • Contributors
  • Dark
    Light
  • PDF

Version 1.2.39

  • Dark
    Light
  • PDF

Article summary

April 2018

Version 1.2.39

Azure Blob Storage

  • 1st version with support for managing blobs in your Azure Storage accounts.

  • Following features are supported:

    • List Blobs:

      • List blobs in a blob container.
      • Ability to view blobs in folder hierarchy (virtual folders and blobs) or flat hierarchy (blobs only).
      • View soft deleted blobs.
    • Upload:

      • Upload one or more files and folders from your local computer into a blob container.
      • Drag/drop supported.
      • Optionally GZIP compress files before uploading (ideal for HTML/JS/CSS/Image files).
      • Upload files of certain types as page blobs.
      • Upload behavior is highly configurable.
      • Create empty append blob or upload a local file as an append blob.
      • Create empty page blob or upload a local file as page blob.
    • Download:

      • Download one or more blobs/virtual folders or an entire blob container on your local computer.
      • Optionally GZIP decompress files if the content encoding of the blob is set as "gzip".
      • Preserve blob's last modified date/time.
      • Download behavior is highly configurable.
    • Copy/Paste:

      • Copy one or more blobs/virtual folders or all blobs in a blob container to another blob container in same or different storage account.
    • Blob Access Tier (Hot/Cool/Archive):

      • Ability to change access tier of one or more blobs/virtual folders or all blobs in a blob container.
      • This is only supported for "General Purpose V2" kind of accounts.
    • Soft Delete Blobs:

      • Ability to configure soft delete settings for a storage account.
      • View soft deleted blobs in a blob container.
      • Undelete soft deleted blobs.
    • Blob Snapshots:

      • Ability to take a new snapshot, download snapshot, view snapshots, promote snapshot, delete snapshot or delete all snapshots of a single blob.
      • Ability to take a new snapshot for multiple blobs/virtual folders or all blobs in a blob container.
    • Delete Blob:

      • Ability to delete one or more blobs/virtual folders.
      • When deleting blobs, you can choose if Cerulean should delete blob and its snapshots or fail if the blob has snapshots.
    • Set Blob Properties:

      • Ability to set properties (cache-control, content-encoding, content-language, content-type, content-disposition, and content-md5) of a single blob.
      • Ability to set properties (cache-control, content-encoding, and content-language) of multiple blobs/virtual folders or all blobs in a blob container.
    • Blob Lease:

      • Ability to manage lease (acquire, break, change, release, and renew) of a single blob.
    • Blob Metadata:

      • Ability to manage metadata of a single blob.
    • Blob Shared Access Signature:

      • Ability to create shared access signature for a single blob.
    • Rename Blob:

      • Ability to rename either a single blob or a virtual folder.
    • Export Blobs List:

      • Export list of blobs in a blob container in CSV format.

Background Task Manager

  • With this release we have included a "Background Task Manager" which will be responsible for managing long running operations (like blob uploads/downloads etc.). One neat feature we have implemented here is that these background tasks can continue to run even if the main application is closed.

Cosmos DB - Cancel Query

  • For Cosmos DB (SQL API), you can now cancel long running queries and make the UI unblocked.

Search Service - Indexers Status

  • In this release we have included a feature where you can view the status of all indexers in a single screen. Earlier you had to view the status of each indexer separately.

Was this article helpful?

What's Next