C# Класс Core.Telemetry.ElasticSearchOutput

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ElasticSearchOutput ( ElasticSearchOutputConfig config, Nest.PutIndexTemplateDescriptor indexTemplate = null ) : System
Process ( IEnumerable items ) : void
Process ( TelemetryEvent item ) : void

Защищенные методы

Метод Описание
BuildIndex ( System.DateTime eventDateTime ) : string
Send ( IList events, bool throwExceptions = false ) : void

Описание методов

BuildIndex() защищенный Метод

protected BuildIndex ( System.DateTime eventDateTime ) : string
eventDateTime System.DateTime
Результат string

ElasticSearchOutput() публичный Метод

public ElasticSearchOutput ( ElasticSearchOutputConfig config, Nest.PutIndexTemplateDescriptor indexTemplate = null ) : System
config ElasticSearchOutputConfig
indexTemplate Nest.PutIndexTemplateDescriptor
Результат System

Process() публичный Метод

public Process ( IEnumerable items ) : void
items IEnumerable
Результат void

Process() публичный Метод

public Process ( TelemetryEvent item ) : void
item TelemetryEvent
Результат void

Send() защищенный Метод

protected Send ( IList events, bool throwExceptions = false ) : void
events IList
throwExceptions bool
Результат void