Uses of Class
ai.vectros.types.ExportManifest.Builder
Packages that use ExportManifest.Builder
-
Uses of ExportManifest.Builder in ai.vectros.types
Methods in ai.vectros.types that return ExportManifest.BuilderModifier and TypeMethodDescriptionExportManifest.Builder.additionalProperties(Map<String, Object> additionalProperties) ExportManifest.Builder.additionalProperty(String key, Object value) static ExportManifest.BuilderExportManifest.builder()ExportManifest.Builder.contextsExported(List<String> contextsExported) ExportManifest.Builder.contextsExported(Optional<List<String>> contextsExported) The context ids included in this export.ExportManifest.Builder.format(ExportManifestFormat format) ExportManifest.Builder.format(Optional<ExportManifestFormat> format) Serialization format of the payload.ExportManifest.Builder.formatVersion(String formatVersion) ExportManifest.Builder.formatVersion(Optional<String> formatVersion) Schema version of the manifest and payload, for forward-compatible parsing.ExportManifest.Builder.from(ExportManifest other) Total uncompressed size of the export payload, in bytes.ExportManifest.Builder.totalDocuments(Long totalDocuments) ExportManifest.Builder.totalDocuments(Optional<Long> totalDocuments) Total number of documents included across all exported contexts.ExportManifest.Builder.totalFolders(Long totalFolders) ExportManifest.Builder.totalFolders(Optional<Long> totalFolders) Total number of folders included across all exported contexts.ExportManifest.Builder.totalIdentities(Long totalIdentities) ExportManifest.Builder.totalIdentities(Optional<Long> totalIdentities) Total number of identity rows included (users, organizations, and clients).ExportManifest.Builder.totalRecords(Long totalRecords) ExportManifest.Builder.totalRecords(Optional<Long> totalRecords) Total number of records included across all exported contexts.