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
For example, I'd like to set advancedQueryCapabilities.supportsPaginationOnAggregatedQueries = false and I'd like to explicitly set the dateFieldsTimeReference to be
Based on the query api I think a dateFieldsTimeReference = null should be interpreted as UTC by default, but I'd like to explicitly set it.
If the dateFieldsTimeReference property is not set, it will show up as null and the data will be assumed to be in UTC. In this case make sure you issue your WHERE clause in UTC
The text was updated successfully, but these errors were encountered:
It appears the dateFieldsTimeReference and advancedQueryCapabilities fields can not be configured by a provider.
For example, I'd like to set
advancedQueryCapabilities.supportsPaginationOnAggregatedQueries = false
and I'd like to explicitly set thedateFieldsTimeReference
to beBased on the query api I think a
dateFieldsTimeReference = null
should be interpreted as UTC by default, but I'd like to explicitly set it.The text was updated successfully, but these errors were encountered: