Click or drag to resize

IMetadataService Methods

The IMetadataService type exposes the following members.

Methods
  Name Description
Public method ReadAllMetadataAsJson Reads all metadata from the Archive and sends it in Json format.
Public method ReadAllMetadataAsXml Reads all metadata from the Archive and sends it in Xml format.
Public method ReadRangeMetadataAsJson Reads a subset of metadata from the Archive and sends it in Json format.
Public method ReadRangeMetadataAsXml Reads a subset of metadata from the Archive and sends it in Xml format.
Public method ReadSelectMetadataAsJson Reads a subset of metadata from the Archive and sends it in Json format.
Public method ReadSelectMetadataAsXml Reads a subset of metadata from the Archive and sends it in Xml format.
Public method WriteMetadataAsJson Writes metadata received in Json format to the Archive.
Public method WriteMetadataAsXml Writes metadata received in Xml format to the Archive.
Top
See Also