IPWorks Cloud 2020 JavaScript Edition

Questions / Feedback?

AddMetadata Method

Adds a metadata item to the Metadata properties.

Syntax

async azurefile.addMetadata(name : string, value : string): Promise<void>

Remarks

This method adds a metadata item to the Metadata properties. Name specifies the name of the item, and Value specifies the value of the item.

Note that the class will automatically prepend x-ms-meta- to metadata item names (as necessary) when they are submitted to the server. Also note that while metadata item names are case-preserving, they are not case-sensitive.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 JavaScript Edition - Version 20.0 [Build 8265]