EntityStagingBatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies a unique batch awaiting or undergoing entity based staging.
public ref class EntityStagingBatch : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="EntityStagingBatch", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityStagingBatch : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="EntityStagingBatch", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityStagingBatch = class
inherit DataContractBase
Public Class EntityStagingBatch
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The EntityStagingBatch data structure identifies a unique batch awaiting or undergoing entity based staging.
Constructors
EntityStagingBatch() |
Initializes a new instance of the EntityStagingBatch class. |
Properties
BatchId |
Specifies staging batch identifier. |
BatchTag |
Specifies a user-defined batch tag |
EntityId |
Specifies the entity the batch is associated with. |
ErrorView |
Specifies the view that contains detailed error results |
MemberCount |
Specifies total number of members in the batch (unrelated to staging state) |
MemberType |
Specifies the member type the batch is associated with. |
ProcessedEnd |
Specifies the time processing finished for the batch. |
ProcessedStart |
Specifies the time processing started for the batch. |
RowsInError |
Specifies TotalErrorCount number or rows that contain at least one error. |
Status |
Specifies the current status of the batch. |
VersionId |
Specifies the version the batch was staged into. |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |