MaxSelectLength
Specifies a maximum length for columns in $select projections to prevent [414] URI Too Long errors. Set to -1 to disable. Not supported when ServiceType is AnalyticsService.
Data Type
int
Default Value
1000
Remarks
To avoid the query failing with a [414] URI Too Long error, CData applies a length limit to the columns in projection ($select). The default length limit is 1000. Use this property to increase the limit in situations where the service does not restrict the URI length, or the user wants a higher limit for $select. To disable length limitation, set this property to -1. This property cannot be used when the ServiceType connection property is set to AnalyticsService.