property BigtableRowKeyMapping.fields

The logical fields the row key is composed from, in order. The order is load-bearing: it is both the byte order the key sorts in and the order the portable cursor carries key values in.

Type

readonly string[]

Usage

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