OBJECT

GetMosaicRecoverableRangeResponse

Description

Supported in m3.2.0-m4.2.0 Request Range Response Object carrying details of restore range for the table and request status details.

link GraphQL Schema definition

  • type GetMosaicRecoverableRangeResponse {
  • # Supported in m3.2.0-m4.2.0
  • # Object with details of Any Point In Time restore Range.
  • data: MosaicRecoverableRangeObject
  • # Supported in m3.2.0-m4.2.0
  • # Response Message string.
  • message: String
  • # Supported in m3.2.0-m4.2.0
  • # Return Code.
  • returnCode: Long
  • # Supported in m3.2.0-m4.2.0
  • # Status of the request.
  • status: Boolean
  • }

link Require by