KVIndexStore
定义于:.build/typescript/packages/core/src/storage/index-store/index.ts:34
新建键值索引存储(
kvStore,namespace):KVIndexStore
定义于:.build/typescript/packages/core/src/storage/index-store/index.ts:38
kvStore
Section titled “kvStore”string = DEFAULT_NAMESPACE
KVIndexStore
persist()
Section titled “persist()”persist(
persistPath):Promise<void>
定义于:.build/typescript/packages/core/src/storage/index-store/index.ts:29
persistPath
Section titled “persistPath”string = DEFAULT_PERSIST_PATH
Promise<void>
addIndexStruct()
Section titled “addIndexStruct()”addIndexStruct(
indexStruct):Promise<void>
定义于:.build/typescript/packages/core/src/storage/index-store/index.ts:44
indexStruct
Section titled “indexStruct”Promise<void>
deleteIndexStruct()
Section titled “deleteIndexStruct()”deleteIndexStruct(
key):Promise<void>
定义于:.build/typescript/packages/core/src/storage/index-store/index.ts:50
string
Promise<void>
BaseIndexStore.deleteIndexStruct
getIndexStruct()
Section titled “getIndexStruct()”getIndexStruct(
structId?):Promise<undefined|IndexStruct>
定义于:.build/typescript/packages/core/src/storage/index-store/index.ts:54
string
Promise<undefined | IndexStruct>
getIndexStructs()
Section titled “getIndexStructs()”getIndexStructs():
Promise<IndexStruct[]>
定义于:.build/typescript/packages/core/src/storage/index-store/index.ts:70
Promise<IndexStruct[]>