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

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.14351                
NuGet\Install-Package BiExcellence.OpenBi.Api.BatchJob -Version 0.0.45-ci.14351                
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.14351" />                
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.14351                
#r "nuget: BiExcellence.OpenBi.Api.BatchJob, 0.0.45-ci.14351"                
#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.14351&prerelease

// Install BiExcellence.OpenBi.Api.BatchJob as a Cake Tool
#tool nuget:?package=BiExcellence.OpenBi.Api.BatchJob&version=0.0.45-ci.14351&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 58 9/8/2024
0.0.45-ci.15030 46 9/7/2024
0.0.45-ci.14912 68 8/23/2024
0.0.45-ci.14786 125 7/30/2024
0.0.45-ci.14671 37 7/11/2024
0.0.45-ci.14642 45 7/8/2024
0.0.45-ci.14416 61 6/2/2024
0.0.45-ci.14414 50 5/31/2024
0.0.45-ci.14377 85 5/23/2024
0.0.45-ci.14376 54 5/23/2024
0.0.45-ci.14351 70 5/21/2024
0.0.45-ci.14331 61 5/15/2024
0.0.45-ci.14124 70 4/25/2024
0.0.45-ci.14033 73 4/13/2024
0.0.45-ci.13804 74 3/20/2024
0.0.45-ci.13743 59 3/14/2024
0.0.45-ci.13689 69 3/7/2024
0.0.45-ci.13688 52 3/7/2024
0.0.45-ci.13687 53 3/7/2024
0.0.45-ci.13685 49 3/7/2024
0.0.45-ci.13684 47 3/7/2024
0.0.44-ci-13527 73 2/11/2024
0.0.44-ci-13362 80 1/13/2024
0.0.44-ci-13101 145 12/15/2023
0.0.44-ci-12837 123 11/17/2023
0.0.44-ci-12746 79 11/4/2023
0.0.44-ci-12516 128 10/2/2023
0.0.44-ci-12514 81 10/2/2023
0.0.44-ci-12371 93 9/15/2023
0.0.44-ci-12095 91 8/12/2023
0.0.44-ci-12078 85 8/10/2023
0.0.44-ci-11834 98 7/19/2023
0.0.44-ci-11274 92 4/24/2023
0.0.44-ci-10785 103 3/1/2023
0.0.44-ci-10361 124 1/6/2023
0.0.44-ci-10144 261 11/20/2022
0.0.44-ci.13683 52 3/7/2024
0.0.44-ci.13679 54 3/5/2024
0.0.43-ci-10037 103 11/1/2022
0.0.42-ci-9858 125 9/26/2022
0.0.42-ci-9833 135 9/21/2022
0.0.42-ci-9799 125 8/31/2022
0.0.42-ci-9793 162 8/26/2022
0.0.42-ci-9770 122 8/20/2022
0.0.42-ci-9766 125 8/18/2022
0.0.42-ci-9763 132 8/17/2022
0.0.42-ci-9757 126 8/16/2022
0.0.42-ci-9755 123 8/16/2022
0.0.42-ci-9750 148 8/13/2022
0.0.42-ci-9749 129 8/13/2022
0.0.42-ci-9745 143 8/11/2022
0.0.42-ci-10034 103 11/1/2022
0.0.41-ci-9718 144 8/6/2022
0.0.41-ci-9715 134 8/6/2022
0.0.41-ci-9714 129 8/6/2022
0.0.40-ci-9639 127 7/23/2022
0.0.40-ci-9635 149 7/22/2022
0.0.40-ci-9613 155 7/17/2022
0.0.40-ci-9560 158 7/10/2022
0.0.30-ci-9543 135 7/4/2022
0.0.30-ci-9502 152 6/23/2022
0.0.29-ci-9501 125 6/23/2022
0.0.29-ci-9471 136 6/14/2022
0.0.28-ci-9409 142 5/25/2022
0.0.28-ci-9063 342 2/6/2022
0.0.28-ci-9062 145 2/6/2022
0.0.28-ci-8937 160 1/1/2022
0.0.28-ci-7ef2e29d087c0c861... 160 12/20/2021
0.0.28-ci-0dbfeaa779f651d57... 141 12/25/2021
0.0.27-ci-cc5208f2acb657039... 222 10/16/2021
0.0.27-ci-bc25b02dcdd89050a... 185 10/21/2021
0.0.27-ci-8629 174 8/29/2021
0.0.27-ci-8602 203 8/10/2021
0.0.27-ci-8598 172 8/9/2021
0.0.27-ci-8594 172 8/9/2021
0.0.27-ci-8574 192 8/2/2021
0.0.27-ci-8573 189 7/30/2021
0.0.27-ci-8568 195 7/29/2021
0.0.27-ci-8567 205 7/28/2021
0.0.27-ci-8566 191 7/28/2021
0.0.27-ci-6c1253a67d3c8a846... 196 10/19/2021
0.0.27-ci-2f40d9dd27860f124... 207 10/16/2021
0.0.26-ci-8544 224 7/16/2021
0.0.26-ci-8529 189 7/8/2021
0.0.26-ci-8527 193 7/8/2021
0.0.26-ci-8513 198 6/25/2021
0.0.25-ci-8510 192 6/25/2021
0.0.25-ci-8499 186 6/24/2021
0.0.25-ci-8492 241 6/22/2021
0.0.24-ci-8477 176 6/15/2021
0.0.24-ci-8468 182 6/14/2021
0.0.24-ci-8467 189 6/14/2021
0.0.24-ci-8431 184 6/1/2021
0.0.24-ci-8422 178 5/27/2021
0.0.24-ci-8415 207 5/21/2021
0.0.24-ci-8414 216 5/21/2021
0.0.24-ci-8291 204 4/2/2021
0.0.24-ci-8256 228 3/19/2021
0.0.23-ci-8207 192 3/3/2021
0.0.22-ci-8196 185 2/26/2021
0.0.22-ci-8188 187 2/25/2021
0.0.22-ci-8187 197 2/25/2021
0.0.22-ci-8166 201 2/22/2021
0.0.22-ci-8120 176 2/12/2021
0.0.22-ci-8116 179 2/12/2021
0.0.22-ci-8075 169 1/29/2021
0.0.22-ci-8006 213 1/16/2021
0.0.22-ci-7989 186 1/12/2021
0.0.22-ci-7986 221 1/12/2021
0.0.22-ci-7983 250 1/11/2021
0.0.22-ci-7982 255 1/11/2021
0.0.22-ci-7981 197 1/11/2021
0.0.22-ci-7974 226 1/5/2021
0.0.22-ci-7957 223 12/29/2020
0.0.22-ci-7956 198 12/29/2020
0.0.21-ci-7953 252 12/18/2020
0.0.21-ci-7949 274 12/17/2020
0.0.20-ci-7944 236 12/16/2020
0.0.20-ci-7920 211 11/26/2020
0.0.20-ci-7829 286 11/2/2020
0.0.20-ci-7668 302 9/24/2020
0.0.20-ci-7561 296 8/26/2020
0.0.20-ci-7551 293 8/24/2020
0.0.20-ci-7545 280 8/24/2020
0.0.20-ci-7530 279 8/17/2020
0.0.20-ci-7513 309 8/13/2020
0.0.20-ci-7506 282 8/12/2020
0.0.20-ci-7478 315 8/6/2020
0.0.20-ci-7398 307 7/27/2020
0.0.20-ci-7390 317 7/24/2020
0.0.19-ci-7387 288 7/23/2020
0.0.19-ci-7376 296 7/21/2020
0.0.19-ci-7367 308 7/19/2020
0.0.19-ci-7342 413 7/11/2020
0.0.18-ci-7328 327 7/9/2020
0.0.18-ci-7282 311 7/3/2020
0.0.18-ci-7281 305 7/3/2020
0.0.18-ci-7278 286 7/2/2020
0.0.18-ci-7275 304 7/1/2020
0.0.18-ci-7272 298 7/1/2020
0.0.18-ci-7271 304 7/1/2020
0.0.18-ci-7270 320 7/1/2020
0.0.18-ci-7240 361 6/24/2020
0.0.18-ci-7230 303 6/24/2020
0.0.18-ci-7229 351 6/24/2020
0.0.18-ci-7228 349 6/24/2020
0.0.18-ci-7226 316 6/23/2020
0.0.18-ci-7213 329 6/22/2020
0.0.18-ci-7207 349 6/22/2020
0.0.18-ci-7191 304 6/19/2020
0.0.18-ci-7187 325 6/19/2020
0.0.17-ci-7163 323 6/15/2020
0.0.17-ci-7156 339 6/15/2020
0.0.17-ci-7150 333 6/14/2020
0.0.17-ci-7144 332 6/11/2020
0.0.17-ci-7142 309 6/10/2020
0.0.17-ci-7140 307 6/10/2020
0.0.17-ci-7133 328 6/10/2020
0.0.17-ci-7132 315 6/10/2020
0.0.17-ci-7131 333 6/9/2020
0.0.17-ci-7128 335 6/9/2020
0.0.16-ci-7125 323 6/6/2020
0.0.16-ci-7106 320 6/2/2020
0.0.16-ci-7105 347 6/2/2020
0.0.16-ci-7103 322 5/31/2020
0.0.16-ci-7101 313 5/31/2020
0.0.16-ci-7100 350 5/31/2020
0.0.16-ci-7099 326 5/30/2020
0.0.16-ci-7098 357 5/30/2020
0.0.15-ci-7082 320 5/28/2020
0.0.15-ci-7081 335 5/28/2020
0.0.15-ci-7079 352 5/28/2020
0.0.15-ci-7075 308 5/28/2020
0.0.15-ci-7074 332 5/28/2020
0.0.14-ci-6927 344 4/18/2020
0.0.14-ci-6891 378 4/7/2020
0.0.13-ci-6888 388 4/7/2020
0.0.13-ci-6887 331 4/7/2020
0.0.13-ci-6736 350 2/26/2020
0.0.13-ci-6716 348 2/24/2020
0.0.13-ci-6693 331 2/18/2020
0.0.13-ci-6609 365 1/28/2020
0.0.13-ci-6608 386 1/28/2020
0.0.13-ci-6599 331 1/24/2020
0.0.13-ci-6597 379 1/23/2020
0.0.13-ci-6595 351 1/22/2020
0.0.13-ci-6587 408 1/17/2020
0.0.13-ci-6585 341 1/17/2020
0.0.12-ci-6582 367 1/16/2020
0.0.12-ci-6575 384 1/15/2020
0.0.12-ci-6561 392 1/13/2020
0.0.12-ci-6534 358 12/9/2019
0.0.12-ci-6506 381 11/14/2019
0.0.12-ci-6505 382 11/13/2019
0.0.12-ci-6502 361 11/12/2019
0.0.12-ci-6487 372 11/8/2019
0.0.12-ci-6481 357 11/8/2019
0.0.12-ci-6469 383 11/5/2019
0.0.12-ci-6468 388 11/5/2019
0.0.12-ci-6428 400 10/14/2019
0.0.12-ci-6384 446 9/19/2019
0.0.12-ci-6338 408 9/3/2019
0.0.12-ci-6293 394 8/22/2019
0.0.12-ci-6257 401 8/8/2019
0.0.12-ci-6215 407 7/29/2019
0.0.12-ci-6208 388 7/26/2019
0.0.12-ci-6204 400 7/26/2019
0.0.12-ci-6200 408 7/25/2019
0.0.12-ci-6188 409 7/24/2019

refactor(OpenBiBatchJob): rename BatchJobLog.Result to BatchJobLog.Status