Struct DuckDBListEntry
public readonly struct DuckDBListEntry
- Inherited Members
Constructors
DuckDBListEntry(ulong, ulong)
public DuckDBListEntry(ulong offset, ulong length)
Parameters
Properties
Length
public ulong Length { get; }
Property Value
Offset
public ulong Offset { get; }