NetFramework-SC.Elastic
0.0.8
dotnet add package NetFramework-SC.Elastic --version 0.0.8
NuGet\Install-Package NetFramework-SC.Elastic -Version 0.0.8
<PackageReference Include="NetFramework-SC.Elastic" Version="0.0.8" />
paket add NetFramework-SC.Elastic --version 0.0.8
#r "nuget: NetFramework-SC.Elastic, 0.0.8"
// 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 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. |
-
- NetFramework-SC.Data (>= 0.0.8)
- NetFramework-SC.Data.Rest (>= 0.0.7)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
First test package.