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