Uses of Class
ai.vectros.types.StorageEntry
Packages that use StorageEntry
-
Uses of StorageEntry in ai.vectros.types
Methods in ai.vectros.types that return StorageEntryMethods in ai.vectros.types that return types with arguments of type StorageEntryModifier and TypeMethodDescriptionRecordsSection.getAuditStorageBytes()DocumentStorage.getFile()StorageBytesSearch.getHybrid()StorageBytesSearch.getParentChunks()DocumentsSection.getPrimaryStorageBytes()IdentitySurface.getPrimaryStorageBytes()RecordsSection.getPrimaryStorageBytes()RecordsSection.getSecondaryStorageBytes()StorageBytesSearch.getSemantic()ReadAccessSection.getStorageBytes()DocumentStorage.getText()StorageBytesSearch.getText()Methods in ai.vectros.types with parameters of type StorageEntryModifier and TypeMethodDescriptionRecordsSection.Builder.auditStorageBytes(StorageEntry auditStorageBytes) DocumentStorage.Builder.file(StorageEntry file) StorageEntry.Builder.from(StorageEntry other) StorageBytesSearch.Builder.hybrid(StorageEntry hybrid) StorageBytesSearch.Builder.parentChunks(StorageEntry parentChunks) DocumentsSection.Builder.primaryStorageBytes(StorageEntry primaryStorageBytes) IdentitySurface.Builder.primaryStorageBytes(StorageEntry primaryStorageBytes) RecordsSection.Builder.primaryStorageBytes(StorageEntry primaryStorageBytes) RecordsSection.Builder.secondaryStorageBytes(StorageEntry secondaryStorageBytes) StorageBytesSearch.Builder.semantic(StorageEntry semantic) ReadAccessSection.Builder.storageBytes(StorageEntry storageBytes) DocumentStorage.Builder.text(StorageEntry text) StorageBytesSearch.Builder.text(StorageEntry text) Method parameters in ai.vectros.types with type arguments of type StorageEntryModifier and TypeMethodDescriptionRecordsSection.Builder.auditStorageBytes(Optional<StorageEntry> auditStorageBytes) DocumentStorage.Builder.file(Optional<StorageEntry> file) StorageBytesSearch.Builder.hybrid(Optional<StorageEntry> hybrid) StorageBytesSearch.Builder.parentChunks(Optional<StorageEntry> parentChunks) DocumentsSection.Builder.primaryStorageBytes(Optional<StorageEntry> primaryStorageBytes) IdentitySurface.Builder.primaryStorageBytes(Optional<StorageEntry> primaryStorageBytes) RecordsSection.Builder.primaryStorageBytes(Optional<StorageEntry> primaryStorageBytes) RecordsSection.Builder.secondaryStorageBytes(Optional<StorageEntry> secondaryStorageBytes) StorageBytesSearch.Builder.semantic(Optional<StorageEntry> semantic) ReadAccessSection.Builder.storageBytes(Optional<StorageEntry> storageBytes) DocumentStorage.Builder.text(Optional<StorageEntry> text) StorageBytesSearch.Builder.text(Optional<StorageEntry> text)