ENUM

V2BulkDeleteMosaicSourcesRequestSourceType

Description

Request source types for the request to delete NoSQL protection sources in bulk.

link GraphQL Schema definition

  • enum V2BulkDeleteMosaicSourcesRequestSourceType {
  • # Specifies that the request source type for the request to delete NoSQL
  • # protection sources in bulk is Cassandra.
  • V2_BULK_DELETE_MOSAIC_SOURCES_REQUEST_SOURCE_TYPE_CASSANDRA
  • # Specifies that the request source type for the request to delete NoSQL
  • # protection sources in bulk is MongoDB.
  • V2_BULK_DELETE_MOSAIC_SOURCES_REQUEST_SOURCE_TYPE_MONGO
  • }