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 {
- # File mode (directory, file, symlink, or unknown).
- : FileModeEnum!
- # Time when the file was last modified.
- : DateTime!
- # Size of the file, in bytes.
- : Long!
- # Snapshot corresponding to the file version.
- : CloudNativeSnapshotInfo!
- }