Uses of Class
com.microsoft.azure.kusto.ingest.IngestionProperties.IngestionReportMethod
-
Packages that use IngestionProperties.IngestionReportMethod Package Description com.microsoft.azure.kusto.ingest -
-
Uses of IngestionProperties.IngestionReportMethod in com.microsoft.azure.kusto.ingest
Methods in com.microsoft.azure.kusto.ingest that return IngestionProperties.IngestionReportMethod Modifier and Type Method Description IngestionProperties.IngestionReportMethodIngestionProperties. getReportMethod()static IngestionProperties.IngestionReportMethodIngestionProperties.IngestionReportMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static IngestionProperties.IngestionReportMethod[]IngestionProperties.IngestionReportMethod. 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.IngestionReportMethod Modifier and Type Method Description voidIngestionProperties. setReportMethod(IngestionProperties.IngestionReportMethod reportMethod)
-