Class PackageMetrics

Namespace
Datamine.MineTrustConnector.Core
Assembly
Datamine.MineTrustConnector.Core.dll

Object which describes various package metrics for packages whose contents are deterministically defined by the 'Include' configuration - i.e. the 'Include' configuration of the package is non- empty and contains no wildcards. For packages that are not deterministically defined, all metrics have their default value of -1.

public class PackageMetrics
Inheritance
PackageMetrics
Inherited Members

Properties

LocalFiles

Gets or sets the number of files that are locally available.

public int LocalFiles { get; set; }

Property Value

int

The total files.

PercentageDownloaded

Gets or sets the percentage of LocalFiles/TotalFiles

public int PercentageDownloaded { get; set; }

Property Value

int

The percentage downloaded.

TotalFiles

Gets or sets the total number of files in the package.

public int TotalFiles { get; set; }

Property Value

int

The total files.