Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StorageClientOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • StorageClientOptionalParams

Index

Properties

Optional endpoint

endpoint: undefined | string

Overrides client endpoint.

Optional resource

resource: undefined | string

The value must be "filesystem" for all filesystem operations.

Optional version

version: undefined | string

Specifies the version of the operation to use for this request.

Optional xMsLeaseDuration

xMsLeaseDuration: undefined | number

The lease duration is required to acquire a lease, and specifies the duration of the lease in seconds. The lease duration must be between 15 and 60 seconds or -1 for infinite lease.

Generated using TypeDoc