Interface IDataProviderNode
Represents a data provider node.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IDataProviderNode : IDataProvider
Properties
RoleType
Gets the role type.
Declaration
DataProviderRoleType RoleType { get; }
Property Value
Type | Description |
---|---|
DataProviderRoleType |
Methods
OpenAsync(IConnectionTemplate, CancellationToken)
Opens the data providers using the connection template.
Declaration
Task<IUsedConnections> OpenAsync(IConnectionTemplate connectionTemplate, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
IConnectionTemplate | connectionTemplate | The connection template. |
CancellationToken | cancellationToken | The cancellation token. |
Returns
Type | Description |
---|---|
Task<IUsedConnections> |