Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileSystemCreateHeaders

Package version

Defines headers for FileSystem_create operation.

Hierarchy

  • FileSystemCreateHeaders

Index

Properties

Optional clientRequestId

clientRequestId: undefined | string

A server-generated UUID recorded in the analytics logs for troubleshooting and correlation.

Optional date

date: Date

A UTC date/time value generated by the service that indicates the time at which the response was initiated.

Optional etag

etag: undefined | string

An HTTP entity tag associated with the FileSystem.

Optional lastModified

lastModified: Date

The data and time the filesystem was last modified. Operations on files and directories do not affect the last modified time.

Optional namespaceEnabled

namespaceEnabled: undefined | string

A bool string indicates whether the namespace feature is enabled. If "true", the namespace is enabled for the filesystem.

Optional requestId

requestId: undefined | string

Optional version

version: undefined | string

The version of the REST protocol used to process the request.

Generated using TypeDoc