FileDeleteIfExistsResponse interface

Contains response data for the deleteIfExists operation.

Extends

Properties

succeeded

Indicate whether the file is successfully deleted. Is false if the file does not exist in the first place.

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

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 file is successfully deleted. Is false if the file does not exist in the first place.

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 FileDeleteResponse.date

errorCode

Error Code

errorCode?: string

Property Value

string

Inherited From FileDeleteResponse.errorCode

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 FileDeleteResponse.requestId

version

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

version?: string

Property Value

string

Inherited From FileDeleteResponse.version