Interface IContentFile
Represents a content file for an update.
Namespace: Microsoft.PackageGraph.ObjectModel
Assembly: package-graph-microsoft-update.dll
Syntax
public interface IContentFile
Properties
| Improve this Doc View SourceDigest
Gets the primary digest of a content file.
Declaration
IContentFileDigest Digest { get; }
Property Value
Type | Description |
---|---|
IContentFileDigest | Content file digest. |
FileName
Gets the name of the file
Declaration
string FileName { get; }
Property Value
Type | Description |
---|---|
System.String | File name |
Size
Ges the file size, in bytes.
Declaration
ulong Size { get; }
Property Value
Type | Description |
---|---|
System.UInt64 | File size |
Source
Gets the default download URL for a file.
Declaration
string Source { get; }
Property Value
Type | Description |
---|---|
System.String |