Optional
formatOptional
indexThis [Table
] should use the column named by the index
parameter as
the index
, which causes [Table::update
] and [Client::table
] input
to either insert or update existing rows based on index
column
value equality.
Optional
limitThis [Table
] should be limited to limit
rows, after which the
earliest rows will be overwritten (where earliest is defined as
relative to insertion order).
Optional
name
Options which impact the behavior of [
Client::table
], as well as subsequent calls to [Table::update
].