You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/generated/eventlog.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3371,25 +3371,20 @@ logged whenever a BACKUP and RESTORE job completes or fails.
3371
3371
|`TargetScope`| TargetScope is the largest scope of the targets that the user is backing up or restoring based on the following order: table < schema < database < full cluster. | no |
3372
3372
|`IsMultiregionTarget`| IsMultiregionTarget is true if any of the targets contain objects with multi-region primitives. | no |
3373
3373
|`TargetCount`| TargetCount is the number of targets the in the BACKUP/RESTORE. | no |
3374
-
|`DestinationSubdirType`| DestinationSubdirType is - latest: if using the latest subdir - standard: if using a date-based subdir - custom: if using a custom subdir that's not date-based | no |
3375
3374
|`DestinationStorageTypes`| DestinationStorageTypes are the types of storage that the user is backing up to or restoring from. | no |
3376
3375
|`DestinationAuthTypes`| DestinationAuthTypes are the types of authentication methods that the user is using to access the destination storage. | no |
3377
3376
|`IsLocalityAware`| IsLocalityAware indicates if the BACKUP or RESTORE is locality aware. | no |
3378
-
|`AsOfInterval`| AsOfInterval is the time interval in nanoseconds between the statement timestamp and the timestamp resolved by the AS OF SYSTEM TIME expression. The interval is expressed in nanoseconds. | no |
3379
3377
|`WithRevisionHistory`| WithRevisionHistory is true if the BACKUP includes revision history. | no |
3380
3378
|`HasEncryptionPassphrase`| HasEncryptionPassphrase is true if the user provided an encryption passphrase to encrypt/decrypt their backup. | no |
3381
3379
|`KMSType`| KMSType is the type of KMS the user is using to encrypt/decrypt their backup. | no |
3382
3380
|`KMSCount`| KMSCount is the number of KMS the user is using. | no |
3383
3381
|`Options`| Options contain all the names of the options specified by the user in the BACKUP or RESTORE statement. For options that are accompanied by a value, only those with non-empty values will be present.<br><br>It's important to note that there are no option values anywhere in the event payload. Future changes to telemetry should refrain from adding values to the payload unless they are properly redacted. | no |
3384
-
|`DebugPauseOn`| DebugPauseOn is the type of event that the restore should pause on for debugging purposes. Currently only "error" is supported. | no |
3385
3382
|`JobID`| JobID is the ID of the BACKUP/RESTORE job. | no |
3386
3383
|`ResultStatus`| ResultStatus indicates whether the job succeeded or failed. | no |
3387
3384
|`ErrorText`| ErrorText is the text of the error that caused the job to fail. | partially |
3388
3385
|`RecurringCron`| RecurringCron is the crontab for the incremental backup. | no |
3389
3386
|`FullBackupCron`| FullBackupCron is the crontab for the full backup. | no |
3390
3387
|`CustomFirstRunTime`| CustomFirstRunTime is the timestamp for the user configured first run time. Expressed as nanoseconds since the Unix epoch. | no |
3391
-
|`OnExecutionFailure`| OnExecutionFailure describes the desired behavior if the schedule fails to execute. | no |
3392
-
|`OnPreviousRunning`| OnPreviousRunning describes the desired behavior if the previously scheduled BACKUP is still running. | no |
3393
3388
|`IgnoreExistingBackup`| IgnoreExistingBackup is true iff the BACKUP schedule should still be created even if a backup is already present in its destination. | no |
3394
3389
|`ApplicationName`| The application name for the session where recovery event was created. | no |
3395
3390
|`NumRows`| NumRows is the number of rows successfully imported, backed up or restored. | no |
0 commit comments