OBJECT

AzureNativeStorageAccountSpecificSnapshot

Description

Snapshot information specific to the Azure storage account.

link GraphQL Schema definition

  • type AzureNativeStorageAccountSpecificSnapshot implements PolarisSpecificSnapshot {
  • # List of successfully backed-up objects.
  • processedObjectCount: Long!
  • # List of objects that 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