INPUT_OBJECT

MssqlGetRestoreFilesV1Input

Description

Input for getting restore files of a SQL Server database.

link GraphQL Schema definition

  • input MssqlGetRestoreFilesV1Input {
  • # LSN to recover to. This value or the time are required.
  • lsn: String
  • # Recovery fork GUID of LSN to recover to. Meaningful only when lsn is specified.
  • recoveryForkGuid: String
  • # Time, in ISO8601 date-time format, to recover to. For example,
  • # \"2016-01-01T01:23:45.678\". This value or the LSN are required.
  • time: DateTime
  • # Required. ID of the Microsoft SQL database.
  • id: String!
  • }

link Require by