annotationsFilter property

String? annotationsFilter
getter/setter pair

An expression for filtering what part of the Dataset is to be exported.

Only Annotations that match this filter will be exported. The filter syntax is the same as in ListAnnotations.

Implementation

core.String? annotationsFilter;