NetFramework-SC.Elastic 0.0.8

.NET Framework 4.6.1
dotnet add package NetFramework-SC.Elastic --version 0.0.8
NuGet\Install-Package NetFramework-SC.Elastic -Version 0.0.8
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="NetFramework-SC.Elastic" Version="0.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NetFramework-SC.Elastic --version 0.0.8
#r "nuget: NetFramework-SC.Elastic, 0.0.8"
#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 NetFramework-SC.Elastic as a Cake Addin
#addin nuget:?package=NetFramework-SC.Elastic&version=0.0.8

// Install NetFramework-SC.Elastic as a Cake Tool
#tool nuget:?package=NetFramework-SC.Elastic&version=0.0.8

NetFramework-SC.Elastic

<table> <tbody> <tr> <td><a href="#configuration">Configuration</a></td> <td><a href="#environment">Environment</a></td> </tr> <tr> <td><a href="#session">Session</a></td> </tr> </tbody> </table>

Configuration

Configuration for Special Circumstances Elasticsearch work.

#cctor

Default constructors.

Data

Contains active configuration data.

DefaultSourceFolder

Default folder for reading data for processing to Elastic.

DefaultTargetFolder

Default folder for writting data for processing from Elastic.

GetEnvironment(environmentName)

Gets environment information by name.

Name Description
environmentName System.String<br>Elastic environment name.
Returns

Logger

Local log4net logger.

Environment

Object containing Elastic connection information.

BaseUrl

Connection base Url.

Log

Log engironment information.

Logger

Local log4net logger.

Name

Name of environment.

Session

Encapsulate functionality for interacting with Elastic

Constructor(environmentName)

Constructor initialized by environment name.

Name Description
environmentName System.String<br>Name of environment in configuration file.

Client

Client for interacting with Elastic.

EnvironmentName

Name of initialized environment.

Log(request, response)

Logs Sesion information.

Name Description
request RestSharp.IRestRequest<br>Request information to logs if not null.
response RestSharp.IRestResponse<br>Response information to log if not null.

Logger

Local log4net logger.

NewRequest(resource, method)

Gets new default request object.

Name Description
resource System.String<br>Target rest resource.
method RestSharp.Method<br>Rest method.
Returns
Product Versions
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
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.8 752 7/24/2018
0.0.7 676 7/19/2018
0.0.4 765 7/8/2018
0.0.3 780 7/3/2018
0.0.2 761 7/1/2018
0.0.1 743 6/18/2018
0.0.1-alpha 693 5/26/2018

First test package.