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.
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.
// Install BiExcellence.OpenBi.Api.BatchJob as a Cake Addin
#addin nuget:?package=BiExcellence.OpenBi.Api.BatchJob&version=0.0.45-ci.14786&prerelease

// Install BiExcellence.OpenBi.Api.BatchJob as a Cake Tool
#tool nuget:?package=BiExcellence.OpenBi.Api.BatchJob&version=0.0.45-ci.14786&prerelease                

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. 
.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
0.0.45-ci.15039 57 9/8/2024
0.0.45-ci.15030 45 9/7/2024
0.0.45-ci.14912 67 8/23/2024
0.0.45-ci.14786 124 7/30/2024
0.0.45-ci.14671 36 7/11/2024
0.0.45-ci.14642 44 7/8/2024
0.0.45-ci.14416 60 6/2/2024
0.0.45-ci.14414 49 5/31/2024
0.0.45-ci.14377 84 5/23/2024
0.0.45-ci.14376 53 5/23/2024
0.0.45-ci.14351 69 5/21/2024
0.0.45-ci.14331 60 5/15/2024
0.0.45-ci.14124 69 4/25/2024
0.0.45-ci.14033 72 4/13/2024
0.0.45-ci.13804 73 3/20/2024
0.0.45-ci.13743 58 3/14/2024
0.0.45-ci.13689 68 3/7/2024
0.0.45-ci.13688 51 3/7/2024
0.0.45-ci.13687 52 3/7/2024
0.0.45-ci.13685 48 3/7/2024
0.0.45-ci.13684 46 3/7/2024
0.0.44-ci-13527 72 2/11/2024
0.0.44-ci-13362 79 1/13/2024
0.0.44-ci-13101 144 12/15/2023
0.0.44-ci-12837 122 11/17/2023
0.0.44-ci-12746 78 11/4/2023
0.0.44-ci-12516 127 10/2/2023
0.0.44-ci-12514 80 10/2/2023
0.0.44-ci-12371 92 9/15/2023
0.0.44-ci-12095 90 8/12/2023
0.0.44-ci-12078 84 8/10/2023
0.0.44-ci-11834 97 7/19/2023
0.0.44-ci-11274 91 4/24/2023
0.0.44-ci-10785 102 3/1/2023
0.0.44-ci-10361 123 1/6/2023
0.0.44-ci-10144 260 11/20/2022
0.0.44-ci.13683 51 3/7/2024
0.0.44-ci.13679 53 3/5/2024
0.0.43-ci-10037 102 11/1/2022
0.0.42-ci-9858 124 9/26/2022
0.0.42-ci-9833 134 9/21/2022
0.0.42-ci-9799 124 8/31/2022
0.0.42-ci-9793 161 8/26/2022
0.0.42-ci-9770 121 8/20/2022
0.0.42-ci-9766 124 8/18/2022
0.0.42-ci-9763 131 8/17/2022
0.0.42-ci-9757 125 8/16/2022
0.0.42-ci-9755 122 8/16/2022
0.0.42-ci-9750 147 8/13/2022
0.0.42-ci-9749 128 8/13/2022
0.0.42-ci-9745 142 8/11/2022
0.0.42-ci-10034 102 11/1/2022
0.0.41-ci-9718 143 8/6/2022
0.0.41-ci-9715 133 8/6/2022
0.0.41-ci-9714 128 8/6/2022
0.0.40-ci-9639 126 7/23/2022
0.0.40-ci-9635 148 7/22/2022
0.0.40-ci-9613 154 7/17/2022
0.0.40-ci-9560 157 7/10/2022
0.0.30-ci-9543 134 7/4/2022
0.0.30-ci-9502 151 6/23/2022
0.0.29-ci-9501 124 6/23/2022
0.0.29-ci-9471 135 6/14/2022
0.0.28-ci-9409 141 5/25/2022
0.0.28-ci-9063 341 2/6/2022
0.0.28-ci-9062 144 2/6/2022
0.0.28-ci-8937 159 1/1/2022
0.0.28-ci-7ef2e29d087c0c861... 159 12/20/2021
0.0.28-ci-0dbfeaa779f651d57... 140 12/25/2021
0.0.27-ci-cc5208f2acb657039... 221 10/16/2021
0.0.27-ci-bc25b02dcdd89050a... 184 10/21/2021
0.0.27-ci-8629 173 8/29/2021
0.0.27-ci-8602 202 8/10/2021
0.0.27-ci-8598 171 8/9/2021
0.0.27-ci-8594 171 8/9/2021
0.0.27-ci-8574 191 8/2/2021
0.0.27-ci-8573 188 7/30/2021
0.0.27-ci-8568 194 7/29/2021
0.0.27-ci-8567 204 7/28/2021
0.0.27-ci-8566 190 7/28/2021
0.0.27-ci-6c1253a67d3c8a846... 195 10/19/2021
0.0.27-ci-2f40d9dd27860f124... 206 10/16/2021
0.0.26-ci-8544 223 7/16/2021
0.0.26-ci-8529 188 7/8/2021
0.0.26-ci-8527 192 7/8/2021
0.0.26-ci-8513 197 6/25/2021
0.0.25-ci-8510 191 6/25/2021
0.0.25-ci-8499 185 6/24/2021
0.0.25-ci-8492 240 6/22/2021
0.0.24-ci-8477 175 6/15/2021
0.0.24-ci-8468 181 6/14/2021
0.0.24-ci-8467 188 6/14/2021
0.0.24-ci-8431 183 6/1/2021
0.0.24-ci-8422 177 5/27/2021
0.0.24-ci-8415 206 5/21/2021
0.0.24-ci-8414 215 5/21/2021
0.0.24-ci-8291 203 4/2/2021
0.0.24-ci-8256 227 3/19/2021
0.0.23-ci-8207 191 3/3/2021
0.0.22-ci-8196 184 2/26/2021
0.0.22-ci-8188 186 2/25/2021
0.0.22-ci-8187 196 2/25/2021
0.0.22-ci-8166 200 2/22/2021
0.0.22-ci-8120 175 2/12/2021
0.0.22-ci-8116 178 2/12/2021
0.0.22-ci-8075 168 1/29/2021
0.0.22-ci-8006 212 1/16/2021
0.0.22-ci-7989 185 1/12/2021
0.0.22-ci-7986 220 1/12/2021
0.0.22-ci-7983 249 1/11/2021
0.0.22-ci-7982 254 1/11/2021
0.0.22-ci-7981 196 1/11/2021
0.0.22-ci-7974 225 1/5/2021
0.0.22-ci-7957 222 12/29/2020
0.0.22-ci-7956 197 12/29/2020
0.0.21-ci-7953 251 12/18/2020
0.0.21-ci-7949 273 12/17/2020
0.0.20-ci-7944 235 12/16/2020
0.0.20-ci-7920 210 11/26/2020
0.0.20-ci-7829 285 11/2/2020
0.0.20-ci-7668 301 9/24/2020
0.0.20-ci-7561 295 8/26/2020
0.0.20-ci-7551 292 8/24/2020
0.0.20-ci-7545 279 8/24/2020
0.0.20-ci-7530 278 8/17/2020
0.0.20-ci-7513 308 8/13/2020
0.0.20-ci-7506 281 8/12/2020
0.0.20-ci-7478 314 8/6/2020
0.0.20-ci-7398 306 7/27/2020
0.0.20-ci-7390 316 7/24/2020
0.0.19-ci-7387 287 7/23/2020
0.0.19-ci-7376 295 7/21/2020
0.0.19-ci-7367 307 7/19/2020
0.0.19-ci-7342 412 7/11/2020
0.0.18-ci-7328 326 7/9/2020
0.0.18-ci-7282 310 7/3/2020
0.0.18-ci-7281 304 7/3/2020
0.0.18-ci-7278 285 7/2/2020
0.0.18-ci-7275 303 7/1/2020
0.0.18-ci-7272 297 7/1/2020
0.0.18-ci-7271 303 7/1/2020
0.0.18-ci-7270 319 7/1/2020
0.0.18-ci-7240 360 6/24/2020
0.0.18-ci-7230 302 6/24/2020
0.0.18-ci-7229 350 6/24/2020
0.0.18-ci-7228 348 6/24/2020
0.0.18-ci-7226 315 6/23/2020
0.0.18-ci-7213 328 6/22/2020
0.0.18-ci-7207 348 6/22/2020
0.0.18-ci-7191 303 6/19/2020
0.0.18-ci-7187 324 6/19/2020
0.0.17-ci-7163 322 6/15/2020
0.0.17-ci-7156 338 6/15/2020
0.0.17-ci-7150 332 6/14/2020
0.0.17-ci-7144 331 6/11/2020
0.0.17-ci-7142 308 6/10/2020
0.0.17-ci-7140 306 6/10/2020
0.0.17-ci-7133 327 6/10/2020
0.0.17-ci-7132 314 6/10/2020
0.0.17-ci-7131 332 6/9/2020
0.0.17-ci-7128 334 6/9/2020
0.0.16-ci-7125 322 6/6/2020
0.0.16-ci-7106 319 6/2/2020
0.0.16-ci-7105 346 6/2/2020
0.0.16-ci-7103 321 5/31/2020
0.0.16-ci-7101 312 5/31/2020
0.0.16-ci-7100 349 5/31/2020
0.0.16-ci-7099 325 5/30/2020
0.0.16-ci-7098 356 5/30/2020
0.0.15-ci-7082 319 5/28/2020
0.0.15-ci-7081 334 5/28/2020
0.0.15-ci-7079 351 5/28/2020
0.0.15-ci-7075 307 5/28/2020
0.0.15-ci-7074 331 5/28/2020
0.0.14-ci-6927 343 4/18/2020
0.0.14-ci-6891 377 4/7/2020
0.0.13-ci-6888 387 4/7/2020
0.0.13-ci-6887 330 4/7/2020
0.0.13-ci-6736 349 2/26/2020
0.0.13-ci-6716 347 2/24/2020
0.0.13-ci-6693 330 2/18/2020
0.0.13-ci-6609 364 1/28/2020
0.0.13-ci-6608 385 1/28/2020
0.0.13-ci-6599 330 1/24/2020
0.0.13-ci-6597 378 1/23/2020
0.0.13-ci-6595 350 1/22/2020
0.0.13-ci-6587 407 1/17/2020
0.0.13-ci-6585 340 1/17/2020
0.0.12-ci-6582 366 1/16/2020
0.0.12-ci-6575 383 1/15/2020
0.0.12-ci-6561 391 1/13/2020
0.0.12-ci-6534 357 12/9/2019
0.0.12-ci-6506 380 11/14/2019
0.0.12-ci-6505 381 11/13/2019
0.0.12-ci-6502 360 11/12/2019
0.0.12-ci-6487 371 11/8/2019
0.0.12-ci-6481 356 11/8/2019
0.0.12-ci-6469 382 11/5/2019
0.0.12-ci-6468 387 11/5/2019
0.0.12-ci-6428 399 10/14/2019
0.0.12-ci-6384 445 9/19/2019
0.0.12-ci-6338 407 9/3/2019
0.0.12-ci-6293 393 8/22/2019
0.0.12-ci-6257 400 8/8/2019
0.0.12-ci-6215 406 7/29/2019
0.0.12-ci-6208 387 7/26/2019
0.0.12-ci-6204 399 7/26/2019
0.0.12-ci-6200 407 7/25/2019
0.0.12-ci-6188 408 7/24/2019

feat(OpenBiRole): support usergroup assignments