StagingUnbatchedInformation Class

 

Represents the summary information about the unbatched records in the system.

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

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.StagingUnbatchedInformation

Syntax

[DataContractAttribute(Name = "StagingUnbatchedInformation", 
    Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingUnbatchedInformation : DataContractBase
[DataContractAttribute(Name = "StagingUnbatchedInformation", 
    Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class StagingUnbatchedInformation : DataContractBase
[<DataContractAttribute(Name = "StagingUnbatchedInformation",
    Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingUnbatchedInformation = 
    class
        inherit DataContractBase
    end
<DataContractAttribute(Name := "StagingUnbatchedInformation",
    Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>
Public Class StagingUnbatchedInformation
    Inherits DataContractBase

Constructors

Name Description
System_CAPS_pubmethod StagingUnbatchedInformation()

Initializes a new instance of the StagingUnbatchedInformation class.

Properties

Name Description
System_CAPS_pubproperty MemberAttributeCount

Gets or sets the amount of unbatched member attribute records in the staging system.

System_CAPS_pubproperty MemberCount

Gets or sets the amount of unbatched member records in the staging system.

System_CAPS_pubproperty MemberRelationshipCount

Gets or sets the amount of unbatched member relationship records in the staging system.

System_CAPS_pubproperty ModelId

Gets or sets the identifier of the target model for the unbatched staging 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_protmethod SetProperty<T>(T, T, String, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code. Sets the property using the specified values.(Inherited from DataContractBase.)

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.DataContracts Namespace

Return to top