RepositoryScannerStatistics Data Type

Properties
name data type description
consumerScanningStatistics array of ConsumerScanningStatistics
managedRepository ManagedRepository
newFileCount number
totalFileCount number

Example

{
  "managedRepository" : {
    "cronExpression" : "...",
    "location" : "...",
    "releases" : true,
    "snapshots" : true,
    "blockRedeployments" : true,
    "stagingRepository" : { },
    "scanned" : true,
    "daysOlder" : 12345.0,
    "retentionCount" : 12345.0,
    "deleteReleasedSnapshots" : true,
    "stageRepoNeeded" : true,
    "resetStats" : true,
    "skipPackedIndexCreation" : true,
    "layout" : "...",
    "indexDirectory" : "...",
    "id" : "...",
    "name" : "...",
    "description" : "..."
  },
  "consumerScanningStatistics" : [ {
    "consumerKey" : "...",
    "count" : 12345.0,
    "time" : 12345.0,
    "average" : "..."
  }, {
    "consumerKey" : "...",
    "count" : 12345.0,
    "time" : 12345.0,
    "average" : "..."
  } ],
  "totalFileCount" : 12345.0,
  "newFileCount" : 12345.0
}