OBJECT
MosaicSnapshot
Description
Mosaic Snapshot information.
link GraphQL Schema definition
- type MosaicSnapshot {
- # ID of the Mosaic cluster.
- : UUID!
- # Snapshot size information.
- : String
- # Time of expiration.
- : DateTime
- # ID of the snapshot.
- : String!
- # Duration of the snapshot job.
- : Int
- # SLA domain of the snapshot.
- : SlaDomain
- # Snapshot type.
- : MosaicSnapshotType!
- # Time of the snapshot version.
- : DateTime!
- # State of the snapshot version.
- : String
- # The workload ID.
- : String!
- }
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.