OBJECT
CdmGroupedSnapshot
Description
CDM Snapshot data with group by information applied to it.
link GraphQL Schema definition
- type CdmGroupedSnapshot {
- # Information on the grouped snapshots.
- CdmGroupByInfo :
- # List of snapshots for a CDM object.
- CdmWorkloadSnapshotConnection! :
- }
link Require by
- CdmGroupedSnapshotConnectionPaginated list of CdmGroupedSnapshot objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- CdmGroupedSnapshotEdgeWrapper around the CdmGroupedSnapshot object. This wrapper is used for pagination.