Storage
object Storage
Types
Link copied to clipboard
Represents a factory interface for creating storage instances. The default implementation is InMemoryStorageFactory which stores data in memory
Link copied to clipboard
@Serializable
@SerialName(value = "!InMemory")
Default implementation for the storage module when configuring an XTDB node. Stores everything within in-process memory - a non-persistent option for storage.
Link copied to clipboard
@Serializable
@SerialName(value = "!Local")
Implementation for the storage module that persists data to the local file system, under the path directory.
Link copied to clipboard
@Serializable
@SerialName(value = "!Remote")
Implementation for the storage module that persists data remotely within a specified objectStore,