altibiz / ozds

OZDS
Other
0 stars 0 forks source link

ReadAsync filter changed from string #54

Open GabrijelAB opened 1 month ago

GabrijelAB commented 1 month ago

Make it so these types of things dont need to use strings for filtering measures = await aggregateQueries.ReadAgnostic(new[] { "x => x.Interval == 0", $"x => x.MeterId == \"{_title}\"" }, fromDate, toDate, 1, 9000);