ShareCreateIfNotExistsResponse interface

Contains response data for the createIfNotExists operation.

Extends

Properties

succeeded

Indicate whether the share is successfully created. Is false when the share 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 share, in quotes.

lastModified

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

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 share is successfully created. Is false when the share 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 ShareCreateResponse.date

errorCode

Error Code

errorCode?: string

Property Value

string

Inherited From ShareCreateResponse.errorCode

etag

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

etag?: string

Property Value

string

Inherited From ShareCreateResponse.etag

lastModified

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

lastModified?: Date

Property Value

Date

Inherited From ShareCreateResponse.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 ShareCreateResponse.requestId

version

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

version?: string

Property Value

string

Inherited From ShareCreateResponse.version