quixio / quix-streams

Quix Streams - A library for data streaming and Python Stream Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove value typed properties on TimeseriesDataTimestamp object

tomas-quix opened this issue · comments

Is your feature request related to a problem? Please describe.

old_way = row.parameters["EngineRPM"].numeric_value
new_way = row.parameters["EngineRPM"]

Only relevant for C#, which can be found here https://github.com/quixio/quix-streams-dotnet. C# already has a .value however so I'm closing this without replicating in new repo