Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

QueryType

The type of the query action

enum QueryType {
SELECT
WRITE
}

Values

QueryType.SELECT

Read-only query that retrieves data

QueryType.WRITE

Query that modifies or writes data

Member Of