repository-meta-data element
Type: | repositoryMetaResourceResponse |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<repository-meta-data>
<data>
<remoteStorageErrorsCount>...</remoteStorageErrorsCount>
<repoType>...</repoType>
<fileCountInRepository>...</fileCountInRepository>
<sizeOnDisk>...</sizeOnDisk>
<freeSpaceOnDisk>...</freeSpaceOnDisk>
<localStorageErrorsCount>...</localStorageErrorsCount>
<notFoundCacheSize>...</notFoundCacheSize>
<notFoundCacheHits>...</notFoundCacheHits>
<format>...</format>
<id>...</id>
<groups>
<string>...</string>
<string>...</string>
<!--...more "string" elements...-->
</groups>
<notFoundCacheMisses>...</notFoundCacheMisses>
</data>
</repository-meta-data>