Click or drag to resize

SenderToElasticSearch Properties

The SenderToElasticSearch type exposes the following members.

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
See Also