StreamingDatasetApi
StreamingDatasetApi
[POST] /api/streamingdatasets/{datasetId}/data
Add a new streaming dataset.
Parameters
Name | Type | Located In | Description |
---|---|---|---|
datasetIdRequired | string | path | The dataset document id. |
pushDataToken | string | query | The push data token. |
Request Schema
Response
Status Code: 200
Success
Models
Ƭ InsertDataParam
Name | Type | Description | Example |
---|---|---|---|
datasetIdNullable | string | ||
columnsNullable | Array<string> |
||
rowsNullable | Array<array> |
||
overwrite | Boolean |