StagingGetResponse Class
Represents a response that contains an operation result and an array that contains staging batch information.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
| Name | Description | |
|---|---|---|
![]() | StagingGetResponse() | Initializes a new instance of the StagingGetResponse class that has default values. |
![]() | StagingGetResponse(Collection<StagingBatch^>^, OperationResult^, Collection<StagingUnbatchedInformation^>^) | Initializes a new instance of the StagingGetResponse class with the specified batch list, operation result, and unbatched information. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | Batches | List of batches to be returned. |
![]() | OperationResult | The operation result, including a unique ID for tracking and logging. |
![]() | UnbatchedInformation | Summary information about records in the staging system that are not associated with a batch. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


