StagingBatch Class
Specifies a container for a staging batch including the batch identification, errors, statistics, and members.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::StagingBatch
| Name | Description | |
|---|---|---|
![]() | StagingBatch() | Initializes a new instance of the StagingBatch class. |
| Name | Description | |
|---|---|---|
![]() | BatchId | Gets or sets an ID that uniquely identifies the batch. |
![]() | Errors | Gets or sets an array of error messages. |
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DataContractBase.) |
![]() | Information | Gets or sets staging batch information. |
![]() | Members | Gets or sets an array of entity members. |
| 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.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


