TransformationSerializationFormat Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. iotoperations. models. TransformationSerializationFormat
- com.
- com.
public final class TransformationSerializationFormat
extends ExpandableStringEnum<TransformationSerializationFormat>
Transformation Format properties.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Transformation |
DELTA
Delta Format. |
|
static final
Transformation |
JSON
JSON Format. |
|
static final
Transformation |
PARQUET
Parquet Format. |
Constructor Summary
| Constructor | Description |
|---|---|
| TransformationSerializationFormat() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Transformation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Transformation |
fromString(String name)
Creates or finds a Transformation |
|
static
Collection<Transformation |
values()
Gets known Transformation |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DELTA
public static final TransformationSerializationFormat DELTA
Delta Format.
JSON
public static final TransformationSerializationFormat JSON
JSON Format.
PARQUET
public static final TransformationSerializationFormat PARQUET
Parquet Format.
Constructor Details
TransformationSerializationFormat
@Deprecated
public TransformationSerializationFormat()
Deprecated
Creates a new instance of TransformationSerializationFormat value.
Method Details
fromString
public static TransformationSerializationFormat fromString(String name)
Creates or finds a TransformationSerializationFormat from its string representation.
Parameters:
Returns:
values
public static Collection<TransformationSerializationFormat> values()
Gets known TransformationSerializationFormat values.
Returns: