public static enum IngestionProperties.IngestionReportLevel extends Enum<IngestionProperties.IngestionReportLevel>
| Enum Constant and Description |
|---|
FAILURES_AND_SUCCESSES |
FAILURES_ONLY |
NONE |
| Modifier and Type | Method and Description |
|---|---|
String |
getKustoValue() |
static IngestionProperties.IngestionReportLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IngestionProperties.IngestionReportLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IngestionProperties.IngestionReportLevel FAILURES_ONLY
public static final IngestionProperties.IngestionReportLevel NONE
public static final IngestionProperties.IngestionReportLevel FAILURES_AND_SUCCESSES
public static IngestionProperties.IngestionReportLevel[] values()
for (IngestionProperties.IngestionReportLevel c : IngestionProperties.IngestionReportLevel.values()) System.out.println(c);
public static IngestionProperties.IngestionReportLevel valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getKustoValue()
Copyright © 2024. All rights reserved.