Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileSystemCreateIfNotExistsResponse

Package version

Contains response data for the DataLakeFileSystemClient.createIfNotExists operation.

Hierarchy

  • FileSystemCreateHeaders & { _response: HttpResponse & { parsedHeaders: FileSystemCreateHeaders } }
    • FileSystemCreateIfNotExistsResponse

Index

Properties

_response

_response: HttpResponse & { parsedHeaders: FileSystemCreateHeaders }

Optional clientRequestId

clientRequestId: undefined | string

Optional date

date: Date

Optional etag

etag: undefined | string

Optional lastModified

lastModified: Date

Optional requestId

requestId: undefined | string

succeeded

succeeded: boolean

Indicate whether the file system is successfully created. Is false when the file system is not changed as it already exists.

Optional version

version: undefined | string

Generated using TypeDoc