EntityStagingBatch Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Identifies a unique batch awaiting or undergoing entity based staging.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::EntityStagingBatch
| Name | Description | |
|---|---|---|
![]() | EntityStagingBatch() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the EntityStagingBatch class. |
| Name | Description | |
|---|---|---|
![]() | BatchId | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets an ID that uniquely identifies the batch. |
![]() | BatchTag | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a user-defined batch tag. |
![]() | EntityId | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the entity the batch is associated with. |
![]() | ErrorView | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the view that contains detailed error results. |
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DataContractBase.) |
![]() | MemberCount | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the total number of members in the batch. |
![]() | MemberType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the member type the batch is associated with. |
![]() | ProcessedEnd | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the time processing finished for the batch. |
![]() | ProcessedStart | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the time processing started for the batch. |
![]() | RowsInError | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the TotalErrorCount number of rows that contain at least one error. |
![]() | Status | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the current status of the batch. |
![]() | VersionId | This API supports the product infrastructure and is not intended to be used directly from your code. 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.) |
![]() | 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.


