Skip to main content
Version: 3.0

MemoryStorageOptions

Index

Properties

optionallocalDataDirectory

localDataDirectory?: string = process.env.CRAWLEE_STORAGE_DIR ?? './storage'

Path to directory where the data will also be saved.

optionalwriteMetadata

writeMetadata?: boolean = process.env.DEBUG?.includes('*') ?? process.env.DEBUG?.includes('crawlee:memory-storage') ?? false

Whether to also write optional metadata files when storing to disk.