Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShareCreateOptions

Package version

Options to configure Share - Create operation.

export
interface

ShareCreateOptions

Hierarchy

Index

Properties

Optional abortSignal

abortSignal: AbortSignalLike

An implementation of the AbortSignalLike interface to signal the request to cancel the operation. For example, use the @azure/abort-controller to create an AbortSignal.

type

{AbortSignalLike}

memberof

ShareCreateOptions

Optional metadata

metadata: undefined | object

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

type

{{ [propertyName: string]: string }}

memberof

ShareCreateOptions

Optional quota

quota: undefined | number

Specifies the maximum size of the share, in gigabytes.

type

{number}

memberof

ShareCreateOptions

Optional tracingOptions

tracingOptions: OperationTracingOptions

Generated using TypeDoc