EsBulkProxy

Contains a buffer that automatically flushes and calls a specified action when the size hits the given threshold.

Alias This

buffer

Members

Functions

append
void append(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
appendAction
void appendAction(string index, string method, string type, string id, string data)
Undocumented in source. Be warned that the author may not have intended to support it.
appendIndex
void appendIndex(string index, string type, string id, string data)
Undocumented in source. Be warned that the author may not have intended to support it.
appendIndex
void appendIndex(string index, string type, string id, Json record)
Undocumented in source. Be warned that the author may not have intended to support it.
flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
string buffer;
Undocumented in source.
client
Client client;
Undocumented in source.
recordCount
ulong recordCount;
Undocumented in source.
threshold
ulong threshold;
Undocumented in source.

Meta