Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShareCreateOptionalParams

Package version

Optional Parameters.

Hierarchy

  • any
    • ShareCreateOptionalParams

Index

Properties

Optional accessTier

accessTier: ShareAccessTier

Specifies the access tier of the share. Possible values include: 'TransactionOptimized', 'Hot', 'Cool'

Optional metadata

metadata: undefined | {}

A name-value pair to associate with a file storage object.

Optional quota

quota: undefined | number

Specifies the maximum size of the share, in gigabytes.

Optional timeoutInSeconds

timeoutInSeconds: undefined | number

The timeout parameter is expressed in seconds. For more information, see Setting Timeouts for File Service Operations.

Generated using TypeDoc