MemoryIndexedKeyValueUnifiedStorageOptions
type MemoryIndexedKeyValueUnifiedStorageOptions = object;
Defined in: atomiq-storage-memory-indexed-kv/src/MemoryIndexedKeyValueUnifiedStorage.ts:12
Configuration options for MemoryIndexedKeyValueUnifiedStorage
Properties
allowQueryWithoutIndexes?
optional allowQueryWithoutIndexes: boolean;
Defined in: atomiq-storage-memory-indexed-kv/src/MemoryIndexedKeyValueUnifiedStorage.ts:16
Whether to allow queries that cannot use indexes (default: false)
maxBatchItems?
optional maxBatchItems: number;
Defined in: atomiq-storage-memory-indexed-kv/src/MemoryIndexedKeyValueUnifiedStorage.ts:14
Maximum number of items to process in a single batch operation (default: 100)