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