EntityStagingBatch Class

Definition

Identifies a unique batch awaiting or undergoing entity based staging.

public ref class EntityStagingBatch : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="EntityStagingBatch", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityStagingBatch : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<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
EntityStagingBatch
Attributes

Constructors

EntityStagingBatch()

Initializes a new instance of the EntityStagingBatch class.

Properties

BatchId

Gets or sets an ID that uniquely identifies the batch.

BatchTag

Gets or sets a user-defined batch tag.

EntityId

Gets or sets the entity the batch is associated with.

ErrorView

Gets or sets the view that contains detailed error results.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
MemberCount

Gets or sets the total number of members in the batch.

MemberType

Gets or sets the member type 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 of 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.

Applies to