INTERFACE
GenericSnapshot
Description
A generic snapshot type.
link GraphQL Schema definition
- interface GenericSnapshot {
- # The ID of the snapshot.
- UUID! :
- # The date of the snapshot.
- DateTime! :
- # Specifies whether or not the snapshot is corrupted.
- Boolean! :
- # Specifies whether or not the snapshot is indexed.
- Boolean! :
- # Specifies whether or not the snapshot is unindexable.
- Boolean! :
- # The number of indexing attempts for the snapshot.
- Long! :
- # The expirationDate of the snapshot.
- DateTime :
- # Specifies whether or not the snapshot is expired.
- Boolean! :
- # Specifies whether the snapshot is an on-demand snapshot.
- Boolean! :
- # The workload ID of the snapshot.
- String! :
- # Specifies whether the snapshot is quarantined.
- Boolean! :
- }
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.