Package ai.vectros.types
Class WriteStats
java.lang.Object
ai.vectros.types.WriteStats
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic WriteStats.Builderbuilder()booleangetCount()inthashCode()toString()
-
Method Details
-
getCount
- Returns:
- Base writes (one per create/update)
-
getIndexCount
- Returns:
- Logical index credits maintained by these writes — ownership + externalId + schema lookup fields (an equality index counts 1, a range-enabled index counts 3).
-
getCredits
- Returns:
- Credits charged for all writes on this surface this period (rounded down)
-
getCreditsMilli
- Returns:
- credits in milli-credit precision (exact)
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-