StagingClearResponse Class
Represents a response message that specifies counts for the batches and attribute, member, and relationship records cleared.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
Microsoft.MasterDataServices.Services.MessageContracts.StagingClearResponse
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<MessageContractAttribute> _
Public Class StagingClearResponse _
Inherits MessageResponse
'Usage
Dim instance As StagingClearResponse
[MessageContractAttribute]
public class StagingClearResponse : MessageResponse
[MessageContractAttribute]
public ref class StagingClearResponse : public MessageResponse
[<MessageContractAttribute>]
type StagingClearResponse =
class
inherit MessageResponse
end
public class StagingClearResponse extends MessageResponse
The StagingClearResponse type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
StagingClearResponse | Initializes a new instance of the StagingClearResponse class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AttributesRecordsClearedCount | Gets or sets the number of cleared attributes records. |
![]() |
BatchesQueuedToClearCount | Gets or sets the number of batches to be cleared. |
![]() |
MemberRecordsClearedCount | Gets or sets the cleared member records. |
![]() |
OperationResult | Gets or sets the result of an operation. (Inherited from MessageResponse.) |
![]() |
RelationshipRecordsClearedCount | Gets or sets the cleared relationship records. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
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.