Click or drag to resize
BackupIndexer Class
Manages and Indexes all files for the Backup
Inheritance Hierarchy
SystemObject
  DrawerBackup.Client.FileSystemBackupIndexer

Namespace: DrawerBackup.Client.FileSystem
Assembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public class BackupIndexer : IDisposable

The BackupIndexer type exposes the following members.

Constructors
  NameDescription
Public methodBackupIndexer
Initializes a new instance of the BackupIndexer class
Top
Methods
  NameDescription
Public methodBuild
Build the index of files in the directory
Public methodClean
Clean any index
Public methodCountIndexedFiles
Get the count of indexed files
Public methodDispose
Releases all resources used by the BackupIndexer
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIndexedSize
Get the sum of the length of the indexed entries
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodList
Gets a enumerable of files
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetFilter
Set a file filter for the indexer
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventOnIndexFile
Event when a file is indexed
Top
Extension Methods
See Also