Click or drag to resize

PartitionFileIndex Class

Index data for partition files. For Jumbo internal use only.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.Jet.ChannelsPartitionFileIndex

Namespace: Ookii.Jumbo.Jet.Channels
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public sealed class PartitionFileIndex : IDisposable

The PartitionFileIndex type exposes the following members.

Constructors
 NameDescription
Public methodPartitionFileIndex Initializes a new instance of the PartitionFileIndex class.
Top
Properties
 NameDescription
Public propertyOutputFilePath Gets the output file path.
Top
Methods
 NameDescription
Public methodDispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetEntriesForPartition Gets the index entries for the specified partition.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetPartitionSize Gets the size of the specified partition.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also