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 list operations (e.g. listDataSources) do not expose a parameter that allows the customer to pass $select. Many properties of models can't be in a $select, and they are case sensitive which may not be intuitive to languages that use typed models with different property casing.
Instead, provide a separate method for getting just names (e.g. listDataSourceNames), which the server optimizes. These methods should return a collection of strings.
The text was updated successfully, but these errors were encountered:
For list operations (e.g. listDataSources) do not expose a parameter that allows the customer to pass
$select
. Many properties of models can't be in a$select
, and they are case sensitive which may not be intuitive to languages that use typed models with different property casing.Instead, provide a separate method for getting just names (e.g. listDataSourceNames), which the server optimizes. These methods should return a collection of strings.
The text was updated successfully, but these errors were encountered: