Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DirectoryCreateIfNotExistsResponse

Package version

Hierarchy

Index

Properties

_response

_response: coreHttp.HttpResponse & { parsedHeaders: PathCreateHeaders }

The underlying HTTP response.

Optional contentLength

contentLength: undefined | number

The size of the resource in bytes.

Optional continuation

continuation: undefined | string

When renaming a directory, the number of paths that are renamed with each invocation is limited. If the number of paths to be renamed exceeds this limit, a continuation token is returned in this response header. When a continuation token is returned in the response, it must be specified in a subsequent invocation of the rename operation to continue renaming the directory.

Optional date

date: Date

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

Optional errorCode

errorCode: undefined | string

Error Code

Optional etag

etag: undefined | string

An HTTP entity tag associated with the file or directory.

Optional lastModified

lastModified: Date

The data and time the file or directory was last modified. Write operations on the file or directory update the last modified time.

Optional requestId

requestId: undefined | string

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

succeeded

succeeded: boolean

Indicate whether the directory/file is successfully created. Is false when the directory/file is not changed as it already exists.

Optional version

version: undefined | string

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

Generated using TypeDoc