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: 2.0.0
Syntax
protected long FirstRecordOffset { get; set; }

Property Value

Type: 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