BiExcellence.OpenBi.Api.Download 1.0.3-ci.17812

This is a prerelease version of BiExcellence.OpenBi.Api.Download.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package BiExcellence.OpenBi.Api.Download --version 1.0.3-ci.17812
                    
NuGet\Install-Package BiExcellence.OpenBi.Api.Download -Version 1.0.3-ci.17812
                    
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.Download" Version="1.0.3-ci.17812" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BiExcellence.OpenBi.Api.Download" Version="1.0.3-ci.17812" />
                    
Directory.Packages.props
<PackageReference Include="BiExcellence.OpenBi.Api.Download" />
                    
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.Download --version 1.0.3-ci.17812
                    
#r "nuget: BiExcellence.OpenBi.Api.Download, 1.0.3-ci.17812"
                    
#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.Download@1.0.3-ci.17812
                    
#: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.Download&version=1.0.3-ci.17812&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=BiExcellence.OpenBi.Api.Download&version=1.0.3-ci.17812&prerelease
                    
Install as a Cake Tool

BiExcellence.OpenBi.Api.Download

Includes APIs to get / create / delete and assign downloads in open bi Respository Servers.

Usage

using BiExcellence.OpenBi.Api.Commands.Downloads;
var downloads = await session.GetDownloadsAsync(cancellationToken);

var newDownload = new Download { IsActive = true, Name = "New Name", Group = "New Group" };

await session.CreateDownloadAsync(newDownload, cancellationToken);

await session.AssignDownloadToUsergroupAsync(newDownload.Id, usergroupId, cancellationToken);
await session.RemoveDownloadFromUsergroupAsync(newDownload.Id, usergroupId, cancellationToken);

