IViewRowTKey, TValue Interface |
Namespace: Couchbase.Views
public interface IViewRow<out TKey, out TValue>
The IViewRowTKey, TValue type exposes the following members.
| Name | Description | |
|---|---|---|
| Id |
The identifier for the row.
| |
| Key |
The key emitted by the View Map function.
| |
| Value |
The value emitted by the View Map function or if a Reduce view, the value of the Reduce.
|