INPUT_OBJECT
MssqlGetRestoreFilesV1Input
Description
Input for getting restore files of a SQL Server database.
link GraphQL Schema definition
- input MssqlGetRestoreFilesV1Input {
- # Required. ID of the Microsoft SQL database.
- : String!
- # LSN to recover to. This value or the time are required.
- : String
- # Recovery fork GUID of LSN to recover to. Meaningful only when lsn is specified.
- : 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.
- : DateTime
- }