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