MineTrust Connector CPP SDK

Public Attributes | List of all members
MineTrustConnector::CppCliInterop::PackageMetrics Struct Reference

#include <CppCliInterop.h>

Public Attributes

int totalFiles = 0
 
int localFiles = 0
 
int percentageDownloaded = 0
 

Detailed Description

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.

Member Data Documentation

◆ localFiles

int MineTrustConnector::CppCliInterop::PackageMetrics::localFiles = 0

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

◆ percentageDownloaded

int MineTrustConnector::CppCliInterop::PackageMetrics::percentageDownloaded = 0

Gets or sets the percentage of LocalFiles/TotalFiles

◆ totalFiles

int MineTrustConnector::CppCliInterop::PackageMetrics::totalFiles = 0

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


The documentation for this struct was generated from the following file: