RepositoryScanStatistics Data Type

RepositoryScanStatistics - extension to the RepositoryContentStatistics model.

Properties
name data type description
duration number
newFileCount number
repositoryId string
totalFileCount number
totalSize number
whenGathered number

Example

{
  "whenGathered" : 12345.0,
  "repositoryId" : "...",
  "duration" : 12345.0,
  "totalFileCount" : 12345.0,
  "newFileCount" : 12345.0,
  "totalSize" : 12345.0
}