query property

String? query
getter/setter pair

A read-only SQL query to execute against the metadata database.

The query cannot change or mutate the data.

Required.

Implementation

core.String? query;