Uses of Class
com.microsoft.azure.kusto.ingest.IngestionProperties.IngestionReportLevel
-
Packages that use IngestionProperties.IngestionReportLevel Package Description com.microsoft.azure.kusto.ingest -
-
Uses of IngestionProperties.IngestionReportLevel in com.microsoft.azure.kusto.ingest
Methods in com.microsoft.azure.kusto.ingest that return IngestionProperties.IngestionReportLevel Modifier and Type Method Description IngestionProperties.IngestionReportLevelIngestionProperties. getReportLevel()static IngestionProperties.IngestionReportLevelIngestionProperties.IngestionReportLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static IngestionProperties.IngestionReportLevel[]IngestionProperties.IngestionReportLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.kusto.ingest with parameters of type IngestionProperties.IngestionReportLevel Modifier and Type Method Description voidIngestionProperties. setReportLevel(IngestionProperties.IngestionReportLevel reportLevel)
-