GenerateMetricSetOptionsDataConnectorId Property

Gets or sets the ID of the data connector to use. This is a blind method that will just pick some default structure. This is mostly used when the user uploads an Excel file and doesn't specify which sheet.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "dataConnectorId", EmitDefaultValue = false)]
public Guid DataConnectorId { get; set; }

Property Value

Type: Guid
The ID of the data connector.
See Also