properties property

Map<String, String>? properties
getter/setter pair

A mapping of property names to values.

Used to set Presto session properties (https://prestodb.io/docs/current/sql/set-session.html) Equivalent to using the --session flag in the Presto CLI

Optional.

Implementation

core.Map<core.String, core.String>? properties;