Click or drag to resize

PartitionFileIndexEntry Structure

Index entry for a partition file. For Jumbo internal use only.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Ookii.Jumbo.Jet.ChannelsPartitionFileIndexEntry

Namespace: Ookii.Jumbo.Jet.Channels
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public struct PartitionFileIndexEntry : IEquatable<PartitionFileIndexEntry>

The PartitionFileIndexEntry type exposes the following members.

Constructors
 NameDescription
Public methodPartitionFileIndexEntry Initializes a new instance of the PartitionFileIndexEntry struct.
Top
Properties
 NameDescription
Public propertyCompressedSize Gets the size of the compressed data.
Public propertyOffset Gets or sets the offset.
Public propertyPartition Gets or sets the partition.
Public propertyUncompressedSize Gets the size of the compressed data.
Top
Methods
 NameDescription
Public methodEquals(Object) Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object))
Public methodEquals(PartitionFileIndexEntry) Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(PartitionFileIndexEntry, PartitionFileIndexEntry) Determines whether two specified instances have the same value.
Public operatorStatic memberInequality(PartitionFileIndexEntry, PartitionFileIndexEntry) Determines whether two specified instances have different values.
Top
See Also