Qdrantex.Qdrant.UpdateBatchPoints (Qdrantex v1.8.0)
Summary
Types
@type t() :: %Qdrantex.Qdrant.UpdateBatchPoints{ __unknown_fields__: [ {field_number :: integer(), Protobuf.Wire.Types.wire_type(), value :: term()} ], collection_name: String.t(), operations: [Qdrantex.Qdrant.PointsUpdateOperation.t()], ordering: Qdrantex.Qdrant.WriteOrdering.t() | nil, wait: boolean() | nil }