# Examples

## Writes
- [WriteEventHandlerExample.cs](WriteEventHandlerExample.cs) - How to use WriteAPI with batch options and how to handle events

## Others
- [InvokableScripts.cs](InvokableScripts.cs) - How to use Invokable scripts Cloud API to create custom endpoints that query data
- [ParametrizedQuery.cs](ParametrizedQuery.cs) - How to use parameterized Flux queries
- [RecordRowExample.cs](RecordRowExample.cs) - How to use FluxRecord.Row (List) instead of FluxRecord.Values (Dictionary), 
in case of duplicity column names