INPUT_OBJECT

MssqlRecoveryPointInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input MssqlRecoveryPointInput {
  • # Supported in v5.0+
  • lsnPoint: LsnRecoveryPointInput
  • # Recovery point specified in the form of a timestamp (in milliseconds).
  • # Deprecated. Use 'date' instead.
  • timestampMs: Long
  • # Supported in v5.2+
  • # Recovery point specified in ISO8601 format, such as "2016-01-01T01:23:45.678".
  • date: DateTime
  • }