Table of Contents

Struct DuckDBListEntry

Namespace
DuckDB.NET.Native
Assembly
DuckDB.NET.Bindings.dll
public readonly struct DuckDBListEntry
Inherited Members

Constructors

DuckDBListEntry(ulong, ulong)

public DuckDBListEntry(ulong offset, ulong length)

Parameters

offset ulong
length ulong

Properties

Length

public ulong Length { get; }

Property Value

ulong

Offset

public ulong Offset { get; }

Property Value

ulong