OBJECT

GlobalSearchFile

Description

Supported in v5.1+

link GraphQL Schema definition

  • type GlobalSearchFile {
  • # Required. Supported in v5.1+
  • # List of directories containing the file.
  • dirs: [String!]!
  • # Required. Supported in v5.1+
  • # Filename of the file.
  • filename: String!
  • # Required. Supported in v5.1+
  • # True if the returned path is not a directory.
  • isFile: Boolean!
  • # Required. Supported in v5.1+ Managed ID of the workload containing the file.
  • snappableId: String!
  • # Required. Supported in v5.1+ Name of the workload containing the file.
  • snappableName: String!
  • # Supported in v7.0+
  • # Last time, in seconds, this file was modified since epoch.
  • modifiedTime: Long
  • # Supported in v7.0+
  • # Number of snapshots containing the file.
  • numSnapshots: Int
  • # Supported in v7.0+
  • # Size, in bytes, of the file.
  • sizeInBytes: Long
  • # Supported in v7.0+
  • # Time latest, in milliseconds, snapshot was taken with this file since epoch.
  • snapshotTime: Long
  • }