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

This is a prerelease version of BiExcellence.OpenBi.Api.BatchJob.
dotnet add package BiExcellence.OpenBi.Api.BatchJob --version 0.0.45-ci.14416
NuGet\Install-Package BiExcellence.OpenBi.Api.BatchJob -Version 0.0.45-ci.14416
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.14416" />
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.14416
#r "nuget: BiExcellence.OpenBi.Api.BatchJob, 0.0.45-ci.14416"
#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.14416&prerelease

// Install BiExcellence.OpenBi.Api.BatchJob as a Cake Tool
#tool nuget:?package=BiExcellence.OpenBi.Api.BatchJob&version=0.0.45-ci.14416&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.14416 47 6/2/2024
0.0.45-ci.14414 39 5/31/2024
0.0.45-ci.14377 61 5/23/2024
0.0.45-ci.14376 41 5/23/2024
0.0.45-ci.14351 52 5/21/2024
0.0.45-ci.14331 52 5/15/2024
0.0.45-ci.14124 63 4/25/2024
0.0.45-ci.14033 66 4/13/2024
0.0.45-ci.13804 66 3/20/2024
0.0.45-ci.13743 52 3/14/2024
0.0.45-ci.13689 62 3/7/2024
0.0.45-ci.13688 44 3/7/2024
0.0.45-ci.13687 44 3/7/2024
0.0.45-ci.13685 42 3/7/2024
0.0.45-ci.13684 40 3/7/2024
0.0.44-ci-13527 68 2/11/2024
0.0.44-ci-13362 73 1/13/2024
0.0.44-ci-13101 136 12/15/2023
0.0.44-ci-12837 116 11/17/2023
0.0.44-ci-12746 70 11/4/2023
0.0.44-ci-12516 118 10/2/2023
0.0.44-ci-12514 71 10/2/2023
0.0.44-ci-12371 85 9/15/2023
0.0.44-ci-12095 83 8/12/2023
0.0.44-ci-12078 78 8/10/2023
0.0.44-ci-11834 91 7/19/2023
0.0.44-ci-11274 84 4/24/2023
0.0.44-ci-10785 98 3/1/2023
0.0.44-ci-10361 117 1/6/2023
0.0.44-ci-10144 252 11/20/2022
0.0.44-ci.13683 44 3/7/2024
0.0.44-ci.13679 47 3/5/2024
0.0.43-ci-10037 95 11/1/2022
0.0.42-ci-9858 118 9/26/2022
0.0.42-ci-9833 127 9/21/2022
0.0.42-ci-9799 117 8/31/2022
0.0.42-ci-9793 155 8/26/2022
0.0.42-ci-9770 115 8/20/2022
0.0.42-ci-9766 119 8/18/2022
0.0.42-ci-9763 124 8/17/2022
0.0.42-ci-9757 118 8/16/2022
0.0.42-ci-9755 115 8/16/2022
0.0.42-ci-9750 140 8/13/2022
0.0.42-ci-9749 122 8/13/2022
0.0.42-ci-9745 135 8/11/2022
0.0.42-ci-10034 95 11/1/2022
0.0.41-ci-9718 136 8/6/2022
0.0.41-ci-9715 127 8/6/2022
0.0.41-ci-9714 121 8/6/2022
0.0.40-ci-9639 120 7/23/2022
0.0.40-ci-9635 143 7/22/2022
0.0.40-ci-9613 149 7/17/2022
0.0.40-ci-9560 152 7/10/2022
0.0.30-ci-9543 129 7/4/2022
0.0.30-ci-9502 146 6/23/2022
0.0.29-ci-9501 119 6/23/2022
0.0.29-ci-9471 130 6/14/2022
0.0.28-ci-9409 136 5/25/2022
0.0.28-ci-9063 334 2/6/2022
0.0.28-ci-9062 138 2/6/2022
0.0.28-ci-8937 156 1/1/2022
0.0.28-ci-7ef2e29d087c0c861... 157 12/20/2021
0.0.28-ci-0dbfeaa779f651d57... 137 12/25/2021
0.0.27-ci-cc5208f2acb657039... 217 10/16/2021
0.0.27-ci-bc25b02dcdd89050a... 181 10/21/2021
0.0.27-ci-8629 170 8/29/2021
0.0.27-ci-8602 197 8/10/2021
0.0.27-ci-8598 168 8/9/2021
0.0.27-ci-8594 168 8/9/2021
0.0.27-ci-8574 186 8/2/2021
0.0.27-ci-8573 182 7/30/2021
0.0.27-ci-8568 189 7/29/2021
0.0.27-ci-8567 199 7/28/2021
0.0.27-ci-8566 185 7/28/2021
0.0.27-ci-6c1253a67d3c8a846... 192 10/19/2021
0.0.27-ci-2f40d9dd27860f124... 202 10/16/2021
0.0.26-ci-8544 203 7/16/2021
0.0.26-ci-8529 184 7/8/2021
0.0.26-ci-8527 188 7/8/2021
0.0.26-ci-8513 192 6/25/2021
0.0.25-ci-8510 186 6/25/2021
0.0.25-ci-8499 180 6/24/2021
0.0.25-ci-8492 236 6/22/2021
0.0.24-ci-8477 171 6/15/2021
0.0.24-ci-8468 176 6/14/2021
0.0.24-ci-8467 183 6/14/2021
0.0.24-ci-8431 179 6/1/2021
0.0.24-ci-8422 173 5/27/2021
0.0.24-ci-8415 201 5/21/2021
0.0.24-ci-8414 210 5/21/2021
0.0.24-ci-8291 198 4/2/2021
0.0.24-ci-8256 221 3/19/2021
0.0.23-ci-8207 186 3/3/2021
0.0.22-ci-8196 179 2/26/2021
0.0.22-ci-8188 181 2/25/2021
0.0.22-ci-8187 191 2/25/2021
0.0.22-ci-8166 195 2/22/2021
0.0.22-ci-8120 169 2/12/2021
0.0.22-ci-8116 175 2/12/2021
0.0.22-ci-8075 164 1/29/2021
0.0.22-ci-8006 208 1/16/2021
0.0.22-ci-7989 181 1/12/2021
0.0.22-ci-7986 216 1/12/2021
0.0.22-ci-7983 245 1/11/2021
0.0.22-ci-7982 250 1/11/2021
0.0.22-ci-7981 192 1/11/2021
0.0.22-ci-7974 221 1/5/2021
0.0.22-ci-7957 218 12/29/2020
0.0.22-ci-7956 193 12/29/2020
0.0.21-ci-7953 247 12/18/2020
0.0.21-ci-7949 269 12/17/2020
0.0.20-ci-7944 231 12/16/2020
0.0.20-ci-7920 207 11/26/2020
0.0.20-ci-7829 282 11/2/2020
0.0.20-ci-7668 298 9/24/2020
0.0.20-ci-7561 291 8/26/2020
0.0.20-ci-7551 289 8/24/2020
0.0.20-ci-7545 276 8/24/2020
0.0.20-ci-7530 275 8/17/2020
0.0.20-ci-7513 305 8/13/2020
0.0.20-ci-7506 278 8/12/2020
0.0.20-ci-7478 311 8/6/2020
0.0.20-ci-7398 301 7/27/2020
0.0.20-ci-7390 311 7/24/2020
0.0.19-ci-7387 282 7/23/2020
0.0.19-ci-7376 290 7/21/2020
0.0.19-ci-7367 302 7/19/2020
0.0.19-ci-7342 407 7/11/2020
0.0.18-ci-7328 321 7/9/2020
0.0.18-ci-7282 305 7/3/2020
0.0.18-ci-7281 299 7/3/2020
0.0.18-ci-7278 280 7/2/2020
0.0.18-ci-7275 298 7/1/2020
0.0.18-ci-7272 292 7/1/2020
0.0.18-ci-7271 298 7/1/2020
0.0.18-ci-7270 314 7/1/2020
0.0.18-ci-7240 355 6/24/2020
0.0.18-ci-7230 297 6/24/2020
0.0.18-ci-7229 345 6/24/2020
0.0.18-ci-7228 343 6/24/2020
0.0.18-ci-7226 310 6/23/2020
0.0.18-ci-7213 323 6/22/2020
0.0.18-ci-7207 343 6/22/2020
0.0.18-ci-7191 298 6/19/2020
0.0.18-ci-7187 319 6/19/2020
0.0.17-ci-7163 317 6/15/2020
0.0.17-ci-7156 333 6/15/2020
0.0.17-ci-7150 327 6/14/2020
0.0.17-ci-7144 326 6/11/2020
0.0.17-ci-7142 303 6/10/2020
0.0.17-ci-7140 301 6/10/2020
0.0.17-ci-7133 321 6/10/2020
0.0.17-ci-7132 309 6/10/2020
0.0.17-ci-7131 326 6/9/2020
0.0.17-ci-7128 327 6/9/2020
0.0.16-ci-7125 314 6/6/2020
0.0.16-ci-7106 312 6/2/2020
0.0.16-ci-7105 339 6/2/2020
0.0.16-ci-7103 316 5/31/2020
0.0.16-ci-7101 305 5/31/2020
0.0.16-ci-7100 344 5/31/2020
0.0.16-ci-7099 319 5/30/2020
0.0.16-ci-7098 348 5/30/2020
0.0.15-ci-7082 312 5/28/2020
0.0.15-ci-7081 327 5/28/2020
0.0.15-ci-7079 344 5/28/2020
0.0.15-ci-7075 301 5/28/2020
0.0.15-ci-7074 324 5/28/2020
0.0.14-ci-6927 334 4/18/2020
0.0.14-ci-6891 373 4/7/2020
0.0.13-ci-6888 382 4/7/2020
0.0.13-ci-6887 325 4/7/2020
0.0.13-ci-6736 345 2/26/2020
0.0.13-ci-6716 342 2/24/2020
0.0.13-ci-6693 326 2/18/2020
0.0.13-ci-6609 360 1/28/2020
0.0.13-ci-6608 380 1/28/2020
0.0.13-ci-6599 327 1/24/2020
0.0.13-ci-6597 374 1/23/2020
0.0.13-ci-6595 345 1/22/2020
0.0.13-ci-6587 403 1/17/2020
0.0.13-ci-6585 336 1/17/2020
0.0.12-ci-6582 361 1/16/2020
0.0.12-ci-6575 379 1/15/2020
0.0.12-ci-6561 387 1/13/2020
0.0.12-ci-6534 354 12/9/2019
0.0.12-ci-6506 375 11/14/2019
0.0.12-ci-6505 377 11/13/2019
0.0.12-ci-6502 357 11/12/2019
0.0.12-ci-6487 366 11/8/2019
0.0.12-ci-6481 353 11/8/2019
0.0.12-ci-6469 377 11/5/2019
0.0.12-ci-6468 382 11/5/2019
0.0.12-ci-6428 395 10/14/2019
0.0.12-ci-6384 441 9/19/2019
0.0.12-ci-6338 403 9/3/2019
0.0.12-ci-6293 388 8/22/2019
0.0.12-ci-6257 396 8/8/2019
0.0.12-ci-6215 401 7/29/2019
0.0.12-ci-6208 382 7/26/2019
0.0.12-ci-6204 395 7/26/2019
0.0.12-ci-6200 403 7/25/2019
0.0.12-ci-6188 401 7/24/2019

chore: use TryAddWithoutValidation