Class CloudVersionHistoryResult

Information about a requested cloud resource version history.

Constructors

Properties

_error: string
_isDeleteRequired: boolean
_isFileFound: boolean
_isVersionFound: boolean

Accessors

  • get error(): string
  • If the operation failed this will be non-empty and contain the error message.

    Returns string

  • get isDeleteRequired(): boolean
  • The data does not exist and a delete of any local file is required for security or other reasons.

    Returns boolean

  • get isFileFound(): boolean
  • The file history was found on the server, but it may be deleted.

    Returns boolean

  • get isVersionFound(): boolean
  • True if the requested version was found.

    Returns boolean

Methods