3.1.4.60.2.2 StagingClearResponse

The StagingClearResponse element specifies counts for the batches and the attribute, member, and relationship records that are cleared.

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

   <xs:element name="StagingClearResponse">
     <xs:complexType>
       <xs:sequence>
         <xs:element minOccurs="0" name="AttributesRecordsClearedCount" type="xs:int"/>
         <xs:element minOccurs="0" name="BatchesQueuedToClearCount" type="xs:int"/>
         <xs:element minOccurs="0" name="MemberRecordsClearedCount" type="xs:int"/>
         <xs:element xmlns:q337="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="OperationResult" nillable="true" type="q337:OperationResult"/>
         <xs:element minOccurs="0" name="RelationshipRecordsClearedCount" type="xs:int"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>

AttributesRecordsClearedCount: Specifies the count of the attribute records that were cleared.

BatchesQueuedToClearCount: Specifies the count of the batches that were set to be cleared.

MemberRecordsClearedCount: Specifies the count of the member records that were cleared.

OperationResult: Specifies the list of errors that is returned if the operation fails.

RelationshipRecordsClearedCount: Specifies the count of the relationship records that were cleared.