3.1.4.19.3.1 ArrayOfKeyValueOfstringQueryHealthMonitoringSettingsvvncQr8z

msdn link

Namespace: http://schemas.microsoft.com/2003/10/Serialization/Arrays

The ArrayOfKeyValueOfstringQueryHealthMonitoringSettingsvvncQr8z complex type defines a list of settings that are used to configure query health monitoring data collection into the objects defined in section 3.1.1.5.

 <xs:complexType name="ArrayOfKeyValueOfstringQueryHealthMonitoringSettingsvvncQr8z" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValueOfstringQueryHealthMonitoringSettingsvvncQr8z">
       <xs:complexType>
         <xs:sequence>
           <xs:element name="Key" nillable="true" type="xs:string"/>
           <xs:element xmlns:tns4="http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Monitoring" name="Value" nillable="true" type="tns4:QueryHealthMonitoringSettings"/>
         </xs:sequence>
       </xs:complexType>
     </xs:element>
   </xs:sequence>
 </xs:complexType>

KeyValueOfstringQueryHealthMonitoringSettingsvvncQr8z: Represents the query health monitoring settings for a component.

KeyValueOfstringQueryHealthMonitoringSettingsvvncQr8z.Key: String value identifying the component that the query health monitoring settings in KeyValueOfstringQueryHealthMonitoringSettingsvvncQr8z.Value represents.

KeyValueOfstringQueryHealthMonitoringSettingsvvncQr8z.Value: Query health monitoring settings for the component in KeyValueOfstringQueryHealthMonitoringSettingsvvncQr8z.Key. MUST be of type QueryHealthMonitoringSettings section 2.2.4.40.