dtkt.catalog.v1beta1messages.protoReadTableRequest
MessageRequest message for reading rows from a table.
| Field | Type | Number | Description |
|---|---|---|---|
| schema | Schema dtkt.catalog.v1beta1.Schema | 1 | Reference to the schema containing the table. |
| name | string | 2 | Name of the table to read from. |
| offset | int64 | 3 | Offset for reading rows. |
| selected_fields | string[] | 4 | Selected fields to read from the table. |