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
Is there a way to change the default MaxExpansionDepth for all controllers via startup configuration. I can only find documentation of changing it on EnableQueryAttribute? The default depth of 2 is not cutting it the vast majority of entities on my current project. I realize there a security and performance implications here but I have very nested data structure so it seems more logical to default and then limit where I need. Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to change the default MaxExpansionDepth for all controllers via startup configuration. I can only find documentation of changing it on EnableQueryAttribute? The default depth of 2 is not cutting it the vast majority of entities on my current project. I realize there a security and performance implications here but I have very nested data structure so it seems more logical to default and then limit where I need. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions