Class FileVersion

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class FileVersion
    extends java.lang.Object
    implements java.lang.Cloneable
    A file version represents a version of a file at a certain time and captures all of a file's properties.

    A PartialFileHistory typically consists of multiple FileVersions, each of which is the incarnation of the same file, but with either changed properties, or changed content.

    The FileVersion's checksum attribute implicitly links to a FileContent, which represents the content of a file. Multiple file versions can link to the same file content.

    See Also:
    PartialFileHistory