interface TfvcStatistics {
    changesetId?: number;
    fileCountTotal?: number;
}

Properties

changesetId?: number

Id of the last changeset the stats are based on.

fileCountTotal?: number

Count of files at the requested scope.