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
Digest
stringThe digest of the content of the file calculated using the selected digest algorithm.
ModifiedTime
UnixTimeThe time this file was last modified.
Size
longThe size of the file in bytes.
Properties
ModifiedTime
The time this file was last modified.
public UnixTime ModifiedTime { get; init; }