interface BigtableRowRange
Since 0.2.0

A row-key range. An omitted end is unbounded in that direction.

Properties

readonly
optional
start: BigtableRowBoundary

The lower bound, or unbounded when omitted.

readonly
optional
end: BigtableRowBoundary

The upper bound, or unbounded when omitted.

Usage

import { type BigtableRowRange } from "database-plugin/src/index.ts";