Package ai.vectros.types
Class ReadAccessSection.Builder
java.lang.Object
ai.vectros.types.ReadAccessSection.Builder
- Enclosing class:
ReadAccessSection
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()from(ReadAccessSection other) rowCredits(Long rowCredits) rowCredits(Optional<Long> rowCredits) Credits for the logged-read writes this period (0 until this rate is set).Logged-read write/operation count this period (one per emitted access record).storageBytes(StorageEntry storageBytes) storageBytes(Optional<StorageEntry> storageBytes)
-
Method Details
-
from
-
storageBytes
-
storageBytes
-
rows
Logged-read write/operation count this period (one per emitted access record). Recovers the additional per-read write cost. Credits are 0 until this rate is set.
-
rows
-
rowCredits
Credits for the logged-read writes this period (0 until this rate is set).
-
rowCredits
-
build
-
additionalProperty
-
additionalProperties
-