Package com.microsoft.azure.kusto.data
Class KustoOperationResult
- java.lang.Object
-
- com.microsoft.azure.kusto.data.KustoOperationResult
-
- All Implemented Interfaces:
Iterator<KustoResultSetTable>
public class KustoOperationResult extends Object implements Iterator<KustoResultSetTable>
-
-
Constructor Summary
Constructors Constructor Description KustoOperationResult(String response, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KustoResultSetTablegetPrimaryResults()List<KustoResultSetTable>getResultTables()booleanhasNext()KustoResultSetTablenext()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Constructor Detail
-
KustoOperationResult
public KustoOperationResult(String response, String version) throws KustoServiceQueryError
- Throws:
KustoServiceQueryError
-
-
Method Detail
-
getResultTables
public List<KustoResultSetTable> getResultTables()
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<KustoResultSetTable>
-
next
public KustoResultSetTable next()
- Specified by:
nextin interfaceIterator<KustoResultSetTable>
-
getPrimaryResults
public KustoResultSetTable getPrimaryResults()
-
-