OBJECT
GlobalSearchFile
Description
Supported in v5.1+
link GraphQL Schema definition
- type GlobalSearchFile {
- # Required. Supported in v5.1+
- # List of directories containing the file.
- String!]! : [
- # Required. Supported in v5.1+
- # Filename of the file.
- String! :
- # Required. Supported in v5.1+
- # True if the returned path is not a directory.
- Boolean! :
- # Required. Supported in v5.1+ Managed ID of the workload containing the file.
- String! :
- # Required. Supported in v5.1+ Name of the workload containing the file.
- String! :
- # Supported in v7.0+
- # Last time, in seconds, this file was modified since epoch.
- Long :
- # Supported in v7.0+
- # Number of snapshots containing the file.
- Int :
- # Supported in v7.0+
- # Size, in bytes, of the file.
- Long :
- # Supported in v7.0+
- # Time latest, in milliseconds, snapshot was taken with this file since epoch.
- Long :
- }