public class KustoOperationResult extends Object implements Iterator<KustoResultSetTable>
| Constructor and Description |
|---|
KustoOperationResult(String response,
String version) |
| Modifier and Type | Method and Description |
|---|---|
KustoResultSetTable |
getPrimaryResults() |
List<KustoResultSetTable> |
getResultTables() |
boolean |
hasNext() |
KustoResultSetTable |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic KustoOperationResult(String response, String version) throws KustoServiceQueryError
KustoServiceQueryErrorpublic List<KustoResultSetTable> getResultTables()
public boolean hasNext()
hasNext in interface Iterator<KustoResultSetTable>public KustoResultSetTable next()
next in interface Iterator<KustoResultSetTable>public KustoResultSetTable getPrimaryResults()
Copyright © 2023. All rights reserved.