await session.DeleteDownloadAsync(newDownload, cancellationToken);
var downloadGroups = await session.GetDownloadGroupsAsync(cancellationToken);
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 is compatible.  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 was computed.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.3-ci.17920 119 9/9/2025
1.0.3-ci.17855 149 8/29/2025
1.0.3-ci.17841 154 8/29/2025
1.0.3-ci.17839 155 8/29/2025
1.0.3-ci.17812 164 8/27/2025
1.0.3-ci.17809 185 8/26/2025
1.0.3-ci.17808 189 8/26/2025
1.0.3-ci.17722 115 8/18/2025
1.0.2-ci.17699 129 8/13/2025
1.0.2-ci.17698 125 8/13/2025
1.0.2-ci.17691 122 8/12/2025
1.0.2-ci.17688 122 8/12/2025
1.0.2-ci.17657 202 8/5/2025
1.0.2-ci.17631 98 7/30/2025
1.0.2-ci.17568 120 7/15/2025
1.0.2-ci.17562 122 7/14/2025
1.0.2-ci.17213 128 5/20/2025
1.0.2-ci.17138 96 5/2/2025
1.0.1-ci.16873 450 3/24/2025
1.0.1-ci.16652 76 2/22/2025
1.0.1-ci.16648 71 2/22/2025
1.0.0-ci.15795 74 11/21/2024
1.0.0-ci.15793 72 11/21/2024
0.0.46-ci.15922 70 11/30/2024
0.0.46-ci.15796 74 11/21/2024
0.0.46-ci.15788 77 11/20/2024
0.0.45-ci.15769 72 11/19/2024
0.0.45-ci.15039 72 9/8/2024
0.0.45-ci.15030 74 9/7/2024
0.0.45-ci.14912 97 8/23/2024
0.0.45-ci.14786 83 7/30/2024
0.0.45-ci.14671 61 7/11/2024
0.0.45-ci.14642 68 7/8/2024
0.0.45-ci.14416 96 6/2/2024
0.0.45-ci.14414 80 5/31/2024
0.0.45-ci.14377 85 5/23/2024
0.0.45-ci.14376 86 5/23/2024
0.0.45-ci.14351 74 5/21/2024
0.0.45-ci.14331 80 5/15/2024
0.0.45-ci.14124 86 4/25/2024
0.0.45-ci.14033 91 4/13/2024
0.0.45-ci.13804 80 3/20/2024
0.0.45-ci.13743 77 3/14/2024
0.0.45-ci.13689 80 3/7/2024
0.0.45-ci.13688 78 3/7/2024
0.0.45-ci.13687 86 3/7/2024
0.0.45-ci.13685 76 3/7/2024
0.0.45-ci.13684 76 3/7/2024
0.0.44-ci-13527 97 2/11/2024
0.0.44-ci-13362 116 1/13/2024
0.0.44-ci-13101 142 12/15/2023
0.0.44-ci-12837 121 11/17/2023
0.0.44-ci-12746 100 11/4/2023
0.0.44-ci-12516 114 10/2/2023
0.0.44-ci-12514 106 10/2/2023
0.0.44-ci-12371 118 9/15/2023
0.0.44-ci-12095 138 8/12/2023
0.0.44-ci-12078 132 8/10/2023
0.0.44-ci-11834 147 7/19/2023
0.0.44-ci-11274 157 4/24/2023
0.0.44-ci-10785 162 3/1/2023
0.0.44-ci-10361 181 1/6/2023
0.0.44-ci-10144 174 11/20/2022
0.0.44-ci.13683 82 3/7/2024
0.0.44-ci.13679 79 3/5/2024
0.0.43-ci-10037 172 11/1/2022
0.0.42-ci-9858 194 9/26/2022
0.0.42-ci-9833 199 9/21/2022
0.0.42-ci-9799 180 8/31/2022
0.0.42-ci-9793 188 8/26/2022
0.0.42-ci-9770 184 8/20/2022
0.0.42-ci-9766 187 8/18/2022
0.0.42-ci-9763 196 8/17/2022
0.0.42-ci-9757 193 8/16/2022
0.0.42-ci-9755 189 8/16/2022
0.0.42-ci-9750 212 8/13/2022
0.0.42-ci-9749 192 8/13/2022
0.0.42-ci-9745 197 8/11/2022
0.0.42-ci-10034 169 11/1/2022
0.0.41-ci-9718 223 8/6/2022
0.0.41-ci-9715 200 8/6/2022
0.0.41-ci-9714 197 8/6/2022
0.0.40-ci-9639 198 7/23/2022
0.0.40-ci-9635 199 7/22/2022
0.0.40-ci-9613 227 7/17/2022
0.0.40-ci-9560 197 7/10/2022
0.0.30-ci-9543 205 7/4/2022
0.0.30-ci-9502 204 6/23/2022
0.0.29-ci-9501 194 6/23/2022
0.0.29-ci-9471 197 6/14/2022
0.0.28-ci-9409 212 5/25/2022
0.0.28-ci-9063 228 2/6/2022
0.0.28-ci-9062 228 2/6/2022
0.0.28-ci-8937 238 1/1/2022
0.0.28-ci-7ef2e29d087c0c861... 236 12/20/2021
0.0.28-ci-0dbfeaa779f651d57... 223 12/25/2021
0.0.27-ci-cc5208f2acb657039... 300 10/16/2021
0.0.27-ci-bc25b02dcdd89050a... 250 10/21/2021
0.0.27-ci-8629 254 8/29/2021
0.0.27-ci-8602 268 8/10/2021
0.0.27-ci-8598 247 8/9/2021
0.0.27-ci-8594 244 8/9/2021
0.0.27-ci-8574 263 8/2/2021
0.0.27-ci-8573 267 7/30/2021
0.0.27-ci-8568 281 7/29/2021
0.0.27-ci-8567 288 7/28/2021
0.0.27-ci-8566 277 7/28/2021
0.0.27-ci-6c1253a67d3c8a846... 273 10/19/2021
0.0.27-ci-2f40d9dd27860f124... 274 10/16/2021
0.0.26-ci-8544 275 7/16/2021
0.0.26-ci-8529 244 7/8/2021
0.0.26-ci-8527 274 7/8/2021
0.0.26-ci-8513 261 6/25/2021
0.0.25-ci-8510 264 6/25/2021
0.0.25-ci-8499 277 6/24/2021
0.0.25-ci-8492 320 6/22/2021
0.0.24-ci-8477 256 6/15/2021
0.0.24-ci-8468 269 6/14/2021
0.0.24-ci-8467 274 6/14/2021
0.0.24-ci-8431 264 6/1/2021
0.0.24-ci-8422 255 5/27/2021
0.0.24-ci-8415 288 5/21/2021
0.0.24-ci-8414 286 5/21/2021
0.0.24-ci-8291 287 4/2/2021
0.0.24-ci-8256 318 3/19/2021
0.0.23-ci-8207 280 3/3/2021
0.0.22-ci-8196 271 2/26/2021
0.0.22-ci-8188 278 2/25/2021
0.0.22-ci-8187 287 2/25/2021
0.0.22-ci-8166 287 2/22/2021
0.0.22-ci-8120 265 2/12/2021
0.0.22-ci-8116 272 2/12/2021
0.0.22-ci-8075 264 1/29/2021
0.0.22-ci-8006 301 1/16/2021
0.0.22-ci-7989 284 1/12/2021
0.0.22-ci-7986 313 1/12/2021
0.0.22-ci-7983 316 1/11/2021
0.0.22-ci-7982 345 1/11/2021
0.0.22-ci-7981 288 1/11/2021
0.0.22-ci-7974 322 1/5/2021
0.0.22-ci-7957 307 12/29/2020
0.0.22-ci-7956 290 12/29/2020
0.0.21-ci-7949 353 12/17/2020
0.0.20-ci-7944 324 12/16/2020
0.0.20-ci-7920 311 11/26/2020
0.0.20-ci-7829 369 11/2/2020
0.0.20-ci-7668 385 9/24/2020
0.0.20-ci-7561 367 8/26/2020
0.0.20-ci-7551 377 8/24/2020
0.0.20-ci-7545 374 8/24/2020
0.0.20-ci-7530 365 8/17/2020
0.0.20-ci-7513 411 8/13/2020
0.0.20-ci-7506 385 8/12/2020
0.0.20-ci-7478 398 8/6/2020
0.0.20-ci-7398 404 7/27/2020
0.0.20-ci-7390 386 7/24/2020
0.0.19-ci-7387 387 7/23/2020
0.0.19-ci-7376 386 7/21/2020
0.0.19-ci-7367 396 7/19/2020
0.0.19-ci-7342 505 7/11/2020

chore(OpenBiDimension): support creating DimensionAttributes