You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we should consider handling/inferring System.TimeSpan properties by default, storing it as a double representing the TotalMilliseconds of the TimeSpan. Storing it as a string makes less sense as you may want to query on the field and this would be unituitive on a string field.
Doing this would require a custom JsonConverter for TimeSpan.
Reference to #1643
I think we should consider handling/inferring
System.TimeSpan
properties by default, storing it as adouble
representing the TotalMilliseconds of the TimeSpan. Storing it as a string makes less sense as you may want to query on the field and this would be unituitive on a string field.Doing this would require a custom
JsonConverter
forTimeSpan
.What are your thoughts, @Mpdreamz, @gmarz?
The text was updated successfully, but these errors were encountered: