INPUT_OBJECT
GetMssqlDbMissedRecoverableRangesInput
Description
Input for getting missed recoverable ranges of a SQL Server database.
link GraphQL Schema definition
- input GetMssqlDbMissedRecoverableRangesInput {
- # Filter the missed ranges to end after this time. The date-time string should be
- # in ISO8601 format, such as \"2016-01-01T01:23:45.678\".
- DateTime :
- # Filter the missed ranges to start before this time. The date-time string should
- # be in ISO8601 format, such as \"2016-01-01T01:23:45.678\".
- DateTime :
- # Required. ID of the Microsoft SQL database.
- String! :
- }