listDiffFilesForSnapshot
List files with their deltas in a given snapshot, with optional search string filtering.
Arguments
| Argument | Type | Description |
|---|---|---|
| first | Int | Returns the first n elements from the list. |
| after | String | Returns the elements in the list that occur after the specified cursor. |
| snapshotFid (required) | UUID! | Snapshot persistent UUID in RSC. |
| searchString | String | Optional search string to filter files by filename. |
| filter | SnapshotDeltaFilterInput | Filter snapshot delta based on delta types. |
| quarantineFilters | [QuarantineFilter!] | Filter entries based on quarantine status of the entries in the base snapshot. |
| sensitiveDataDiscoveryFilters | SensitiveDataDiscoveryFiltersInput | Filters for sensitive data discovery results. |
| sort | FileResultSortInput | Sorts to apply when listing file results. |
Returns
SnapshotFileDeltaV2Connection!