StagingBatch Class

Definition

Specifies a container for a staging batch including the batch identification, errors, statistics, and members.

public ref class StagingBatch : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="StagingBatch", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingBatch : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="StagingBatch", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingBatch = class
    inherit DataContractBase
Public Class StagingBatch
Inherits DataContractBase
Inheritance
StagingBatch
Attributes

Constructors

StagingBatch()

Initializes a new instance of the StagingBatch class.

Properties

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.

Applies to