Click or drag to resize

PartitionFileIndexEntry Constructor

Initializes a new instance of the PartitionFileIndexEntry struct.

Namespace:  Ookii.Jumbo.Jet.Channels
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public PartitionFileIndexEntry(
	int partition,
	long offset,
	long compressedSize,
	long uncompressedSize
)

Parameters

partition
Type: SystemInt32
The partition.
offset
Type: SystemInt64
The offset.
compressedSize
Type: SystemInt64
Size of the compressed data.
uncompressedSize
Type: SystemInt64
Size of the uncompressed data.
See Also