No SupportedQueryFormats: PBF option for Hosted Feature Services?

1827
1
Jump to solution
06-17-2020 08:45 PM
ShanonLoughton
Esri Contributor

Hi
1. We have an issue where we need to disable a given service layer's definition parameter SupportedQueryFormats : PBF for the client even if available. Is this possible in the service publishing step from ArcGIS Pro 2.4+ or somewhere in ArcGIS Enterprise Portal item or ArcGIS Server service?

2. We've noticed it is not available by default on a copied/Hosted Feature Service but is there for Referenced (to an EGDB) Feature Service. Why is that? How can we change one or the other? Is there another parameter forcing or removing PBF from the list?

Both published to same ArcGIS Enterpries 10.7.1 stack.

Hosted FS (right) reads "supportedQueryFormats": "JSON, geoJSON",

Referenced FS (left) reads "supportedQueryFormats": "JSON, geoJSON","PBF"

ArcGIS Enterprise Admin Professional, AWS Solutions Architect Professional
1 Solution

Accepted Solutions
ShanonLoughton
Esri Contributor

When working from ArcGIS for JS, this is resolved using Esri Interceptors to disable/enforce certain formats. Solution here:
https://community.esri.com/t5/arcgis-api-for-javascript/properly-change-the-format-of-queries/m-p/18...

ArcGIS Enterprise Admin Professional, AWS Solutions Architect Professional

View solution in original post

1 Reply
ShanonLoughton
Esri Contributor

When working from ArcGIS for JS, this is resolved using Esri Interceptors to disable/enforce certain formats. Solution here:
https://community.esri.com/t5/arcgis-api-for-javascript/properly-change-the-format-of-queries/m-p/18...

ArcGIS Enterprise Admin Professional, AWS Solutions Architect Professional