Package ai.vectros.types
Class ExportManifest.Builder
java.lang.Object
ai.vectros.types.ExportManifest.Builder
- Enclosing class:
ExportManifest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()contextsExported(List<String> contextsExported) contextsExported(Optional<List<String>> contextsExported) The context ids included in this export.format(ExportManifestFormat format) format(Optional<ExportManifestFormat> format) Serialization format of the payload.formatVersion(String formatVersion) formatVersion(Optional<String> formatVersion) Schema version of the manifest and payload, for forward-compatible parsing.from(ExportManifest other) Total uncompressed size of the export payload, in bytes.totalDocuments(Long totalDocuments) totalDocuments(Optional<Long> totalDocuments) Total number of documents included across all exported contexts.totalFolders(Long totalFolders) totalFolders(Optional<Long> totalFolders) Total number of folders included across all exported contexts.totalIdentities(Long totalIdentities) totalIdentities(Optional<Long> totalIdentities) Total number of identity rows included (users and identity entities, in any namespace).totalRecords(Long totalRecords) totalRecords(Optional<Long> totalRecords) Total number of records included across all exported contexts.
-
Method Details
-
from
-
formatVersion
Schema version of the manifest and payload, for forward-compatible parsing. It is bumped whenever the exported row schema changes, so branch your parsing logic on this value.
-
formatVersion
-
format
Serialization format of the payload. NDJSON (newline-delimited JSON, one row per line) is currently the only supported format.
-
format
-
sizeBytes
Total uncompressed size of the export payload, in bytes.
-
sizeBytes
-
contextsExported
The context ids included in this export.
-
contextsExported
-
totalRecords
Total number of records included across all exported contexts.
-
totalRecords
-
totalDocuments
Total number of documents included across all exported contexts.
-
totalDocuments
-
totalFolders
Total number of folders included across all exported contexts.
-
totalFolders
-
totalIdentities
Total number of identity rows included (users and identity entities, in any namespace).
-
totalIdentities
-
build
-
additionalProperty
-
additionalProperties
-