Summary

A TemporaryStorageFactory that creates a FileStorage to store data in.
For a list of all members of this type, see FileStorageFactory Members .

Type Relationships

  System.Object
    Eas.WebCrawler.PlugIns.TemporaryStorage.FileStorageFactory

Declaration Syntax

Public Class FileStorageFactory
	Implements TemporaryStorageFactory, WebCrawlerComponent
public class FileStorageFactory : TemporaryStorageFactory, WebCrawlerComponent
public __gc class FileStorageFactory : public TemporaryStorageFactory, WebCrawlerComponent
public class FileStorageFactory implements TemporaryStorageFactory, WebCrawlerComponent

Remarks

Use this store factory when the results are too big to store in memory. MemoryStorageFactory is faster but take up much more memory.

Requirements

Namespace: Eas.WebCrawler.PlugIns.TemporaryStorage
Assembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)

See Also

FileStorageFactory Members | Eas.WebCrawler.PlugIns.TemporaryStorage Namespace