Preparing search index...
The search index is not available
IPFS Stores
IPFS Stores
interface-blockstore-tests
InterfaceBlockstoreTest
Interface InterfaceBlockstoreTest<B>
interface
InterfaceBlockstoreTest
<
B
>
{
setup
(
)
:
B
|
Promise
<
B
>
;
teardown
(
store
)
:
void
|
Promise
<
void
>
;
}
Type Parameters
B
extends
Blockstore
=
Blockstore
Index
Methods
setup
teardown
Methods
setup
setup
(
)
:
B
|
Promise
<
B
>
Returns
B
|
Promise
<
B
>
teardown
teardown
(
store
)
:
void
|
Promise
<
void
>
Parameters
store
:
B
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
setup
teardown
IPFS Stores
blockstore-core
base
BaseBlockstore
black-hole
BlackHoleBlockstore
identity
IdentityBlockstore
index
BaseBlockstore
BlackHoleBlockstore
MemoryBlockstore
TieredBlockstore
memory
MemoryBlockstore
tiered
TieredBlockstore
blockstore-fs
index
FsBlockstore
FsBlockstoreInit
sharding
FlatDirectory
NextToLast
FlatDirectoryInit
NextToLastInit
ShardingStrategy
blockstore-idb
IDBBlockstore
IDBBlockstoreInit
blockstore-level
LevelBlockstore
LevelBlockstoreInit
blockstore-s3
S3Blockstore
S3BlockstoreInit
ShardingStrategy
datastore-core
base
BaseDatastore
black-hole
BlackHoleDatastore
index
BaseDatastore
KeyTransformDatastore
MemoryDatastore
MountDatastore
NamespaceDatastore
ShardingDatastore
TieredDatastore
shard
KeyTransform
Shard
keytransform
KeyTransformDatastore
memory
MemoryDatastore
mount
MountDatastore
namespace
NamespaceDatastore
shard
NextToLast
Prefix
ShardBase
Suffix
PREFIX
SHARDING_FN
parseShardFun
readShardFun
sharding
ShardingDatastore
tiered
TieredDatastore
datastore-fs
FsDatastore
FsDatastoreInit
datastore-idb
IDBDatastore
IDBDatastoreInit
datastore-level
LevelDatastore
datastore-s3
S3Datastore
S3DatastoreInit
interface-blockstore
Blockstore
Pair
interface-blockstore-tests
InterfaceBlockstoreTest
interfaceBlockstoreTests
interface-datastore
index
Key
Batch
Datastore
KeyQuery
KeyQueryFilter
KeyQueryOrder
Pair
Query
QueryFilter
QueryOrder
key
Key
interface-datastore-tests
InterfacDatastoreTest
interfaceDatastoreTests
interface-store
AbortError
CloseFailedError
DeleteFailedError
GetFailedError
HasFailedError
NotFoundError
OpenFailedError
PutFailedError
AbortOptions
Store
Await
AwaitIterable