BiExcellence.OpenBi.Api.Configurator 0.0.45-ci.14033

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

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

BiExcellence.OpenBi.Api.Configurator

Includes APIs related to configurator usage in open bi Respository Servers.

Usage

using BiExcellence.OpenBi.Api.Commands.Configurator;
var serverErrors = await session.GetServerErrorsAsync(cancellationToken);
await session.SendEmailAsync("from@example.com", "to@example.com", "cc@example.com", "bcc@example.com", "Subject", "Body", isBodyHtml: false, cancellationToken);
var tableObjectLocks = await session.GetObjectLocksByTableAsync(tableName, cancellationToken);
var usernameObjectLocks = await session.GetObjectLocksByUsernameAsync(username, cancellationToken);
var objectLock = await session.GetObjectLockAsync(tableName, objectId, cancellationToken);

await session.LockObjectAsync(tableName, objectId, cancellationToken);
await session.UnlockObjectAsync(tableName, objectId, cancellationToken);
var transportTasks = await session.GetTransportTasksAsync(tableName, cancellationToken);

var newTransportTask = new TransportTask { Description = "New Description" };

await session.CreateTransportTaskAsync(newTransportTask, cancellationToken);

await session.DeleteTransportTaskAsync(newTransportTask, cancellationToken);
var transportTaskElements = await session.GetTransportTaskElements(transportTask, cancellationToken);

var newTransportTaskElement = new TransportTaskElement { ElementId = organisationId, ElementType = TransportTaskElementTypes.Organisation, Action = TransportTaskElementActions.Create };

await session.AssignElementToTransportTaskAsync(newTransportTask, transportTask, cancellationToken);

