Package ai.vectros.types
Class WriteStats.Builder
java.lang.Object
ai.vectros.types.WriteStats.Builder
- Enclosing class:
WriteStats
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()Base writes (one per create/update)Credits charged for all writes on this surface this period (rounded down)creditsMilli(Long creditsMilli) creditsMilli(Optional<Long> creditsMilli) credits in milli-credit precision (exact)from(WriteStats other) indexCount(Long indexCount) indexCount(Optional<Long> indexCount) Logical index credits maintained by these writes — ownership + externalId + schema lookup fields (an equality index counts 1, a range-enabled index counts 3).
-
Method Details
-
from
-
count
Base writes (one per create/update)
-
count
-
indexCount
Logical index credits maintained by these writes — ownership + externalId + schema lookup fields (an equality index counts 1, a range-enabled index counts 3).
-
indexCount
-
credits
Credits charged for all writes on this surface this period (rounded down)
-
credits
-
creditsMilli
credits in milli-credit precision (exact)
-
creditsMilli
-
build
-
additionalProperty
-
additionalProperties
-