OBJECT

AwsNativeS3SpecificSnapshot

Description

AWS S3-specific snapshot information.

link GraphQL Schema definition

  • type AwsNativeS3SpecificSnapshot implements PolarisSpecificSnapshot {
  • # List of objects successfully backed up.
  • processedObjectCount: Long!
  • # List of objects failed to back up.
  • failedObjectCount: Long!
  • # Verifies if the snapshot is a partial backup.
  • isSnapshotPartial: Boolean!
  • # ID of the snapshot.
  • snapshotId: UUID!
  • }

link Require by

This element is not required by anyone