jsonRepresentation property

String? jsonRepresentation

The JSON representation of this query.

This value can be used to recreate this query with SyncQuery.fromJsonRepresentation or AsyncQuery.fromJsonRepresentation.

Is null, if this query was created from a N1QL query.

Implementation

String? get jsonRepresentation;