dtkt.blob.v1beta1messages.proto

ReadBlobLinesRequest

Message
FieldTypeNumberDescription
keystring1

Key of blob to read.

delimiterstring2

Line delimiter; default: \n.

max_sizeint643

Max size (in bytes) of individual line.

bucketstring4

Bucket to read blob (may be optional).

line_format
LineFormat
5

Format of lines to read (default: LINE_FORMAT_RAW if unspecified).

json_array_modebool6

JSON array mode: if true (when line_format is JSON), expects root JSON array; if false, expects newline-delimited JSON (default).