Click or drag to resize
GetResponse Constructor (Row, IEnumerableColumn, IEnumerableRow)
Initializes a new instance of the GetResponse class.

Namespace:  RiakClient.Commands.TS
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public GetResponse(
	Row key,
	IEnumerable<Column> columns,
	IEnumerable<Row> values
)

Parameters

key
Type: RiakClient.Commands.TSRow
A Row representing the key.
columns
Type: System.Collections.GenericIEnumerableColumn
The columns for the fetched TS data.
values
Type: System.Collections.GenericIEnumerableRow
The rows for the fetched TS data.
See Also