Hello,
I published a sceneLayer to AGOL through a scene layer package. I'm trying to query the scene layer view / this scene layer using queryFeature() method. But I found that none of the attributes support query when I use getFieldUsageInfo(field) to check the field.
Since the this scene layer contains a large dataset, I really want to query the layerView instead of the whole layer using queryTask or linked Featurelayer. Does anyone know how can I fix this issue to make the field support query?
thanks,