OBJECT
MssqlBackup
Description
Supported in v5.2+
link GraphQL Schema definition
- type MssqlBackup {
- # Required. Supported in v5.2+
- # The unique identifier for the object.
- String! :
- # Required. Supported in v5.2+
- # The total uncompressed size of the files in bytes.
- Long! :
- # Required. Supported in v5.2+
- # Timestamp of the backup.
- DateTime :
- # Required. Supported in v5.2+
- # LSN of the backup.
- String! :
- # Required. Supported in v5.2+
- # The file path the backup will be stored at in downloaded zip files containing
- # it.
- String! :
- # Required. Supported in v5.2+
- # GUID of the recovery fork attached to the LSN.
- String! :
- MssqlBackupType! :
- }