Query
Fetch, export, delete and subscribe to data
Overview
The Query API allows developers to list available data to query, fetch, export and delete data from the internal in-memory database.
Last updated
Fetch, export, delete and subscribe to data
The Query API allows developers to list available data to query, fetch, export and delete data from the internal in-memory database.
Last updated
OK
Database schema where the table resides. Dynamically set by the use case DSL as the stream processing name.
"standardQuoteAnalyticsStream"
Table to trigger data export upon.
"processed"
The data export type. Supported types parquet and csv.
"parquet"
OK
Database schema where the table resides. Dynamically set by the use case DSL as the stream processing name.
"standardQuoteAnalyticsStream"
Table to trigger data delete upon.
"processed"
OK
Database schema where the table resides. Dynamically set by the use case DSL as the stream processing name
"standardQuoteAnalyticsStream"
Table to trigger data export
"quotes"
OK