The QueryFeaturesAsync() method on ServiceFeatureTable supports an overload that allows some control over the fields returned by including a QueryFeatureFields enum value. These values are IdsOnly, Minimum, and LoadAll.
I have two questions:
- Is there no capability in the SDK to pass in a list of out fields (or *) to more finely control what comes back? (The rest interface supports this)
- I can't find any documentation on the behavior for the Minimum enum value. IdsOnly and LoadAll are pretty self explanatory.