TransformationSerializationFormat Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Transformation Format properties.
public readonly struct TransformationSerializationFormat : IEquatable<Azure.ResourceManager.IotOperations.Models.TransformationSerializationFormat>
type TransformationSerializationFormat = struct
Public Structure TransformationSerializationFormat
Implements IEquatable(Of TransformationSerializationFormat)
- Inheritance
-
TransformationSerializationFormat
- Implements
Constructors
| Name | Description |
|---|---|
| TransformationSerializationFormat(String) |
Initializes a new instance of TransformationSerializationFormat. |
Properties
| Name | Description |
|---|---|
| Delta |
Delta Format. |
| Json |
JSON Format. |
| Parquet |
Parquet Format. |
Methods
| Name | Description |
|---|---|
| Equals(TransformationSerializationFormat) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(TransformationSerializationFormat, TransformationSerializationFormat) |
Determines if two TransformationSerializationFormat values are the same. |
| Implicit(String to TransformationSerializationFormat) |
Converts a String to a TransformationSerializationFormat. |
| Inequality(TransformationSerializationFormat, TransformationSerializationFormat) |
Determines if two TransformationSerializationFormat values are not the same. |