Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BackupProgressInfo

Package version

Describes the progress of a partition's backup.

Hierarchy

  • BackupProgressInfo

Index

Properties

Optional backupId

backupId: undefined | string

Unique ID of the newly created backup.

Optional backupLocation

backupLocation: undefined | string

Location, relative to the backup store, of the newly created backup.

Optional backupState

backupState: BackupState

Represents the current state of the partition backup operation. Possible values include: 'Invalid', 'Accepted', 'BackupInProgress', 'Success', 'Failure', 'Timeout'

Optional epochOfLastBackupRecord

epochOfLastBackupRecord: Epoch

Specifies the epoch of the last record included in backup.

Optional failureError

failureError: FabricErrorError

Denotes the failure encountered in performing backup operation.

Optional lsnOfLastBackupRecord

lsnOfLastBackupRecord: undefined | string

The LSN of last record included in backup.

Optional timeStampUtc

timeStampUtc: Date

TimeStamp in UTC when operation succeeded or failed.

Generated using TypeDoc