NetFramework-SC.Elastic 0.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package NetFramework-SC.Elastic --version 0.0.2
NuGet\Install-Package NetFramework-SC.Elastic -Version 0.0.2
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.2" />
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.2
#r "nuget: NetFramework-SC.Elastic, 0.0.2"
#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.2

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

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 Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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.8 876 7/24/2018
0.0.7 791 7/19/2018
0.0.4 885 7/8/2018
0.0.3 898 7/3/2018
0.0.2 878 7/1/2018
0.0.1 846 6/18/2018
0.0.1-alpha 776 5/26/2018

First test package.