Table of Contents

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 string

The digest of the content of the file calculated using the selected digest algorithm.

ModifiedTime UnixTime

The time this file was last modified.

Size long

The size of the file in bytes.

Properties

ModifiedTime

The time this file was last modified.

public UnixTime ModifiedTime { get; init; }

Property Value

UnixTime