INPUT_OBJECT

DownloadFromArchiveV2Input

Description

Input for downloading mssql snapshot from archive.

link GraphQL Schema definition

  • input DownloadFromArchiveV2Input {
  • # Required. Configuration for the archive download request.
  • config: MssqlDownloadFromArchiveConfigV2Input!
  • # Required. ID of the SQL Server database.
  • id: String!
  • # Required. ID of the archival location.
  • locationId: String!
  • }

link Require by