ShareDeleteIfExistsResponse interface

Contains response data for the deleteIfExists operation.

Extends

Properties

succeeded

Indicate whether the share is successfully deleted. Is false if the share 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.

snapshotUsageBytes

Returned only for provisioned v2 file shares. Returns an approximate used snapshot storage size of the share, in bytes.

usageBytes

Returned only for provisioned v2 file shares. Returns an approximate used storage size of the share, in bytes.

version

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

Property Details

succeeded

Indicate whether the share is successfully deleted. Is false if the share 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 ShareDeleteResponse.date

errorCode

Error Code

errorCode?: string

Property Value

string

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

snapshotUsageBytes

Returned only for provisioned v2 file shares. Returns an approximate used snapshot storage size of the share, in bytes.

snapshotUsageBytes?: number

Property Value

number

Inherited From ShareDeleteResponse.snapshotUsageBytes

usageBytes

Returned only for provisioned v2 file shares. Returns an approximate used storage size of the share, in bytes.

usageBytes?: number

Property Value

number

Inherited From ShareDeleteResponse.usageBytes

version

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

version?: string

Property Value

string

Inherited From ShareDeleteResponse.version