3.1.4.63.2.1 StagingProcessRequest

The StagingProcessRequest element specifies the details of the staging process request.

The following is the XML schema definition of the StagingProcessRequest element.

   <xs:element name="StagingProcessRequest">
     <xs:complexType>
       <xs:sequence>
         <xs:element minOccurs="0" name="Process" type="xs:boolean"/>
         <xs:element xmlns:q418="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="UnbatchedCriteria" nillable="true" type="q418:StagingUnbatchedCriteria"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>

Process: Specifies whether to perform the staging process.

UnbatchedCriteria: Specifies unbatched criteria by using the StagingUnbatchedCriteria complex type.