#include <CppCliInterop.h>
Public Attributes | |
int | totalFiles = 0 |
int | localFiles = 0 |
int | percentageDownloaded = 0 |
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.
int MineTrustConnector::CppCliInterop::PackageMetrics::localFiles = 0 |
Gets or sets the number of files that are locally available.
int MineTrustConnector::CppCliInterop::PackageMetrics::percentageDownloaded = 0 |
Gets or sets the percentage of LocalFiles/TotalFiles
int MineTrustConnector::CppCliInterop::PackageMetrics::totalFiles = 0 |
Gets or sets the total number of files in the package.