IPWorks Cloud 2020 Kotlin Edition

Questions / Feedback?

UpdateBlobInfo Method

Updates a blob's information.

Syntax

public fun updateBlobInfo(blob: String?)

Remarks

This method updates the information of the specified Blob in the container currently selected by Container.

There must be an AzureBlobBlob in the Blobs collection whose Name field matches the specified Blob name (and whose Snapshot field is empty) before this method is called.

When this method is called, the values of the following fields on the aforementioned item are sent to the server (note that the last two are indexed configuration settings):

Note that it is not possible to do a partial update of a blob's information. That is, all of the blob's current values for the aforementioned fields will be replaced with the values sent in the request. To prevent data loss, applications should call GetBlobInfo to retrieve the blob's current information, and then modify it as desired, before using this method.

If the specified blob has an active lease, its lease Id must be specified using LeaseId, or the request will fail.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Kotlin Edition - Version 20.0 [Build 7941]