Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add capability to serialize KustoQueryResults #23

Merged
merged 1 commit into from
May 27, 2024

Conversation

NeilMacMullen
Copy link
Owner

QueryResults can now be serialised using ParquetResultSerializer.Default to facilitate remoting.
New samples have been added:

  • WebApp - shows serving of Query from API
  • WebAppClient is a client that issues a query to WebApp then renders the result
  • Blazor-Static is a Blazor-wasm site that runs queries and renders the results

QueryResults can now be serialised using ParquetResultSerializer.Default to facilitate
remoting.
New samples have  been added:
- WebApp - shows serving of Query from API
- WebAppClient is a client that issues a query to WebApp then renders the result
- Blazor-Static is a Blazor-wasm site that runs queries and renders the results
@NeilMacMullen NeilMacMullen merged commit 8a6ed18 into main May 27, 2024
@NeilMacMullen NeilMacMullen deleted the serialized-result branch May 27, 2024 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant