Class IngestionStatusResult
- java.lang.Object
-
- com.microsoft.azure.kusto.ingest.result.IngestionStatusResult
-
- All Implemented Interfaces:
IngestionResult
,Serializable
public class IngestionStatusResult extends Object implements IngestionResult
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IngestionStatusResult(IngestionStatus ingestionStatus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IngestionStatus>
getIngestionStatusCollection()
int
getIngestionStatusesLength()
-
-
-
Constructor Detail
-
IngestionStatusResult
public IngestionStatusResult(IngestionStatus ingestionStatus)
-
-
Method Detail
-
getIngestionStatusCollection
public List<IngestionStatus> getIngestionStatusCollection()
- Specified by:
getIngestionStatusCollection
in interfaceIngestionResult
-
getIngestionStatusesLength
public int getIngestionStatusesLength()
- Specified by:
getIngestionStatusesLength
in interfaceIngestionResult
-
-