Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
index
RemoteQueryPlanStep
Interface RemoteQueryPlanStep
interface
RemoteQueryPlanStep
{
compiled
:
RemoteCompiledQueryV1
;
engine
:
"remote"
;
fidelity
:
"exact"
;
id
:
string
;
operation
:
"query"
|
"queryAggregate"
|
"queryAll"
;
pushdown
:
"partial"
|
"full"
;
query
:
CanonicalQuery
;
reason
:
string
;
requests
:
number
;
}
Index
Properties
compiled
engine
fidelity
id
operation
pushdown
query
reason
requests
Properties
Readonly
compiled
compiled
:
RemoteCompiledQueryV1
Readonly
engine
engine
Readonly
fidelity
fidelity
Readonly
id
id
:
string
Readonly
operation
operation
:
"query"
|
"queryAggregate"
|
"queryAll"
Readonly
pushdown
pushdown
:
"partial"
|
"full"
Readonly
query
query
:
CanonicalQuery
Readonly
reason
reason
:
string
Readonly
requests
requests
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
compiled
engine
fidelity
id
operation
pushdown
query
reason
requests
@honua/sdk-js
Loading...