FileSystemCreateIfNotExistsResponse interface

Contains response data for the createIfNotExists operation.

Extends

Properties

succeeded

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

Inherited Properties

clientRequestId
date
etag
lastModified
requestId
version

Property Details

succeeded

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

succeeded: boolean

Property Value

boolean

Inherited Property Details

clientRequestId

clientRequestId?: string

Property Value

string

Inherited From FileSystemCreateResponse.clientRequestId

date

date?: Date

Property Value

Date

Inherited From FileSystemCreateResponse.date

etag

etag?: string

Property Value

string

Inherited From FileSystemCreateResponse.etag

lastModified

lastModified?: Date

Property Value

Date

Inherited From FileSystemCreateResponse.lastModified

requestId

requestId?: string

Property Value

string

Inherited From FileSystemCreateResponse.requestId

version

version?: string

Property Value

string

Inherited From FileSystemCreateResponse.version