Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
AnalyticsSourceSqlDescriptor
Interface AnalyticsSourceSqlDescriptor
interface
AnalyticsSourceSqlDescriptor
{
dialect
?:
string
;
parameters
?:
Readonly
<
Record
<
string
,
|
null
|
string
|
number
|
boolean
>
>
;
text
:
string
;
}
Index
Properties
dialect?
parameters?
text
Properties
Optional
Readonly
dialect
dialect
?:
string
Optional
Readonly
parameters
parameters
?:
Readonly
<
Record
<
string
,
|
null
|
string
|
number
|
boolean
>
>
Readonly
text
text
:
string
SQL text or a stable server-side query id. Never put secrets here.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dialect
parameters
text
@honua/sdk-js
Loading...
SQL text or a stable server-side query id. Never put secrets here.