INPUT_OBJECT
MssqlRestoreEstimateV1Input
Description
Input for getting a byte size estimate for a restore or export.
link GraphQL Schema definition
- input MssqlRestoreEstimateV1Input {
- # LSN to recover to. This value or the LSN 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 :
- # Required. ID of the Microsoft SQL database.
- String! :
- }