Uses of Class
com.microsoft.azure.kusto.ingest.result.OperationStatus
-
Packages that use OperationStatus Package Description com.microsoft.azure.kusto.ingest.result -
-
Uses of OperationStatus in com.microsoft.azure.kusto.ingest.result
Fields in com.microsoft.azure.kusto.ingest.result declared as OperationStatus Modifier and Type Field Description OperationStatusIngestionStatus. statusMethods in com.microsoft.azure.kusto.ingest.result that return OperationStatus Modifier and Type Method Description static OperationStatusOperationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationStatus[]OperationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.kusto.ingest.result with parameters of type OperationStatus Modifier and Type Method Description voidIngestionStatus. setStatus(OperationStatus st)
-