RepositoryStatistics Data Type

Properties
name data type description
duration number
facetId string
name string
newFileCount number
repositoryId string
scanEndTime number
scanStartTime number
totalArtifactCount number
totalArtifactFileSize number
totalCountForType object
totalFileCount number
totalGroupCount number
totalProjectCount number

Example

{
  "scanEndTime" : 12345.0,
  "scanStartTime" : 12345.0,
  "totalArtifactCount" : 12345.0,
  "totalArtifactFileSize" : 12345.0,
  "totalFileCount" : 12345.0,
  "totalGroupCount" : 12345.0,
  "totalProjectCount" : 12345.0,
  "newFileCount" : 12345.0,
  "duration" : 12345.0,
  "repositoryId" : "...",
  "facetId" : "...",
  "name" : "...",
  "totalCountForType" : {
    "property1" : "...",
    "property2" : "..."
  }
}