DirectoryCreateIfNotExistsResponse interface

Contains response data for the createIfNotExists(DirectoryCreateOptions) operation.

Extends

Properties

succeeded

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

Inherited Properties

date

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

errorCode

Error Code

etag

The ETag contains a value which represents the version of the directory, in quotes.

fileAttributes

Attributes set for the directory.

fileChangeOn

Change time for the directory.

fileCreatedOn

Creation time for the directory.

fileId

The fileId of the directory.

fileLastWriteOn

Last write time for the directory.

fileParentId

The parent fileId of the directory.

filePermissionKey

Key of the permission set for the directory.

isServerEncrypted

The value of this header is set to true if the contents of the request are successfully encrypted using the specified algorithm, and false otherwise.

lastModified

Returns the date and time the share was last modified. Any operation that modifies the directory or its properties updates the last modified time. Operations on files do not affect the last modified time of the directory.

requestId

This header uniquely identifies the request that was made and can be used for troubleshooting the request.

version

Indicates the version of the File service used to execute the request.

Property Details

succeeded

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

succeeded: boolean

Property Value

boolean

Inherited Property Details

date

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

date?: Date

Property Value

Date

Inherited From DirectoryCreateResponse.date

errorCode

Error Code

errorCode?: string

Property Value

string

Inherited From DirectoryCreateResponse.errorCode

etag

The ETag contains a value which represents the version of the directory, in quotes.

etag?: string

Property Value

string

Inherited From DirectoryCreateResponse.etag

fileAttributes

Attributes set for the directory.

fileAttributes?: string

Property Value

string

Inherited From DirectoryCreateResponse.fileAttributes

fileChangeOn

Change time for the directory.

fileChangeOn?: Date

Property Value

Date

Inherited From DirectoryCreateResponse.fileChangeOn

fileCreatedOn

Creation time for the directory.

fileCreatedOn?: Date

Property Value

Date

Inherited From DirectoryCreateResponse.fileCreatedOn

fileId

The fileId of the directory.

fileId?: string

Property Value

string

Inherited From DirectoryCreateResponse.fileId

fileLastWriteOn

Last write time for the directory.

fileLastWriteOn?: Date

Property Value

Date

Inherited From DirectoryCreateResponse.fileLastWriteOn

fileParentId

The parent fileId of the directory.

fileParentId?: string

Property Value

string

Inherited From DirectoryCreateResponse.fileParentId

filePermissionKey

Key of the permission set for the directory.

filePermissionKey?: string

Property Value

string

Inherited From DirectoryCreateResponse.filePermissionKey

isServerEncrypted

The value of this header is set to true if the contents of the request are successfully encrypted using the specified algorithm, and false otherwise.

isServerEncrypted?: boolean

Property Value

boolean

Inherited From DirectoryCreateResponse.isServerEncrypted

lastModified

Returns the date and time the share was last modified. Any operation that modifies the directory or its properties updates the last modified time. Operations on files do not affect the last modified time of the directory.

lastModified?: Date

Property Value

Date

Inherited From DirectoryCreateResponse.lastModified

requestId

This header uniquely identifies the request that was made and can be used for troubleshooting the request.

requestId?: string

Property Value

string

Inherited From DirectoryCreateResponse.requestId

version

Indicates the version of the File service used to execute the request.

version?: string

Property Value

string

Inherited From DirectoryCreateResponse.version