Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileSystemDeleteIfExistsResponse

Package version

Contains response data for the DataLakeFileSystemClient.deleteIfExists operation.

Hierarchy

  • FileSystemDeleteHeaders & { _response: HttpResponse & { parsedHeaders: FileSystemDeleteHeaders } }
    • FileSystemDeleteIfExistsResponse

Index

Properties

_response

_response: HttpResponse & { parsedHeaders: FileSystemDeleteHeaders }

Optional clientRequestId

clientRequestId: undefined | string

Optional date

date: Date

Optional requestId

requestId: undefined | string

succeeded

succeeded: boolean

Indicate whether the file system is successfully deleted. Is false if the file system doesn't exist in the first place.

Optional version

version: undefined | string

Generated using TypeDoc