GetSearchMetadataResponse Element

System.Object

ObjectSetType

GetSearchMetadataResponse

 

Client Declaration

Represents a collection of objects as the output of the GetSearchMetadata operation. GetSearchMetadataResponse can represent a complete collection or only a portion (page) of a collection.

 

Element Structure

Attributes

 

Base Element Inheritance

Elements

 

XML Schema

<xsd:element name="GetSearchMetadataResponse">
   <xsd:complexType>
      <xsd:complexContent>
         <xsd:extension base="ObjectSetType">
            <xsd:attribute name="metadataEpochId" type="xsd:string"/>
         </xsd:extension>
      </xsd:complexContent>
   </xsd:complexType>
</xsd:element>