ESClient v1.0.0 ESClient.Bulk View Source

A struct that encapsulates multiple operations.

Link to this section Summary

Functions

Builds a new bulk collection.

Link to this section Types

Link to this type

t()

View Source
t() :: %ESClient.Bulk{operations: Enum.t()}

Link to this section Functions

Link to this function

new(operations \\ [])

View Source
new(Enum.t()) :: t()

Builds a new bulk collection.