INPUT_OBJECT

MosaicRetrieveRequestInput

Description

Supported in m3.2.0-m4.2.0 Request object for retrieve request on mosaic.

link GraphQL Schema definition

  • input MosaicRetrieveRequestInput {
  • # Supported in m3.2.0-m4.2.0
  • # Destination Management objects for retrieve.
  • destinationManagementObjects: MosaicDatabaseManagementObjectInput
  • # Supported in m3.2.0-m4.2.0
  • # m3.2.0-m4.0.1: Source name for destination (restore).
  • # m4.1.0-m4.2.0: Destination source name for retrieve.
  • destinationSourceName: String
  • # Supported in m3.2.0-m4.2.0
  • # Keyspace config.
  • keyspaceConfig: String
  • # Supported in m3.2.0-m4.2.0
  • # Max disk usage.
  • maxDiskUsage: String
  • # Supported in m3.2.0-m4.2.0
  • # m3.2.0-m4.0.1: Restore db password.
  • # m4.1.0-m4.2.0: Db password of database to restore to.
  • restoreDbUserPwd: String
  • # Supported in m3.2.0-m4.2.0
  • # m3.2.0-m4.0.1: Restore db username.
  • # m4.1.0-m4.2.0: Db name of database to restore to.
  • restoreDbUsername: String
  • # Supported in m3.2.0-m4.2.0
  • # Start timestamp.
  • startTimestamp: Int
  • # Supported in m3.2.0-m4.2.0
  • # Target encryption key.
  • targetEncryptionKey: String
  • # Supported in m3.2.0-m4.2.0
  • # Target query.
  • targetQuery: String
  • # Supported in m4.1.0-m4.2.0
  • # Source type.
  • sourceType: MosaicRetrieveRequestSourceType
  • # Required. Supported in m3.2.0-m4.2.0
  • # Destination path for restore.
  • destinationPath: String!
  • # Required. Supported in m3.2.0-m4.2.0
  • # Source Management objects.
  • managementObjects: MosaicDatabaseManagementObjectInput!
  • # Required. Supported in m3.2.0-m4.2.0
  • # m3.2.0-m4.0.1: If the parameter is encoded.
  • # m4.1.0-m4.2.0: If parameter is encoded.
  • parameterEncoded: Boolean!
  • # Required. Supported in m3.2.0-m4.2.0
  • # Name of the source.
  • sourceName: String!
  • # Required. Supported in m3.2.0-m4.2.0
  • # Timestamp of the version.
  • versionTime: Int!
  • }