DataDiscoveryMigrationMessage Class

A class representing a message associated with migration from/to Composer
Inheritance Hierarchy
SystemObject
  Dundas.BI.UtilityOperationMessage
    Dundas.BI.DataDiscoveryDataDiscoveryMigrationMessage

Namespace:  Dundas.BI.DataDiscovery
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class DataDiscoveryMigrationMessage : OperationMessage

The DataDiscoveryMigrationMessage type exposes the following members.

Properties
  NameDescription
Public propertyDataDiscoveryId
Gets the Data Discovery ID of the migrated object.
Public propertyDetails
Gets the details.
(Inherited from OperationMessage.)
Public propertyDundasId
Gets the Dundas ID of the migrated object.
Public propertyIndentLevel
Gets the indent level.
(Inherited from OperationMessage.)
Public propertyMessageTime
Gets the time when the message was posted, in Coordinated Universal Time (UTC).
(Inherited from OperationMessage.)
Public propertyObjectName
Gets the name of the migrated object.
Public propertyObjectType
Gets the type of the migrated object.
Public propertySeverity
Gets the severity.
(Inherited from OperationMessage.)
Public propertyTenantContext
Gets the tenant context of the migrated object, if applicable.
Public propertyText
Gets the text.
(Inherited from OperationMessage.)
Top
Methods
See Also