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