Skip to content

MssqlGetRestoreFilesV1Input

Input for getting restore files of a SQL Server database.

Fields

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