Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
I believe it's the type naming convention, if you use Find's api to query the document back Find will seliarize the result document back to your POCO so you don't have to worry about the post fix.
That's a JSON.NET thing (which Find uses internally), so it index the property type along with property name, so it'll know how to deserialize it back to the object. as Dan said I don't think you have to worry about it.
I am indexing a POCO, but what I get is:
"$type": "MisoWeb.Models.Find.MarketReportItem, MISO.MKTPRT.IndexTool","Id$$string": "521","DocumentGuid$$string": "f9551d62-f5a8-4a7f-ae9d-d685061c2165","FileName$$string": "201501_rt_lmp_final_csv.zip","Name$$string": "Archived Real-Time Final Market LMPs (zip)",
what's up with the $$string business?