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> <sizeOnDisk>...</sizeOnDisk> <format>...</format> <freeSpaceOnDisk>...</freeSpaceOnDisk> <notFoundCacheHits>...</notFoundCacheHits> <notFoundCacheSize>...</notFoundCacheSize> <notFoundCacheMisses>...</notFoundCacheMisses> <groups> <string>...</string> <string>...</string> <!--...more "string" elements...--> </groups> <fileCountInRepository>...</fileCountInRepository> <remoteStorageErrorsCount>...</remoteStorageErrorsCount> <repoType>...</repoType> <localStorageErrorsCount>...</localStorageErrorsCount> <id>...</id> </data> </repository-meta-data>