BiExcellence.OpenBi.Api.BatchJob 0.0.45-ci.14786

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

BiExcellence.OpenBi.Api.BatchJob

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

Usage

using BiExcellence.OpenBi.Api.Commands.BatchJobs;
var batchJobHandlers = await session.GetBatchJobHandlersAsync(cancellationToken);

var batchJobs = await session.GetBatchJobs(cancellationToken);

var newBatchJob = new BatchJob { IsActive = true, Name = "New Name" };
newBatchJob.Parameters.Add(new BatchJobParameter("name", "value"));

await session.CreateBatchJobAsync(newBatchJob, cancellationToken);

await session.DeleteBatchJobAsync(newBatchJob, cancellationToken);
var batchJobLogs = await session.GetBatchJobLogsAsync(batchJobId, cancellationToken);

var batchJobLogEntries = await session.GetBatchJobLogEntriesAsync(batchJobLogId, cancellationToken);
await session.ExecuteBatchJobAsync(batchJobId, parameters, cancellationToken);
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 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 161 9/9/2025
1.0.3-ci.17855 180 8/29/2025
1.0.3-ci.17841 162 8/29/2025
1.0.3-ci.17839 158 8/29/2025
1.0.3-ci.17812 210 8/27/2025
1.0.3-ci.17809 188 8/26/2025
1.0.3-ci.17808 186 8/26/2025
1.0.3-ci.17722 119 8/18/2025
1.0.2-ci.17699 139 8/13/2025
1.0.2-ci.17698 128 8/13/2025
1.0.2-ci.17691 130 8/12/2025
1.0.2-ci.17688 124 8/12/2025
1.0.2-ci.17657 206 8/5/2025
1.0.2-ci.17631 101 7/30/2025
1.0.2-ci.17568 165 7/15/2025
1.0.2-ci.17562 125 7/14/2025
1.0.2-ci.17213 130 5/20/2025
1.0.2-ci.17138 139 5/2/2025
1.0.1-ci.16873 736 3/24/2025
1.0.1-ci.16652 461 2/22/2025
1.0.1-ci.16648 75 2/22/2025
1.0.0-ci.15795 81 11/21/2024
1.0.0-ci.15793 70 11/21/2024
0.0.46-ci.15922 74 11/30/2024
0.0.46-ci.15796 496 11/21/2024
0.0.46-ci.15788 76 11/20/2024
0.0.45-ci.15769 72 11/19/2024
0.0.45-ci.15039 92 9/8/2024
0.0.45-ci.15030 75 9/7/2024
0.0.45-ci.14912 99 8/23/2024
0.0.45-ci.14786 326 7/30/2024
0.0.45-ci.14671 67 7/11/2024
0.0.45-ci.14642 77 7/8/2024
0.0.45-ci.14416 91 6/2/2024
0.0.45-ci.14414 78 5/31/2024
0.0.45-ci.14377 128 5/23/2024
0.0.45-ci.14376 80 5/23/2024
0.0.45-ci.14351 102 5/21/2024
0.0.45-ci.14331 86 5/15/2024
0.0.45-ci.14124 101 4/25/2024
0.0.45-ci.14033 98 4/13/2024
0.0.45-ci.13804 101 3/20/2024
0.0.45-ci.13743 84 3/14/2024
0.0.45-ci.13689 100 3/7/2024
0.0.45-ci.13688 82 3/7/2024
0.0.45-ci.13687 82 3/7/2024
0.0.45-ci.13685 77 3/7/2024
0.0.45-ci.13684 78 3/7/2024
0.0.44-ci-13527 103 2/11/2024
0.0.44-ci-13362 107 1/13/2024
0.0.44-ci-13101 173 12/15/2023
0.0.44-ci-12837 146 11/17/2023
0.0.44-ci-12746 105 11/4/2023
0.0.44-ci-12516 159 10/2/2023
0.0.44-ci-12514 111 10/2/2023
0.0.44-ci-12371 128 9/15/2023
0.0.44-ci-12095 142 8/12/2023
0.0.44-ci-12078 136 8/10/2023
0.0.44-ci-11834 152 7/19/2023
0.0.44-ci-11274 154 4/24/2023
0.0.44-ci-10785 167 3/1/2023
0.0.44-ci-10361 191 1/6/2023
0.0.44-ci-10144 326 11/20/2022
0.0.44-ci.13683 80 3/7/2024
0.0.44-ci.13679 79 3/5/2024
0.0.43-ci-10037 170 11/1/2022
0.0.42-ci-9858 195 9/26/2022
0.0.42-ci-9833 202 9/21/2022
0.0.42-ci-9799 196 8/31/2022
0.0.42-ci-9793 238 8/26/2022
0.0.42-ci-9770 192 8/20/2022
0.0.42-ci-9766 200 8/18/2022
0.0.42-ci-9763 203 8/17/2022
0.0.42-ci-9757 199 8/16/2022
0.0.42-ci-9755 196 8/16/2022
0.0.42-ci-9750 221 8/13/2022
0.0.42-ci-9749 201 8/13/2022
0.0.42-ci-9745 215 8/11/2022
0.0.42-ci-10034 170 11/1/2022
0.0.41-ci-9718 216 8/6/2022
0.0.41-ci-9715 207 8/6/2022
0.0.41-ci-9714 200 8/6/2022
0.0.40-ci-9639 200 7/23/2022
0.0.40-ci-9635 226 7/22/2022
0.0.40-ci-9613 231 7/17/2022
0.0.40-ci-9560 234 7/10/2022
0.0.30-ci-9543 210 7/4/2022
0.0.30-ci-9502 230 6/23/2022
0.0.29-ci-9501 205 6/23/2022
0.0.29-ci-9471 214 6/14/2022
0.0.28-ci-9409 223 5/25/2022
0.0.28-ci-9063 428 2/6/2022
0.0.28-ci-9062 233 2/6/2022
0.0.28-ci-8937 247 1/1/2022
0.0.28-ci-7ef2e29d087c0c861... 247 12/20/2021
0.0.28-ci-0dbfeaa779f651d57... 227 12/25/2021
0.0.27-ci-cc5208f2acb657039... 310 10/16/2021
0.0.27-ci-bc25b02dcdd89050a... 273 10/21/2021
0.0.27-ci-8629 263 8/29/2021
0.0.27-ci-8602 288 8/10/2021
0.0.27-ci-8598 260 8/9/2021
0.0.27-ci-8594 260 8/9/2021
0.0.27-ci-8574 280 8/2/2021
0.0.27-ci-8573 278 7/30/2021
0.0.27-ci-8568 283 7/29/2021
0.0.27-ci-8567 292 7/28/2021
0.0.27-ci-8566 279 7/28/2021
0.0.27-ci-6c1253a67d3c8a846... 283 10/19/2021
0.0.27-ci-2f40d9dd27860f124... 298 10/16/2021
0.0.26-ci-8544 310 7/16/2021
0.0.26-ci-8529 276 7/8/2021
0.0.26-ci-8527 281 7/8/2021
0.0.26-ci-8513 286 6/25/2021
0.0.25-ci-8510 276 6/25/2021
0.0.25-ci-8499 273 6/24/2021
0.0.25-ci-8492 325 6/22/2021
0.0.24-ci-8477 263 6/15/2021
0.0.24-ci-8468 273 6/14/2021
0.0.24-ci-8467 277 6/14/2021
0.0.24-ci-8431 273 6/1/2021
0.0.24-ci-8422 267 5/27/2021
0.0.24-ci-8415 297 5/21/2021
0.0.24-ci-8414 306 5/21/2021
0.0.24-ci-8291 303 4/2/2021
0.0.24-ci-8256 323 3/19/2021
0.0.23-ci-8207 292 3/3/2021
0.0.22-ci-8196 283 2/26/2021
0.0.22-ci-8188 289 2/25/2021
0.0.22-ci-8187 299 2/25/2021
0.0.22-ci-8166 302 2/22/2021
0.0.22-ci-8120 278 2/12/2021
0.0.22-ci-8116 279 2/12/2021
0.0.22-ci-8075 266 1/29/2021
0.0.22-ci-8006 314 1/16/2021
0.0.22-ci-7989 286 1/12/2021
0.0.22-ci-7986 321 1/12/2021
0.0.22-ci-7983 352 1/11/2021
0.0.22-ci-7982 355 1/11/2021
0.0.22-ci-7981 297 1/11/2021
0.0.22-ci-7974 324 1/5/2021
0.0.22-ci-7957 324 12/29/2020
0.0.22-ci-7956 299 12/29/2020
0.0.21-ci-7953 352 12/18/2020
0.0.21-ci-7949 374 12/17/2020
0.0.20-ci-7944 338 12/16/2020
0.0.20-ci-7920 312 11/26/2020
0.0.20-ci-7829 389 11/2/2020
0.0.20-ci-7668 402 9/24/2020
0.0.20-ci-7561 399 8/26/2020
0.0.20-ci-7551 403 8/24/2020
0.0.20-ci-7545 386 8/24/2020
0.0.20-ci-7530 383 8/17/2020
0.0.20-ci-7513 409 8/13/2020
0.0.20-ci-7506 390 8/12/2020
0.0.20-ci-7478 419 8/6/2020
0.0.20-ci-7398 410 7/27/2020
0.0.20-ci-7390 422 7/24/2020
0.0.19-ci-7387 393 7/23/2020
0.0.19-ci-7376 396 7/21/2020
0.0.19-ci-7367 409 7/19/2020
0.0.19-ci-7342 516 7/11/2020
0.0.18-ci-7328 427 7/9/2020
0.0.18-ci-7282 411 7/3/2020
0.0.18-ci-7281 407 7/3/2020
0.0.18-ci-7278 387 7/2/2020
0.0.18-ci-7275 407 7/1/2020
0.0.18-ci-7272 398 7/1/2020
0.0.18-ci-7271 408 7/1/2020
0.0.18-ci-7270 426 7/1/2020
0.0.18-ci-7240 463 6/24/2020
0.0.18-ci-7230 405 6/24/2020
0.0.18-ci-7229 452 6/24/2020
0.0.18-ci-7228 451 6/24/2020
0.0.18-ci-7226 419 6/23/2020
0.0.18-ci-7213 431 6/22/2020
0.0.18-ci-7207 451 6/22/2020
0.0.18-ci-7191 404 6/19/2020
0.0.18-ci-7187 428 6/19/2020
0.0.17-ci-7163 425 6/15/2020
0.0.17-ci-7156 441 6/15/2020
0.0.17-ci-7150 434 6/14/2020
0.0.17-ci-7144 435 6/11/2020
0.0.17-ci-7142 424 6/10/2020
0.0.17-ci-7140 411 6/10/2020
0.0.17-ci-7133 432 6/10/2020
0.0.17-ci-7132 417 6/10/2020
0.0.17-ci-7131 433 6/9/2020
0.0.17-ci-7128 434 6/9/2020
0.0.16-ci-7125 425 6/6/2020
0.0.16-ci-7106 427 6/2/2020
0.0.16-ci-7105 448 6/2/2020
0.0.16-ci-7103 428 5/31/2020
0.0.16-ci-7101 416 5/31/2020
0.0.16-ci-7100 453 5/31/2020
0.0.16-ci-7099 429 5/30/2020
0.0.16-ci-7098 463 5/30/2020
0.0.15-ci-7082 422 5/28/2020
0.0.15-ci-7081 437 5/28/2020
0.0.15-ci-7079 454 5/28/2020
0.0.15-ci-7075 411 5/28/2020
0.0.15-ci-7074 435 5/28/2020
0.0.14-ci-6927 451 4/18/2020
0.0.14-ci-6891 487 4/7/2020
0.0.13-ci-6888 495 4/7/2020
0.0.13-ci-6887 438 4/7/2020
0.0.13-ci-6736 457 2/26/2020
0.0.13-ci-6716 455 2/24/2020
0.0.13-ci-6693 437 2/18/2020
0.0.13-ci-6609 474 1/28/2020
0.0.13-ci-6608 493 1/28/2020
0.0.13-ci-6599 441 1/24/2020
0.0.13-ci-6597 488 1/23/2020
0.0.13-ci-6595 458 1/22/2020
0.0.13-ci-6587 517 1/17/2020
0.0.13-ci-6585 448 1/17/2020
0.0.12-ci-6582 475 1/16/2020
0.0.12-ci-6575 490 1/15/2020
0.0.12-ci-6561 500 1/13/2020
0.0.12-ci-6534 467 12/9/2019
0.0.12-ci-6506 489 11/14/2019
0.0.12-ci-6505 494 11/13/2019
0.0.12-ci-6502 471 11/12/2019
0.0.12-ci-6487 480 11/8/2019
0.0.12-ci-6481 468 11/8/2019
0.0.12-ci-6469 491 11/5/2019
0.0.12-ci-6468 496 11/5/2019
0.0.12-ci-6428 510 10/14/2019
0.0.12-ci-6384 557 9/19/2019
0.0.12-ci-6338 519 9/3/2019
0.0.12-ci-6293 513 8/22/2019
0.0.12-ci-6257 511 8/8/2019
0.0.12-ci-6215 518 7/29/2019
0.0.12-ci-6208 498 7/26/2019
0.0.12-ci-6204 511 7/26/2019
0.0.12-ci-6200 520 7/25/2019
0.0.12-ci-6188 523 7/24/2019

feat(OpenBiRole): support usergroup assignments