Click or drag to resize
RiakStreamedIndexResult Constructor
Initializes a new instance of the RiakStreamedIndexResult class.

Namespace:  RiakClient.Models.Index
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public RiakStreamedIndexResult(
	bool includeTerms,
	IEnumerable<RiakResult<RpbIndexResp>> responseReader
)

Parameters

includeTerms
Type: SystemBoolean
The option to include the terms in the results.
responseReader
Type: System.Collections.GenericIEnumerableRiakResultRpbIndexResp
The IEnumerableT to read results from.
See Also