Skip to content

BaseIndexStore

Defined in: .build/typescript/packages/core/src/storage/index-store/index.ts:20

new BaseIndexStore(): BaseIndexStore

BaseIndexStore

abstract getIndexStructs(): Promise<IndexStruct[]>

Defined in: .build/typescript/packages/core/src/storage/index-store/index.ts:21

Promise<IndexStruct[]>


abstract addIndexStruct(indexStruct): Promise<void>

Defined in: .build/typescript/packages/core/src/storage/index-store/index.ts:23

IndexStruct

Promise<void>


abstract deleteIndexStruct(key): Promise<void>

Defined in: .build/typescript/packages/core/src/storage/index-store/index.ts:25

string

Promise<void>


abstract getIndexStruct(structId?): Promise<undefined | IndexStruct>

Defined in: .build/typescript/packages/core/src/storage/index-store/index.ts:27

string

Promise<undefined | IndexStruct>


persist(persistPath): Promise<void>

Defined in: .build/typescript/packages/core/src/storage/index-store/index.ts:29

string = DEFAULT_PERSIST_PATH

Promise<void>