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.
- : MosaicRecoverableRangeObject
- # Supported in m3.2.0-m4.2.0
- # Response Message string.
- : String
- # Supported in m3.2.0-m4.2.0
- # Return Code.
- : Long
- # Supported in m3.2.0-m4.2.0
- # Status of the request.
- : Boolean
- }