QueryOptionsBuilder Class
Methods
| Name | Description | |
|---|---|---|
| constructor(_options: QueryOptions{}): QueryOptionsBuilder | ||
| getOptions(): QueryOptions | ||
| setAbbreviateBlobs(val: boolean): QueryOptionsBuilder | By default all blobs are abbreviated to save memory and network bandwidth. | |
| setConvertClassIdsToNames(val: boolean): QueryOptionsBuilder | If set ECClassId, SourceECClassId and TargetECClassId system properties will return qualified name of class instead of a | Deprecated | 
| setLimit(val: QueryLimit): QueryOptionsBuilder | Specify limit for query. | |
| setQuota(val: QueryQuota): QueryOptionsBuilder | Allow to set quota restriction for query. | |
| setRestartToken(val: string): QueryOptionsBuilder | Allow to set restart token. | |
| setRowFormat(val: QueryRowFormat): QueryOptionsBuilder | Specify row format returned by concurrent query manager. | |
| setSuppressLogErrors(val: boolean): QueryOptionsBuilder | When query fail to prepare it will log error. | |
| setUsePrimaryConnection(val: boolean): QueryOptionsBuilder | Force a query to be executed synchronously against primary connection. | 
Defined in
- core/common/src/ConcurrentQuery.ts Line 165
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.