DataDiscoveryMigrationMessageData Class

Base data contract object for returning a DataDiscoveryMigrationMessage object through REST API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsDataDiscoveryMigrationMessageData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class DataDiscoveryMigrationMessageData

The DataDiscoveryMigrationMessageData type exposes the following members.

Constructors
  NameDescription
Public methodDataDiscoveryMigrationMessageData
Initializes a new instance of the DataDiscoveryMigrationMessageData class
Top
Properties
  NameDescription
Public propertyDataDiscoveryId
Gets the Data Discovery ID of the migrated object.
Public propertyDundasId
Gets the Dundas ID of the migrated object.
Public propertyObjectName
Gets the name of the migrated object.
Public propertyObjectType
Gets the type of the migrated object.
Public propertySeverity
Gets the severity.
Public propertyTenantContext
Gets the tenant context of the migrated object, if applicable.
Public propertyText
Gets the text.
Top
See Also