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: 2.0.0
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEntriesForPartition
Gets the index entries for the specified partition.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPartitionSize
Gets the size of the specified partition.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also