EntityStagingBatch Class
Identifies a unique batch awaiting or undergoing entity based staging.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::EntityStagingBatch
| Name | Description | |
|---|---|---|
![]() | EntityStagingBatch() | Initializes a new instance of the EntityStagingBatch class. |
| Name | Description | |
|---|---|---|
![]() | BatchId | Gets or sets the staging batch identifier. |
![]() | BatchTag | Gets or sets a user-defined batch tag. |
![]() | EntityId | Gets or sets the entity of the batch is associated with. |
![]() | ErrorView | Gets or sets the view that contains detailed error results. |
![]() | MemberCount | Gets or sets the total number of members in the batch (unrelated to staging state). |
![]() | MemberType | Gets or sets the member type of the batch is associated with. |
![]() | ProcessedEnd | Gets or sets the time processing finished for the batch. |
![]() | ProcessedStart | Gets or sets the time processing started for the batch. |
![]() | RowsInError | Gets or sets the TotalErrorCount number or rows that contain at least one error. |
![]() | Status | Gets or sets the current status of the batch. |
![]() | VersionId | Gets or sets the version the batch was staged into. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetProperty<T>(T%, T, String^, Boolean) | Changes the property to the given value. Returns whether the new value is different from the old value. (Inherited from DataContractBase.) |
![]() | ToString() | (Inherited from Object.) |
The EntityStagingBatch data structure identifies a unique batch awaiting or undergoing entity based staging.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


