OBJECT

MosaicVersionObject

Description

Supported in m3.2.0-m4.2.0 Object for mosaic versions.

link GraphQL Schema definition

  • type MosaicVersionObject {
  • # Supported in m3.2.0-m4.2.0
  • # Information of version space.
  • dbInfo: String
  • # Supported in m3.2.0-m4.2.0
  • # Expiration time of the version.
  • expirationTime: Int
  • # Supported in m3.2.0-m4.2.0
  • # UUID of group policy.
  • groupPolicyId: String
  • # Supported in m3.2.0-m4.2.0
  • # UUID of the version.
  • id: String
  • # Supported in m3.2.0-m4.2.0
  • # Type of interval.
  • intervalType: Int
  • # Supported in m3.2.0-m4.2.0
  • # Duration of the backup job.
  • jobDuration: Int
  • # Supported in m3.2.0-m4.2.0
  • # Need sstable loader.
  • needSstableLoaderStr: String
  • # Supported in m3.2.0-m4.2.0
  • # Replica set.
  • rsList: String
  • # Supported in m3.2.0-m4.2.0
  • # Name of the management object.
  • sourceMgmtObj: String
  • # Supported in m3.2.0-m4.2.0
  • # Name of the source.
  • sourceName: String
  • # Supported in m3.2.0-m4.2.0
  • # Type of the source.
  • sourceType: String
  • # Supported in m3.2.0-m4.2.0
  • # UUID of system policy.
  • systemPolicyId: String
  • # Supported in m3.2.0-m4.2.0
  • # Timestamp of the version.
  • timestamp: Int
  • versionState: MosaicVersionObjectVersionState
  • }