Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PathDeleteIfExistsResponse

Package version

Contains response data for the DataLakePathClient.deleteIfExists operation.

Hierarchy

Index

Properties

_response

_response: coreHttp.HttpResponse & { parsedHeaders: PathDeleteHeaders }

The underlying HTTP response.

Optional continuation

continuation: undefined | string

When deleting a directory, the number of paths that are deleted with each invocation is limited. If the number of paths to be deleted 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 delete operation to continue deleting 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 deletionId

deletionId: undefined | string

Returned only for hierarchical namespace space enabled accounts when soft delete is enabled. A unique identifier for the entity that can be used to restore it. See the Undelete REST API for more information.

Optional errorCode

errorCode: undefined | string

Error Code

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 deleted. Is false if the directory/file doesn't exist in the first place.

Optional version

version: undefined | string

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

Generated using TypeDoc