INPUT_OBJECT

LsnRecoveryPointInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input LsnRecoveryPointInput {
  • # Supported in v5.0+
  • # Recovery fork GUID of the recovery point. If not provided, the recovery fork
  • # GUID of the latest snapshot is used.
  • recoveryForkGuid: String
  • # Required. Supported in v5.0+
  • # LSN of the recovery point.
  • lsn: String!
  • }