isReturnable property

bool? isReturnable
getter/setter pair

Indicates that the property identifies data that should be returned in search results via the Query API.

If set to true, indicates that Query API users can use matching property fields in results. However, storing fields requires more space allocation and uses more bandwidth for search queries, which impacts performance over large datasets. Set to true here only if the field is needed for search results. Cannot be true for properties whose type is an object.

Implementation

core.bool? isReturnable;