Class ManifestFile
- Namespace
 - ZeroInstall.Store.Manifests
 
- Assembly
 - ZeroInstall.Store.dll
 
Base class for file entries in a Manifest.
[Serializable]
public abstract record ManifestFile : ManifestElement, IEquatable<ManifestElement>, IEquatable<ManifestFile>
  - Inheritance
 - 
      
      
      ManifestFile
 
- Implements
 
- Derived
 
- Inherited Members
 
Constructors
ManifestFile(string, UnixTime, long)
Base class for file entries in a Manifest.
protected ManifestFile(string Digest, UnixTime ModifiedTime, long Size)
  Parameters
DigeststringThe digest of the content of the file calculated using the selected digest algorithm.
ModifiedTimeUnixTimeThe time this file was last modified.
SizelongThe size of the file in bytes.
Properties
ModifiedTime
The time this file was last modified.
public UnixTime ModifiedTime { get; init; }