OBJECT

CloudNativeFileVersion

Description

Contains metadata fields of a file specific to the version of the file in a snapshot.

link GraphQL Schema definition

  • type CloudNativeFileVersion {
  • # Snapshot corresponding to the file version.
  • snapshot: CloudNativeSnapshotInfo!
  • # Time when the file was last modified.
  • lastModified: DateTime!
  • # Size of the file, in bytes.
  • sizeInBytes: Long!
  • # File mode (directory, file, symlink, or unknown).
  • fileMode: FileModeEnum!
  • }