Skip to content

GetMssqlDbRecoverableRangesInput

Input for getting recoverable ranges of a SQL Server database.

Fields

Field Type Description
afterTime DateTime Filter ranges to end after this time. The date-time string should be in ISO8601 format, such as \"2016-01-01T01:23:45.678Z\".
beforeTime DateTime Filter ranges to start before this time. The date-time string should be in ISO8601 format, such as \"2016-01-01T01:23:45.678\".
id String! Required. ID of the Microsoft SQL database.