influxdb-client-csharp icon indicating copy to clipboard operation
influxdb-client-csharp copied to clipboard

Write Error when initializing auto-properties

Open cklenk opened this issue 1 year ago • 2 comments

Steps to reproduce:

  1. Set up measurement table with auto props with inline default values
  2. Write query by POCO
  3. Error

Expected behavior: Able to write to measurement

Actual behavior: Got error says unable to determine measurement. Does it have a InfluxDB.Client.Core.Measurement or IsMeasurement InfluxDB.Client.Core.Column attribute?

Specifications:

  • Client Version: 4.13.0
  • InfluxDB Version: 1.7
  • Platform: Linux

cklenk avatar Oct 09 '23 19:10 cklenk