Package ai.vectros.types
Class ExportManifest
java.lang.Object
ai.vectros.types.ExportManifest
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ExportManifest.Builderbuilder()booleaninthashCode()toString()
-
Method Details
-
getFormatVersion
- Returns:
- 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.
-
getFormat
- Returns:
- Serialization format of the payload. NDJSON (newline-delimited JSON, one row per line) is currently the only supported format.
-
getSizeBytes
- Returns:
- Total uncompressed size of the export payload, in bytes.
-
getContextsExported
- Returns:
- The context ids included in this export.
-
getTotalRecords
- Returns:
- Total number of records included across all exported contexts.
-
getTotalDocuments
- Returns:
- Total number of documents included across all exported contexts.
-
getTotalFolders
- Returns:
- Total number of folders included across all exported contexts.
-
getTotalIdentities
- Returns:
- Total number of identity rows included (users and identity entities, in any namespace).
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-