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
- # m3.2.0-m4.0.1: Source name for destination (restore).
- # m4.1.0-m4.2.0: Destination source name for retrieve.
- String :
- # Supported in m3.2.0-m4.2.0
- # Keyspace config.
- String :
- # Supported in m3.2.0-m4.2.0
- # Max disk usage.
- 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.
- 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.
- String :
- # Supported in m3.2.0-m4.2.0
- # Start timestamp.
- Int :
- # Supported in m3.2.0-m4.2.0
- # Target encryption key.
- String :
- # Supported in m3.2.0-m4.2.0
- # Target query.
- String :
- # Supported in m4.1.0-m4.2.0
- # Source type.
- MosaicRetrieveRequestSourceType :
- # Supported in m3.2.0-m4.2.0
- # Destination Management objects for retrieve.
- MosaicDatabaseManagementObjectInput :
- # Required. Supported in m3.2.0-m4.2.0
- # Destination path for restore.
- String! :
- # Required. Supported in m3.2.0-m4.2.0
- # Source Management objects.
- 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.
- Boolean! :
- # Required. Supported in m3.2.0-m4.2.0
- # Name of the source.
- String! :
- # Required. Supported in m3.2.0-m4.2.0
- # Timestamp of the version.
- Int! :
- }