QueryService.query(String)public interface QueryResponse
| Modifier and Type | Method and Description |
|---|---|
long |
getResultCount()
Deprecated.
Retrieves the total number of results satisfying the query.
|
Stream<QueryResult> |
streamResults()
Deprecated.
Streams the query results in the native query format,
QueryResult. |
long getResultCount()
Stream<QueryResult> streamResults()
QueryResult.
To traverse the stream results in the classic iterator model, use the returned stream's BaseStream.iterator()
method.
Copyright © Veeva Systems 2017–2022. All rights reserved.