FileBackedHashSetT Properties

Properties

CacheSize Gets or sets the size of the cache used to store data from the file in memory.
(Inherited from FileBackedHashSetT, TElem)
Count Gets the number of elements contained in the FileBackedHashSetT.
(Inherited from FileBackedHashSetT, TElem)
DefaultSignature Gets the default signature used by the FileBackedHashSetT if no user-defined signature is supplied.
(Inherited from FileBackedHashSetT, TElem)
FilePath Gets or sets the path to the file backing this hash set.
(Inherited from FileBackedHashSetT, TElem)
FragmentationCount Gets the number of operations that fragment the lookup table that have occurred since the last time the lookup table was compacted.
(Inherited from FileBackedHashSetT, TElem)
IsReadOnly Gets a value indicating whether the FileBackedHashSetT is read-only.
(Inherited from FileBackedHashSetT, TElem)
Signature Gets or sets the signature of the file backing the lookup table.
(Inherited from FileBackedHashSetT, TElem)

See Also