OBJECT

MosaicRecoverableRangeObject

Description

Supported in m3.2.0-m4.2.0 Object with details of Any Point In Time restore Range.

link GraphQL Schema definition

  • type MosaicRecoverableRangeObject {
  • # Supported in m3.2.0-m4.2.0
  • # Start timestamp of recoverable range.
  • earliestTimestamp: String
  • # Supported in m3.2.0-m4.2.0
  • # End timestamp of recoverable range.
  • latestTimestamp: String
  • }