| PartitionFileIndexEntry Constructor |
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
)
Public Sub New (
partition As Integer,
offset As Long,
compressedSize As Long,
uncompressedSize As Long
)
public:
PartitionFileIndexEntry(
int partition,
long long offset,
long long compressedSize,
long long uncompressedSize
)
new :
partition : int *
offset : int64 *
compressedSize : int64 *
uncompressedSize : int64 -> PartitionFileIndexEntry
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