StagingGetResponse Class

Definition

Represents a response that contains an operation result and an array that contains staging batch information.

public ref class StagingGetResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="StagingGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingGetResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="StagingGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingGetResponse = class
Public Class StagingGetResponse
Inheritance
StagingGetResponse
Attributes

Constructors

StagingGetResponse()

Initializes a new instance of the StagingGetResponse class that has default values.

StagingGetResponse(Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>)

Initializes a new instance of the StagingGetResponse class with the specified batch list, operation result, and unbatched information.

Fields

Batches

List of batches to be returned.

OperationResult

The operation result, including a unique ID for tracking and logging.

UnbatchedInformation

Summary information about records in the staging system that are not associated with a batch.

Applies to