INPUT_OBJECT

DownloadMssqlDatabaseFilesFromArchivalLocationInput

Description

Input for downloading SQL Server database files from an archival location.

link GraphQL Schema definition

  • input DownloadMssqlDatabaseFilesFromArchivalLocationInput {
  • # Required. Configuration for the archive download request.
  • config: MssqlDownloadFromArchiveConfigInput!
  • # Required. ID of the Microsoft SQL database.
  • id: String!
  • }

link Require by