DiscoverSpecifiedStructuresOptions Class

The class for providing options when specifying the structures for discovery on a data connector.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsDiscoverSpecifiedStructuresOptions

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 DiscoverSpecifiedStructuresOptions

The DiscoverSpecifiedStructuresOptions type exposes the following members.

Constructors
  NameDescription
Public methodDiscoverSpecifiedStructuresOptions
Initializes a new instance of the DiscoverSpecifiedStructuresOptions class.
Top
Properties
  NameDescription
Public propertyDeleteUnusedStructures
Gets or sets a value indicating whether unused structures are removed after discovery.
Public propertyStructureNames
Gets or sets the structure names to discover.
Public propertyTypes
Gets or sets the types.
Top
See Also