2.2.4.169 StagingSearchCriteria

The StagingSearchCriteria complex type defines the criteria for staging batch types.

The following is the XML schema definition of the StagingSearchCriteria complex type.

   <xs:complexType name="StagingSearchCriteria">
     <xs:complexContent mixed="false">
       <xs:extension xmlns:q316="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" base="q316:DataContractBase">
         <xs:sequence>
           <xs:element minOccurs="0" name="StagingBatchStatus" type="q316:StagingBatchStatus">
             <xs:annotation>
               <xs:appinfo>
                 <DefaultValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/" EmitDefaultValue="false"/>
               </xs:appinfo>
             </xs:annotation>
           </xs:element>
           <xs:element minOccurs="0" name="StagingBatches" nillable="true" type="q316:ArrayOfIdentifier">
             <xs:annotation>
               <xs:appinfo>
                 <DefaultValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/" EmitDefaultValue="false"/>
               </xs:appinfo>
             </xs:annotation>
           </xs:element>
           <xs:element minOccurs="0" name="StagingDataStatus" type="q316:StagingDataStatus"/>
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>
  </xs:complexType>

StagingBatches: Specifies the staging batches.

StagingBatchStatus: Specifies the status of a staging batch.

StagingDataStatus: Specifies the status of a staging data that indicates the success or failure of staging records.