ENUM

MosaicRetrieveRequestSourceType

Description

Source type for NoSQL protection retrieve request.

link GraphQL Schema definition

  • enum MosaicRetrieveRequestSourceType {
  • # Specifies that the source type for NoSQL protection retrieve request is
  • # Cassandra.
  • MOSAIC_RETRIEVE_REQUEST_SOURCE_TYPE_CASSANDRA
  • # Specifies that the source type for NoSQL protection retrieve request is MongoDB.
  • MOSAIC_RETRIEVE_REQUEST_SOURCE_TYPE_MONGO
  • }