@InterfaceStability.Committed
@InterfaceAudience.Public
public interface View
Represents a View definition to store and load.
Modifier and Type | Method and Description |
---|---|
boolean |
hasReduce()
If a reduce function is set or not.
|
String |
map()
The map function
|
String |
name()
The name of the view.
|
String |
reduce()
The reduce function.
|
String name()
The name of the view.
String map()
The map function
String reduce()
The reduce function.
boolean hasReduce()
If a reduce function is set or not.
Copyright © 2014 Couchbase, Inc.