Skip to content

GenericSnapshot

A generic snapshot type.

Fields

Field Type Description
date DateTime! The date of the snapshot.
expirationDate DateTime The expirationDate of the snapshot.
id UUID! The ID of the snapshot.
indexingAttempts Long! The number of indexing attempts for the snapshot.
isAnomaly Boolean! Flag if the snapshot is an anomaly.
isCorrupted Boolean! Specifies whether or not the snapshot is corrupted.
isExpired Boolean! Specifies whether or not the snapshot is expired.
isIndexed Boolean! Specifies whether or not the snapshot is indexed.
isOnDemandSnapshot Boolean! Specifies whether the snapshot is an on-demand snapshot.
isQuarantineProcessing Boolean! Specifies whether RSC is processing the snapshot to determine its quarantine state.
isQuarantined Boolean! Specifies whether the snapshot is quarantined.
isUnindexable Boolean! Specifies whether or not the snapshot is unindexable.
snappableId String! The workload ID of the snapshot.

Implemented By