IMetadata
|
[ServiceContractAttribute] public interface IMetadataService
The IMetadataService type exposes the following members.
Name | Description | |
---|---|---|
ReadAllMetadataAsJson | Reads all metadata from the Archive and sends it in Json format. | |
ReadAllMetadataAsXml | Reads all metadata from the Archive and sends it in Xml format. | |
ReadRangeMetadataAsJson | Reads a subset of metadata from the Archive and sends it in Json format. | |
ReadRangeMetadataAsXml | Reads a subset of metadata from the Archive and sends it in Xml format. | |
ReadSelectMetadataAsJson | Reads a subset of metadata from the Archive and sends it in Json format. | |
ReadSelectMetadataAsXml | Reads a subset of metadata from the Archive and sends it in Xml format. | |
WriteMetadataAsJson | Writes metadata received in Json format to the Archive. | |
WriteMetadataAsXml | Writes metadata received in Xml format to the Archive. |