Package ai.vectros.types
Class BatchWriteResult
java.lang.Object
ai.vectros.types.BatchWriteResult
-
Method Details
-
getIndex
- Returns:
- Zero-based position of this item in the
itemsarray you submitted. Use it to correlate this result with the item you sent.
-
getId
- Returns:
- The id assigned to the written record. Present when this item was created or updated; null when it failed (status
conflictorinvalid).
-
getExternalId
- Returns:
- The
externalIdyou supplied for this item, echoed back when present. Null when the item carried noexternalId.
-
getStatus
- Returns:
- The outcome for this item.
createdandupdatedare successes;conflictis a uniqueness or version conflict;invalidis a validation failure.
-
getError
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-