I have been unable to find proper documentation for Microsoft.Azure.Kusto.Data nuget package apart from https://github.com/Azure/azure-kusto-dotnet which doesn't really contain any code or documentation around the methods used. Where else can I look for more information ?
1 Answer
See here for docs https://learn.microsoft.com/en-us/azure/data-explorer/kusto/api/netfx/about-the-sdk
And here for code examples: https://github.com/Azure/azure-kusto-samples-dotnet
2 Comments
Shilpa
Actually I am more interested in methods inside CslCommandGenerator which can't be found in these docs.
Yochai Gilad
Anything specific, or broad documentation?