public static enum IngestionProperties.IngestionReportMethod extends Enum<IngestionProperties.IngestionReportMethod>
| Enum Constant and Description |
|---|
QUEUE |
QUEUE_AND_TABLE |
TABLE |
| Modifier and Type | Method and Description |
|---|---|
String |
getKustoValue() |
static IngestionProperties.IngestionReportMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IngestionProperties.IngestionReportMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IngestionProperties.IngestionReportMethod QUEUE
public static final IngestionProperties.IngestionReportMethod TABLE
public static final IngestionProperties.IngestionReportMethod QUEUE_AND_TABLE
public static IngestionProperties.IngestionReportMethod[] values()
for (IngestionProperties.IngestionReportMethod c : IngestionProperties.IngestionReportMethod.values()) System.out.println(c);
public static IngestionProperties.IngestionReportMethod 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.