- Schema
- ns0.xsd
Properties
name |
data type |
type |
namespace |
min/max occurs |
description |
consumerScanningStatistics
|
consumerScanningStatistics
|
element
|
|
0/unbounded
|
|
managedRepository
|
managedRepository
|
element
|
|
0/1
|
|
newFileCount
|
long
|
element
|
|
1/1
|
|
totalFileCount
|
long
|
element
|
|
1/1
|
|
Example
<repositoryScannerStatistics>
<managedRepository>
<cronExpression>...</cronExpression>
<location>...</location>
<releases>...</releases>
<snapshots>...</snapshots>
<blockRedeployments>...</blockRedeployments>
<stagingRepository/>
<scanned>...</scanned>
<daysOlder>...</daysOlder>
<retentionCount>...</retentionCount>
<deleteReleasedSnapshots>...</deleteReleasedSnapshots>
<stageRepoNeeded>...</stageRepoNeeded>
<resetStats>...</resetStats>
<skipPackedIndexCreation>...</skipPackedIndexCreation>
<description>...</description>
<layout>...</layout>
<id>...</id>
<name>...</name>
<indexDirectory>...</indexDirectory>
</managedRepository>
<consumerScanningStatistics>
<consumerKey>...</consumerKey>
<count>...</count>
<time>...</time>
<average>...</average>
</consumerScanningStatistics>
<totalFileCount>...</totalFileCount>
<newFileCount>...</newFileCount>
</repositoryScannerStatistics>