writeMetadata property

bool? writeMetadata
getter/setter pair

When true, write the subscription name, message_id, publish_time, attributes, and ordering_key to additional columns in the table.

The subscription name, message_id, and publish_time fields are put in their own columns while all other message properties (other than data) are written to a JSON object in the attributes column.

Optional.

Implementation

core.bool? writeMetadata;