RiakSearchRequestReturnFields Property |
The list of fields that should be returned for each record in the result list.
Namespace:
RiakClient.Models.Search
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public List<string> ReturnFields { get; set; }
member ReturnFields : List<string> with get, set
Property Value
Type:
ListStringRemarks
The 'id' field is always returned, even if not specified in this list.
See Also