IShareCreateOptions interface
Properties
metadata | A name-value pair to associate with a file storage object. |
quota | Specifies the maximum size of the share, in gigabytes. |
Property Details
metadata
A name-value pair to associate with a file storage object.
metadata?: undefined | [key: string]: string
Property Value
undefined | [key: string]: string
quota
Specifies the maximum size of the share, in gigabytes.
quota?: undefined | number
Property Value
undefined | number
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript