OBJECT

MssqlBackup

Description

Supported in v5.2+

link GraphQL Schema definition

  • type MssqlBackup {
  • # Required. Supported in v5.2+
  • # The unique identifier for the object.
  • backupId: String!
  • # Required. Supported in v5.2+
  • # The total uncompressed size of the files in bytes.
  • backupSize: Long!
  • # Required. Supported in v5.2+
  • # Timestamp of the backup.
  • date: DateTime
  • # Required. Supported in v5.2+
  • # LSN of the backup.
  • lsn: String!
  • # Required. Supported in v5.2+
  • # The file path the backup will be stored at in downloaded zip files containing
  • # it.
  • path: String!
  • # Required. Supported in v5.2+
  • # GUID of the recovery fork attached to the LSN.
  • recoveryForkGuid: String!
  • backupType: MssqlBackupType!
  • }