OBJECT
SnapshotFile
Description
File or folder data returned by browse or search delta response.
link GraphQL Schema definition
- type SnapshotFile {
- String! :
- String! :
- String! :
- String! :
- DateTime! :
- Long! :
- FileModeEnum! :
- String! :
- # Quarantine information corresponding to the path.
- QuarantineInfo :
- # Browse or search delta response returns workload fields.
- WorkloadFields :
- }
link Require by
- SnapshotFileConnectionPaginated list of SnapshotFile objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- SnapshotFileDeltaSnapshot file or directory and its delta information.
- SnapshotFileDeltaV2Snapshot file or directory and its delta information.
- SnapshotFileEdgeWrapper around the SnapshotFile object. This wrapper is used for pagination.