OBJECT
MosaicSnapshot
Description
Mosaic Snapshot information.
link GraphQL Schema definition
- type MosaicSnapshot {
- # ID of the snapshot.
- String! :
- # ID of the Mosaic cluster.
- UUID! :
- # The workload ID.
- String! :
- # Time of expiration.
- DateTime :
- # Time of the snapshot version.
- DateTime! :
- # State of the snapshot version.
- String :
- # Snapshot size information.
- String :
- # Duration of the snapshot job.
- Int :
- # Snapshot type.
- MosaicSnapshotType! :
- # SLA domain of the snapshot.
- SlaDomain :
- }
link Require by
- CassandraColumnFamilyCassandra Column Family information.
- MongodbCollectionInformation about MongoDB Collection.
- MosaicSnapshotConnectionPaginated list of MosaicSnapshot objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- MosaicSnapshotEdgeWrapper around the MosaicSnapshot object. This wrapper is used for pagination.