OBJECT
PolarisSnapshotGroupBy
Description
Polaris Snapshot data with groupby info applied to it.
link GraphQL Schema definition
- type PolarisSnapshotGroupBy {
- # The data groupby info.
- : PolarisSnapshotGroupByInfo!
- # Paginated snapshot data.
- #
- # Arguments
- # first: Returns the first n elements from the list.
- # after: Returns the elements in the list that occur after the
- # specified cursor.
- # last: Returns the last n elements from the list.
- # before: Returns the elements in the list that occur before the
- # specified cursor.
- # sortOrder: Sorts the order of results.
- # sortBy: Sort Rubrik Security Cloud snapshots by field.
- (
- : Int,
- : String,
- : Int,
- : String,
- : SortOrder,
- : PolarisSnapshotSortByEnum
- ): PolarisSnapshotConnection!
- # Provides further groupings for the data.
- #
- # Arguments
- # groupBy: Group Rubrik Security Cloud snapshots by field.
- (
- : PolarisSnapshotGroupByEnum!
- ): [PolarisSnapshotGroupBy!]!
- }
link Require by
- PolarisSnapshotGroupByPolaris Snapshot data with groupby info applied to it.
- PolarisSnapshotGroupByConnectionPaginated list of PolarisSnapshotGroupBy objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- PolarisSnapshotGroupByEdgeWrapper around the PolarisSnapshotGroupBy object. This wrapper is used for pagination.