LogoRobo.js
Framework

AdapterCapabilities

Interface: AdapterCapabilities

Normalized adapter capabilities. Computed from adapter interface inspection and self-reporting.

Properties

PropertyTypeDescription
acidbooleanWhether the adapter supports multi-key atomic commit. True if transaction OR atomicBatch is available.
adapterstringAdapter name for identification.
atomicBatchbooleanWhether atomic batch operations are available.
compareAndSwapbooleanWhether compareAndSwap is available.
indexTypesstring[]Registered index types.
isolation"none" | "read-committed" | "serializable"Transaction isolation level.
maxValueSize?numberMaximum value size in bytes (undefined = no limit known).
nativeTransactionsbooleanWhether native transactions are available.
pluginsstring[]Registered Flashcore plugins.
scanbooleanWhether scan is available.
setIfNotExistsbooleanWhether setIfNotExists is available.
walEnabledbooleanWhether WAL recovery is possible. True if scan is available.

On this page