Click or drag to resize

SenderToElasticSearch Class

Send data to Elasticsearch instance.
Inheritance Hierarchy
SystemObject
  SenderElasticSearchSenderToElasticSearch

Namespace:  SenderElasticSearch
Assembly:  SenderElasticSearch (in SenderElasticSearch.dll) Version: 1.0.0
Syntax
C#
public class SenderToElasticSearch : ISend, 
	IBaseObjects

The SenderToElasticSearch type exposes the following members.

Constructors
  NameDescription
Public methodSenderToElasticSearch
Initializes a new instance of the ReceiverCSVFile class.
Top
Properties
  NameDescription
Public propertyId
The name of Elasticsearch property having the role of identifier. See also _id field.
Public propertyIndexName
The name of Elasticsearch index. Example:
index-active-slow-query
.
Public propertyName
Name of sender instance.
Public propertyTypeName
The name of Elasticsearch type. Example:
active-slow-query
.
Public propertyUri
The URI of Elasticsearch instance. Example:
http://localhost:9200
.
Public propertyvaluesToBeSent
Get or set the IRow object used to store values to be sent.
Top
Methods
  NameDescription
Public methodCode exampleSend
Executes the sender reading data from valuesToBeSent.
Top
See Also