GetOtsSnapshotsSnapshot

data class GetOtsSnapshotsSnapshot(val actualBytes: String, val backupType: String, val bytesTotal: String, val completeTime: String, val createTime: String, val createdTime: String, val id: String, val instanceName: String, val jobId: String, val parentSnapshotHash: String, val rangeEnd: String, val rangeStart: String, val retention: String, val snapshotHash: String, val snapshotId: String, val sourceType: String, val startTime: String, val status: String, val tableName: String, val updatedTime: String, val vaultId: String)

Constructors

Link copied to clipboard
constructor(actualBytes: String, backupType: String, bytesTotal: String, completeTime: String, createTime: String, createdTime: String, id: String, instanceName: String, jobId: String, parentSnapshotHash: String, rangeEnd: String, rangeStart: String, retention: String, snapshotHash: String, snapshotId: String, sourceType: String, startTime: String, status: String, tableName: String, updatedTime: String, vaultId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The actual amount of backup snapshots after duplicates are removed. Unit: bytes.

Link copied to clipboard

The backup type. Valid value: COMPLETE, which indicates full backup.

Link copied to clipboard

The total amount of data. Unit: bytes.

Link copied to clipboard

The time when the backup snapshot was completed. This value is a UNIX timestamp. Unit: seconds.

Link copied to clipboard

The time when the backup snapshot was created. This value is a UNIX timestamp. Unit: seconds.

Link copied to clipboard

The time when the Table store instance was created. This value is a UNIX timestamp. Unit: seconds.

Link copied to clipboard
val id: String

The ID of the backup snapshot.

Link copied to clipboard

The name of the Table store instance.

Link copied to clipboard

The ID of the backup job.

Link copied to clipboard

The hash value of the parent backup snapshot.

Link copied to clipboard

The time when the backup job ended. This value is a UNIX timestamp. Unit: milliseconds.

Link copied to clipboard

The time when the backup job started. This value is a UNIX timestamp. Unit: milliseconds.

Link copied to clipboard

The retention period of the backup snapshot.

Link copied to clipboard

The hash value of the backup snapshot.

Link copied to clipboard

The ID of the backup snapshot.

Link copied to clipboard

The type of the data source. Valid values: ECS_FILE,PARTIAL_COMPLETE,FAILED

Link copied to clipboard

The start time of the backup snapshot. This value is a UNIX timestamp. Unit: seconds.

Link copied to clipboard

The status of the backup job. Valid values: COMPLETE,PARTIAL_COMPLETE,FAILED.

Link copied to clipboard

The name of the table in the Table store instance.

Link copied to clipboard

The time when the backup snapshot was updated. This value is a UNIX timestamp. Unit: seconds.

Link copied to clipboard

The ID of the backup vault that stores the backup snapshot.