Click or drag to resize

StreamRecordReaderTFirstRecordOffset Property

Gets or sets the offset of the first record.

Namespace: Ookii.Jumbo.IO
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
protected long FirstRecordOffset { get; set; }

Property Value

Int64
The first record offset.
Remarks

If a deriving record reader seeks to the start of the first record from the specified Offset, it can set this property once it has found it to correct the value returned by InputBytes.

See Also