Show / Hide Table of Contents

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 Source

Digest

Gets the primary digest of a content file.

Declaration
IContentFileDigest Digest { get; }
Property Value
Type Description
IContentFileDigest

Content file digest.

| Improve this Doc View Source

FileName

Gets the name of the file

Declaration
string FileName { get; }
Property Value
Type Description
System.String

File name

| Improve this Doc View Source

Size

Ges the file size, in bytes.

Declaration
ulong Size { get; }
Property Value
Type Description
System.UInt64

File size

| Improve this Doc View Source

Source

Gets the default download URL for a file.

Declaration
string Source { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX