Summary

A Eas.WebCrawler.PlugIns.TemporaryStorage that stores data in a temporary file on disk.
For a list of all members of this type, see FileStorage Members .

Type Relationships

  System.Object
     Eas.WebCrawler.Common.BaseDisposable
       Eas.WebCrawler.PlugIns.TemporaryStorage.StreamBasedStorage
        Eas.WebCrawler.PlugIns.TemporaryStorage.FileStorage

Declaration Syntax

Public Class FileStorage
	Inherits StreamBasedStorage
public class FileStorage : StreamBasedStorage
public __gc class FileStorage : public StreamBasedStorage
public class FileStorage extends StreamBasedStorage

Remarks

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

Requirements

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

See Also

FileStorage Members | Eas.WebCrawler.PlugIns.TemporaryStorage Namespace