OBJECT

SnapshotProperties

Description

Properties of a snapshot.

link GraphQL Schema definition

  • type SnapshotProperties {
  • # Quarantine processing status.
  • isQuarantineProcessing: Boolean!
  • # Quarantine status.
  • isQuarantined: Boolean!
  • # Snapshot FID.
  • snapshotFid: String!
  • # Time of the snapshot.
  • snapshotTime: DateTime
  • }