MCPcopy
hub / github.com/apify/crawlee / keyValueStores

Method keyValueStores

packages/types/src/storages.ts:334–334  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

332 datasets(): DatasetCollectionClient;
333 dataset(id: string): DatasetClient;
334 keyValueStores(): KeyValueStoreCollectionClient;
335 keyValueStore(id: string): KeyValueStoreClient;
336 requestQueues(): RequestQueueCollectionClient;
337 requestQueue(id: string, options?: RequestQueueOptions): RequestQueueClient;

Implementers 1

MemoryStoragepackages/memory-storage/src/memory-sto

Calls

no outgoing calls

Tested by

no test coverage detected