Uses of Class
com.microsoft.azure.kusto.ingest.IngestionProperties.DataFormat
-
Packages that use IngestionProperties.DataFormat Package Description com.microsoft.azure.kusto.ingest -
-
Uses of IngestionProperties.DataFormat in com.microsoft.azure.kusto.ingest
Methods in com.microsoft.azure.kusto.ingest that return IngestionProperties.DataFormat Modifier and Type Method Description @NotNull IngestionProperties.DataFormatIngestionProperties. getDataFormat()Returns the DataFormatstatic IngestionProperties.DataFormatIngestionProperties.DataFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static IngestionProperties.DataFormat[]IngestionProperties.DataFormat. 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.DataFormat Modifier and Type Method Description voidIngestionProperties. setDataFormat(@NotNull IngestionProperties.DataFormat dataFormat)Sets the data format.
-