dtkt.blob.v1beta1messages.protoReadBlobLinesRequest
Message| Field | Type | Number | Description |
|---|---|---|---|
| key | string | 1 | Key of blob to read. |
| delimiter | string | 2 | Line delimiter; default: \n. |
| max_size | int64 | 3 | Max size (in bytes) of individual line. |
| bucket | string | 4 | Bucket to read blob (may be optional). |
| line_format | LineFormat dtkt.blob.v1beta1.LineFormat | 5 | Format of lines to read (default: LINE_FORMAT_RAW if unspecified). |
| json_array_mode | bool | 6 | JSON array mode: if true (when line_format is JSON), expects root JSON array; if false, expects newline-delimited JSON (default). |