Class BatchWriteRequest
java.lang.Object
ai.vectros.resources.records.requests.BatchWriteRequest
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic BatchWriteRequest.Builderbuilder()booleangetItems()inthashCode()toString()
-
Method Details
-
getAtomicity
- Returns:
- Controls how the batch commits.
all_or_nothingcommits every item or none (transactional, but allows a smaller maximum batch size);best_effortcommits each item independently and reports a per-item outcome. Defaults tobest_effort.
-
getItems
- Returns:
- The records to write. Each item has the same shape as the body of a single create-record request (
POST /v1/records).
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-