query property

String? query
getter/setter pair

The query string with a minimum of 3 characters and specific syntax.

For more information, see Data Catalog search syntax. An empty query string returns all data assets (in the specified scope) that you have access to. A query string can be a simple xyz or qualified by predicates: * name:x * column:y * description:z

Optional.

Implementation

core.String? query;