INTERFACE
GenericSnapshot
Description
A generic snapshot type.
link GraphQL Schema definition
- interface GenericSnapshot {
- # The date of the snapshot.
- : DateTime!
- # The expirationDate of the snapshot.
- : DateTime
- # The ID of the snapshot.
- : UUID!
- # The number of indexing attempts for the snapshot.
- : Long!
- # Flag if the snapshot is an anomaly.
- : Boolean!
- # Specifies whether or not the snapshot is corrupted.
- : Boolean!
- # Specifies whether or not the snapshot is expired.
- : Boolean!
- # Specifies whether or not the snapshot is indexed.
- : Boolean!
- # Specifies whether the snapshot is an on-demand snapshot.
- : Boolean!
- # Specifies whether the snapshot is quarantined.
- : Boolean!
- # Specifies whether or not the snapshot is unindexable.
- : Boolean!
- # The workload ID of the snapshot.
- : String!
- }
link Require by
- CdmSnapshot
- ClosestSnapshotDetailSnapshot details.
- CloudDirectSnapshotNAS Cloud Direct snapshot object.
- GenericSnapshotConnectionPaginated list of GenericSnapshot objects with additional pagination information. Use `nodes` if per-object cursors are not needed. Each page of the results will include at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- GenericSnapshotEdgeWrapper around the GenericSnapshot object. This wrapper is used for pagination.
- PolarisSnapshot
- SnapshotFileDeltaV2ConnectionPaginated list of SnapshotFileDeltaV2 objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.