Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 993 Bytes

QueryRequestSql.md

File metadata and controls

15 lines (10 loc) · 993 Bytes

QueryRequestSql

Properties

Name Type Description Notes
query str SQL query string.
default_row_limit int Row limit to use. Limits specified in the query text will override this default. [optional]
initial_paginate_response_doc_count int [DEPRECATED] Use `max_initial_results` instead. Number of documents to return in addition to paginating for this query call. Only relevant if `paginate` flag is also set. [optional]
parameters [QueryParameter] List of named parameters. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]