azure-kusto-node icon indicating copy to clipboard operation
azure-kusto-node copied to clipboard

JS SDK for the Kusto service

Results 4 azure-kusto-node issues
Sort by recently updated
recently updated
newest added

Hi folks, I have a two part question: in looking at the [C#](https://github.com/Azure/azure-kusto-samples-dotnet/blob/master/client/HelloKustoV2/Program.cs) and [Rust](https://github.com/Azure/azure-kusto-rust/blob/main/azure-kusto-data/examples/query.rs) examples, and the [Query v2 REST API doc](https://learn.microsoft.com/en-us/azure/data-explorer/kusto/api/rest/response2), it looks like Kusto supports a streaming...

enhancement

Please provide type declarations for the option and paramaters for azure data search. Thank you. Edited: If you can provide me the documentation then I will write the declaration file...

enhancement

We should stream the file and wrap the stream as gz without writing to file

enhancement

Hey, Could not find the place where the `parameters` are converted to their kusto types, as described [here](https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/queryparametersstatement?pivots=azuredataexplorer#specifying-query-parameters-in-a-client-application). For example, if I specify a date parameter: ```javascript clientRequestProperties.setParameter('startTime', new Date().toISOString());...

enhancement