OBJECT

FileVersion

Description

Supported in v5.0+

link GraphQL Schema definition

  • type FileVersion {
  • # Supported in v5.0+
  • # The type of file, either a regular file or a directory.
  • fileMode: String
  • # Supported in v5.0+
  • lastModified: String
  • # Supported in v5.0+
  • size: Long
  • # Supported in v5.0+
  • # The snapshot this file belongs to.
  • snapshotId: String
  • # Supported in v5.0+
  • # The location where the file is stored, either in the cloud or locally.
  • source: String
  • }