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 |
---|---|
Data |
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 |
---|---|---|
IConnection |
connectionTemplate | The connection template. |
Cancellation |
cancellationToken | The cancellation token. |
Returns
Type | Description |
---|---|
Task<IUsed |