Package | Description |
---|---|
com.couchbase.client.java.view |
Namespace for various view-service related classes.
|
Modifier and Type | Method and Description |
---|---|
static ViewOrdering |
ViewOrdering.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewOrdering[] |
ViewOrdering.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ViewOptions |
ViewOptions.order(ViewOrdering ordering)
Return the documents in descending key order.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.