StagingClearResponse Class

 

Represents a response message that specifies counts for the batches and attribute, member, and relationship records cleared.

Namespace:   Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
    Microsoft.MasterDataServices.Services.MessageContracts.StagingClearResponse

Syntax

[MessageContractAttribute]
public class StagingClearResponse : MessageResponse
[MessageContractAttribute]
public ref class StagingClearResponse : MessageResponse
[<MessageContractAttribute>]
type StagingClearResponse = 
    class
        inherit MessageResponse
    end
<MessageContractAttribute>
Public Class StagingClearResponse
    Inherits MessageResponse

Constructors

Name Description
System_CAPS_pubmethod StagingClearResponse()

Initializes a new instance of the StagingClearResponse class.

Properties

Name Description
System_CAPS_pubproperty AttributesRecordsClearedCount

Gets or sets the number of cleared attributes records.

System_CAPS_pubproperty BatchesQueuedToClearCount

Gets or sets the number of batches to be cleared.

System_CAPS_pubproperty MemberRecordsClearedCount

Gets or sets the number of cleared member records.

System_CAPS_pubproperty OperationResult

Gets or sets the result of an operation.(Inherited from MessageResponse.)

System_CAPS_pubproperty RelationshipRecordsClearedCount

Gets or sets the number of cleared relationship records.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top