BiExcellence.OpenBi.Api.TableAttribute 1.1.0-ci.20482

Prefix Reserved
This is a prerelease version of BiExcellence.OpenBi.Api.TableAttribute.
dotnet add package BiExcellence.OpenBi.Api.TableAttribute --version 1.1.0-ci.20482
                    
NuGet\Install-Package BiExcellence.OpenBi.Api.TableAttribute -Version 1.1.0-ci.20482
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BiExcellence.OpenBi.Api.TableAttribute" Version="1.1.0-ci.20482" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BiExcellence.OpenBi.Api.TableAttribute" Version="1.1.0-ci.20482" />
                    
Directory.Packages.props
<PackageReference Include="BiExcellence.OpenBi.Api.TableAttribute" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BiExcellence.OpenBi.Api.TableAttribute --version 1.1.0-ci.20482
                    
#r "nuget: BiExcellence.OpenBi.Api.TableAttribute, 1.1.0-ci.20482"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package BiExcellence.OpenBi.Api.TableAttribute@1.1.0-ci.20482
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BiExcellence.OpenBi.Api.TableAttribute&version=1.1.0-ci.20482&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=BiExcellence.OpenBi.Api.TableAttribute&version=1.1.0-ci.20482&prerelease
                    
Install as a Cake Tool

BiExcellence.OpenBi.Api.TableAttribute

Includes APIs to get / create / delete table attributes in open bi Respository Servers.

Usage

using BiExcellence.OpenBi.Api.Commands.TableAttributes;
var tableAttributes = await session.GetTableAttributesAsync(tableName, cancellationToken);

var newStringTableAttribute = new StringTableAttribute("TableName", "Name");
var newBooleanTableAttribute = new BooleanTableAttribute("TableName", "Name");
var newIntegerTableAttribute = new IntegerTableAttribute("TableName", "Name");
var newDoubleTableAttribute = new DoubleTableAttribute("TableName", "Name");
var newDateTimeTableAttribute = new DateTimeTableAttribute("TableName", "Name");

await session.CreateTableAttributeAsync(newStringTableAttribute, cancellationToken);

await session.DeleteTableAttributeAsync(newStringTableAttribute, cancellationToken);

Some Common Table Names

  • USERS
  • USERGROUPS
  • ORGANISATION
  • ROLES
  • HOST_HEADER
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (12)

Showing the top 5 NuGet packages that depend on BiExcellence.OpenBi.Api.TableAttribute:

Package Downloads
BiExcellence.OpenBi.Api.DataProvider

open bi API Data Provider

BiExcellence.OpenBi.Api.Role

open bi API Role

BiExcellence.OpenBi.Api.Entity

open bi API Entity

BiExcellence.OpenBi.Api.Usergroup

open bi API Usergroup

BiExcellence.OpenBi.Api.MasterData

open bi API Master Data

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.0-ci.20482 190 7/16/2026
1.1.0-ci.20480 106 7/16/2026
1.1.0-ci.20372 284 7/9/2026
1.1.0-ci.20371 109 7/9/2026
1.1.0-ci.20331 124 7/7/2026
1.1.0-ci.19660 90 4/21/2026
1.1.0-ci.19285 138 3/1/2026
1.1.0-ci.19263 613 2/25/2026
1.1.0-ci.19258 89 2/24/2026
1.1.0-ci.19257 86 2/24/2026
1.1.0-ci.19162 365 2/16/2026
1.1.0-ci.19038 160 2/4/2026
1.1.0-ci.18778 266 1/13/2026
1.1.0-ci.18730 94 1/7/2026
1.1.0-ci.18594 145 12/14/2025
1.1.0-ci.18300 598 11/12/2025
1.0.3-ci.18192 196 11/3/2025
1.0.3-ci.18169 165 10/28/2025
1.0.3-ci.17920 405 9/9/2025
1.0.3-ci.17855 232 8/29/2025
Loading failed

chore(OpenBiTableAttribute): optimize table attribute cache