Package ai.vectros.types
Class ErasureContextResult.Builder
java.lang.Object
ai.vectros.types.ErasureContextResult.Builder
- Enclosing class:
ErasureContextResult
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()The context that was erased.documentsDeleted(Long documentsDeleted) documentsDeleted(Optional<Long> documentsDeleted) Number of documents deleted in this context.foldersDeleted(Long foldersDeleted) foldersDeleted(Optional<Long> foldersDeleted) Number of folders deleted in this context.from(ErasureContextResult other) identityRowsDeleted(Long identityRowsDeleted) identityRowsDeleted(Optional<Long> identityRowsDeleted) Number of identity rows deleted (the subject's user, organization, or client record plus its lookup rows).recordsDeleted(Long recordsDeleted) recordsDeleted(Optional<Long> recordsDeleted) Number of records deleted in this context.
-
Method Details
-
from
-
contextId
The context that was erased.
-
contextId
-
recordsDeleted
Number of records deleted in this context.
-
recordsDeleted
-
documentsDeleted
Number of documents deleted in this context.
-
documentsDeleted
-
foldersDeleted
Number of folders deleted in this context.
-
foldersDeleted
-
identityRowsDeleted
Number of identity rows deleted (the subject's user, organization, or client record plus its lookup rows). Because the subject's identity is account-wide rather than per-context, it is counted only once here — against the context in which it was resolved.
-
identityRowsDeleted
-
build
-
additionalProperty
-
additionalProperties
-