Uses of Class
com.microsoft.azure.kusto.ingest.TransformationMethod
-
Packages that use TransformationMethod Package Description com.microsoft.azure.kusto.ingest -
-
Uses of TransformationMethod in com.microsoft.azure.kusto.ingest
Methods in com.microsoft.azure.kusto.ingest that return TransformationMethod Modifier and Type Method Description TransformationMethodColumnMapping. getTransform()static TransformationMethodTransformationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static TransformationMethod[]TransformationMethod. 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 TransformationMethod Modifier and Type Method Description voidColumnMapping. setTransform(TransformationMethod transform)
-