await session.RemoveElementFromTransportTaskAsync(newTransportTask, transportTask, 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.14124 46 4/25/2024
0.0.45-ci.14033 55 4/13/2024
0.0.45-ci.13804 60 3/20/2024
0.0.45-ci.13743 54 3/14/2024
0.0.45-ci.13689 63 3/7/2024
0.0.45-ci.13688 48 3/7/2024
0.0.45-ci.13687 44 3/7/2024
0.0.45-ci.13685 50 3/7/2024
0.0.45-ci.13684 47 3/7/2024
0.0.44-ci-13527 62 2/11/2024
0.0.44-ci-13362 87 1/13/2024
0.0.44-ci-13101 131 12/15/2023
0.0.44-ci-12837 103 11/17/2023
0.0.44-ci-12746 71 11/4/2023
0.0.44-ci-12516 115 10/2/2023
0.0.44-ci-12514 66 10/2/2023
0.0.44-ci-12371 74 9/15/2023
0.0.44-ci-12095 86 8/12/2023
0.0.44-ci-12078 74 8/10/2023
0.0.44-ci-11834 88 7/19/2023
0.0.44-ci-11274 77 4/24/2023
0.0.44-ci-10785 94 3/1/2023
0.0.44-ci-10361 102 1/6/2023
0.0.44-ci-10144 242 11/20/2022
0.0.44-ci.13683 41 3/7/2024
0.0.44-ci.13679 48 3/5/2024
0.0.43-ci-10037 97 11/1/2022
0.0.42-ci-9858 115 9/26/2022
0.0.42-ci-9833 122 9/21/2022
0.0.42-ci-9799 114 8/31/2022
0.0.42-ci-9793 152 8/26/2022
0.0.42-ci-9770 113 8/20/2022
0.0.42-ci-9766 113 8/18/2022
0.0.42-ci-9763 117 8/17/2022
0.0.42-ci-9757 127 8/16/2022
0.0.42-ci-9755 113 8/16/2022
0.0.42-ci-9750 129 8/13/2022
0.0.42-ci-9749 121 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 144 8/6/2022
0.0.41-ci-9715 126 8/6/2022
0.0.41-ci-9714 123 8/6/2022
0.0.40-ci-9639 125 7/23/2022
0.0.40-ci-9635 135 7/22/2022
0.0.40-ci-9613 152 7/17/2022
0.0.40-ci-9560 160 7/10/2022
0.0.30-ci-9543 130 7/4/2022
0.0.30-ci-9502 144 6/23/2022
0.0.29-ci-9501 117 6/23/2022
0.0.29-ci-9471 129 6/14/2022
0.0.28-ci-9409 129 5/25/2022
0.0.28-ci-9063 327 2/6/2022
0.0.28-ci-9062 131 2/6/2022
0.0.28-ci-8937 157 1/1/2022
0.0.28-ci-7ef2e29d087c0c861... 161 12/20/2021
0.0.28-ci-0dbfeaa779f651d57... 141 12/25/2021
0.0.27-ci-cc5208f2acb657039... 216 10/16/2021
0.0.27-ci-bc25b02dcdd89050a... 182 10/21/2021
0.0.27-ci-8629 163 8/29/2021
0.0.27-ci-8602 218 8/10/2021
0.0.27-ci-8598 161 8/9/2021
0.0.27-ci-8594 161 8/9/2021
0.0.27-ci-8574 181 8/2/2021
0.0.27-ci-8573 186 7/30/2021
0.0.27-ci-8568 191 7/29/2021
0.0.27-ci-8567 193 7/28/2021
0.0.27-ci-8566 190 7/28/2021
0.0.27-ci-6c1253a67d3c8a846... 192 10/19/2021
0.0.27-ci-2f40d9dd27860f124... 192 10/16/2021
0.0.26-ci-8544 206 7/16/2021
0.0.26-ci-8529 179 7/8/2021
0.0.26-ci-8527 185 7/8/2021
0.0.26-ci-8513 188 6/25/2021
0.0.25-ci-8510 179 6/25/2021
0.0.25-ci-8499 189 6/24/2021
0.0.25-ci-8492 229 6/22/2021
0.0.24-ci-8477 172 6/15/2021
0.0.24-ci-8468 172 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 169 5/27/2021
0.0.24-ci-8415 196 5/21/2021
0.0.24-ci-8414 206 5/21/2021
0.0.24-ci-8291 202 4/2/2021
0.0.24-ci-8256 222 3/19/2021
0.0.23-ci-8207 184 3/3/2021
0.0.22-ci-8196 180 2/26/2021
0.0.22-ci-8188 176 2/25/2021
0.0.22-ci-8187 182 2/25/2021
0.0.22-ci-8166 184 2/22/2021
0.0.22-ci-8120 160 2/12/2021
0.0.22-ci-8116 171 2/12/2021
0.0.22-ci-8075 168 1/29/2021
0.0.22-ci-8006 203 1/16/2021
0.0.22-ci-7989 183 1/12/2021
0.0.22-ci-7986 212 1/12/2021
0.0.22-ci-7983 244 1/11/2021
0.0.22-ci-7982 248 1/11/2021
0.0.22-ci-7981 188 1/11/2021
0.0.22-ci-7974 209 1/5/2021
0.0.22-ci-7957 213 12/29/2020
0.0.22-ci-7956 186 12/29/2020
0.0.21-ci-7953 248 12/18/2020
0.0.21-ci-7949 260 12/17/2020
0.0.20-ci-7944 225 12/16/2020
0.0.20-ci-7920 210 11/26/2020
0.0.20-ci-7829 256 11/2/2020
0.0.20-ci-7668 278 9/24/2020
0.0.20-ci-7561 273 8/26/2020
0.0.20-ci-7551 271 8/24/2020
0.0.20-ci-7545 250 8/24/2020
0.0.20-ci-7530 262 8/17/2020
0.0.20-ci-7513 278 8/13/2020
0.0.20-ci-7506 271 8/12/2020
0.0.20-ci-7478 305 8/6/2020
0.0.20-ci-7398 290 7/27/2020
0.0.20-ci-7390 275 7/24/2020
0.0.19-ci-7387 272 7/23/2020
0.0.19-ci-7376 270 7/21/2020
0.0.19-ci-7367 274 7/19/2020
0.0.19-ci-7342 394 7/11/2020
0.0.18-ci-7328 300 7/9/2020
0.0.18-ci-7282 271 7/3/2020
0.0.18-ci-7281 286 7/3/2020
0.0.18-ci-7278 276 7/2/2020
0.0.18-ci-7275 289 7/1/2020
0.0.18-ci-7272 281 7/1/2020
0.0.18-ci-7271 277 7/1/2020
0.0.18-ci-7270 287 7/1/2020
0.0.18-ci-7240 351 6/24/2020
0.0.18-ci-7230 286 6/24/2020
0.0.18-ci-7229 319 6/24/2020
0.0.18-ci-7228 318 6/24/2020
0.0.18-ci-7226 292 6/23/2020
0.0.18-ci-7213 309 6/22/2020
0.0.18-ci-7207 341 6/22/2020
0.0.18-ci-7191 306 6/19/2020
0.0.18-ci-7187 286 6/19/2020
0.0.17-ci-7163 304 6/15/2020
0.0.17-ci-7156 314 6/15/2020
0.0.17-ci-7150 326 6/14/2020
0.0.17-ci-7144 314 6/11/2020
0.0.17-ci-7142 282 6/10/2020
0.0.17-ci-7140 306 6/10/2020
0.0.17-ci-7133 315 6/10/2020
0.0.17-ci-7132 278 6/10/2020
0.0.17-ci-7131 296 6/9/2020
0.0.17-ci-7128 300 6/9/2020
0.0.16-ci-7125 287 6/6/2020
0.0.16-ci-7106 291 6/2/2020
0.0.16-ci-7105 315 6/2/2020
0.0.16-ci-7103 289 5/31/2020
0.0.16-ci-7101 299 5/31/2020
0.0.16-ci-7100 333 5/31/2020
0.0.16-ci-7099 313 5/30/2020
0.0.16-ci-7098 324 5/30/2020
0.0.15-ci-7082 288 5/28/2020
0.0.15-ci-7081 301 5/28/2020
0.0.15-ci-7079 324 5/28/2020
0.0.15-ci-7075 297 5/28/2020
0.0.15-ci-7074 303 5/28/2020
0.0.14-ci-6927 323 4/18/2020
0.0.14-ci-6891 347 4/7/2020
0.0.13-ci-6888 361 4/7/2020
0.0.13-ci-6887 325 4/7/2020
0.0.13-ci-6736 329 2/26/2020
0.0.13-ci-6716 327 2/24/2020
0.0.13-ci-6693 326 2/18/2020
0.0.13-ci-6609 340 1/28/2020
0.0.13-ci-6608 349 1/28/2020
0.0.13-ci-6599 322 1/24/2020
0.0.13-ci-6597 353 1/23/2020
0.0.13-ci-6595 328 1/22/2020
0.0.13-ci-6587 393 1/17/2020
0.0.13-ci-6585 322 1/17/2020
0.0.12-ci-6582 332 1/16/2020
0.0.12-ci-6575 358 1/15/2020
0.0.12-ci-6561 352 1/13/2020
0.0.12-ci-6534 348 12/9/2019
0.0.12-ci-6506 364 11/14/2019
0.0.12-ci-6505 340 11/13/2019
0.0.12-ci-6502 340 11/12/2019
0.0.12-ci-6487 347 11/8/2019
0.0.12-ci-6481 356 11/8/2019
0.0.12-ci-6469 351 11/5/2019
0.0.12-ci-6468 353 11/5/2019
0.0.12-ci-6428 392 10/14/2019
0.0.12-ci-6384 410 9/19/2019
0.0.12-ci-6338 357 9/3/2019
0.0.12-ci-6293 375 8/22/2019
0.0.12-ci-6257 383 8/8/2019
0.0.12-ci-6215 387 7/29/2019
0.0.12-ci-6208 380 7/26/2019
0.0.12-ci-6204 367 7/26/2019
0.0.12-ci-6200 376 7/25/2019
0.0.12-ci-6188 360 7/24/2019
0.0.12-ci-6187 380 7/24/2019
0.0.11-ci-6185 392 7/24/2019
0.0.11-ci-6146 423 7/16/2019
0.0.11-ci-6131 391 7/15/2019
0.0.11-ci-6099 404 7/11/2019
0.0.11-ci-6094 415 7/10/2019
0.0.11-ci-6086 393 7/9/2019
0.0.11-ci-6071 379 7/5/2019
0.0.11-ci-6070 380 7/5/2019
0.0.11-ci-6068 382 7/5/2019
0.0.11-ci-6067 371 7/5/2019
0.0.11-ci-6062 380 7/4/2019
0.0.11-ci-6054 377 7/2/2019
0.0.11-ci-6053 364 7/2/2019
0.0.11-ci-6049 396 7/1/2019
0.0.11-ci-6045 389 6/28/2019
0.0.11-ci-6038 392 6/28/2019
0.0.11-ci-6020 401 6/14/2019
0.0.11-ci-6013 392 6/13/2019
0.0.11-ci-6011 419 6/13/2019
0.0.11-ci-6003 416 6/11/2019
0.0.11-ci-5999 423 6/5/2019
0.0.11-ci-5995 421 6/4/2019
0.0.11-ci-5992 422 6/4/2019
0.0.11-ci-5990 436 6/4/2019
0.0.11-ci-5985 410 5/31/2019
0.0.11-ci-5973 415 5/28/2019
0.0.11-ci-5972 404 5/28/2019
0.0.11-ci-5967 411 5/24/2019
0.0.11-ci-5964 418 5/23/2019
0.0.11-ci-5900 476 4/25/2019

feat(OpenBiBatchJob): add support for time zone id