Optional
nsService: NamespaceServicePrivate
Readonly
cachePrivate
Readonly
connectionPrivate
Readonly
loggerPrivate
Optional
Readonly
nsPrivate
queryPrivate
queryStatic
numberClear cached query results.
Optional
options: QueryOptionsQuery salesforce for a record
Query string
Optional
useCache: booleanStore the query in the internal query cache or retrieve the cached version of the response if it exists
Optional
cancelToken: CancellationTokenQuery salesforce for a record using the tooling API
Query string
Optional
useCache: booleanStore the query in the internal query cache or retrieve the cached version of the response if it exists
Optional
cancelToken: CancellationTokenSets the query cache options. When the query cache is enabled, the query results are stored in memory and reused when the same query is executed again. When changing cache state the current cache is cleared.
The query cache options.
Optional
default?: booleanIndicates what the default behavior should be when the useCache paramter is not explicitly set by the caller.
Indicates whether the query cache is enabled.
The current instance of the QueryService.
Static
formatStatic
Private
tryStatic
Private
try
Number formatter for Salesforce numbers used by the query service. Change this to change the default number formatting behavior.