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.

Optional enabledProtocols

enabledProtocols: undefined | string

Protocols to enable on the share.

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 rootSquash

rootSquash: ShareRootSquash

Root squash to set on the share. Only valid for NFS shares.

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