Interface ITableAttributeCache
Represents a table attribute cache.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.TableAttributes
Assembly: BiExcellence.OpenBi.Api.TableAttribute.dll
Syntax
public interface ITableAttributeCache : IDisposable
Methods
GetTableAttributesAsync(IOpenBiSession, string, CancellationToken)
Returns the table attributes for the specified table name.
Declaration
Task<ITableAttributes> GetTableAttributesAsync(IOpenBiSession openBiSession, string tableName, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
IOpenBiSession | openBiSession | The session. |
string | tableName | The table name. |
CancellationToken | cancellationToken | The cancellation token. |
Returns
Type | Description |
---|---|
Task<ITableAttributes> |