@InterfaceStability.Committed
@InterfaceAudience.Public
public interface AsyncSpatialViewResult
Contains the result of a SpatialViewQuery
.
Modifier and Type | Method and Description |
---|---|
JsonObject |
debug()
If debug was enabled on the query, it is contained here.
|
JsonObject |
error()
If it was not successful, an error is contained here.
|
Observable<AsyncSpatialViewRow> |
rows()
Emits one
AsyncViewRow for each row received from the view. |
boolean |
success()
If the query was successful.
|
Observable<AsyncSpatialViewRow> rows()
Emits one AsyncViewRow
for each row received from the view.
Observable
containing view rows.boolean success()
If the query was successful.
JsonObject error()
If it was not successful, an error is contained here.
JsonObject debug()
If debug was enabled on the query, it is contained here.
Copyright © 2014 Couchbase, Inc.