MigrateToDataDiscoveryOptions Class

The options class used for migrating account services objects (tenants, groups, and users) from Data Discovery.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsMigrateToDataDiscoveryOptions

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

The MigrateToDataDiscoveryOptions type exposes the following members.

Constructors
  NameDescription
Public methodMigrateToDataDiscoveryOptions
Initializes a new instance of the MigrateToDataDiscoveryOptions class
Top
Properties
  NameDescription
Public propertyGroupIds
Gets or sets the IDs of the groups to migrate. means all groups to be migrated.
Public propertyTenantIds
Gets or sets the IDs of the tenants to migrate. means all tenants to be migrated.
Public propertyUserIds
Gets or sets the IDs of the users to migrate. means all users to be migrated.
Top
Methods
  NameDescription
Public methodStatic memberFromDataContractMappings
The mapping between MigrateToDataDiscoveryOptions and MigrateToDataDiscoveryOptions.
Top
See Also