3.1.4.61.2.1 StagingGetRequest

The StagingGetRequest element specifies the criteria in the StagingResultCriteria complex type for the retrieval of staging information.

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

   <xs:element name="StagingGetRequest">
     <xs:complexType>
       <xs:sequence>
         <xs:element minOccurs="0" name="IncludeUnbatchedInformation" type="xs:boolean"/>
         <xs:element xmlns:q312="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="StagingResultCriteria" nillable="true" type="q312:StagingResultCriteria"/>
         <xs:element xmlns:q313="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="StagingSearchCriteria" nillable="true" type="q313:StagingSearchCriteria"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>

IncludeUnbatchedInformation: Specifies whether the request is to include unbatched information.

StagingResultCriteria: Specifies the result criteria for staging batches.

StagingSearchCriteria: Specifies the search criteria for staging batches.