ConfluentDataFormatType 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.
Data Format Type.
public readonly struct ConfluentDataFormatType : IEquatable<Azure.ResourceManager.Confluent.Models.ConfluentDataFormatType>
type ConfluentDataFormatType = struct
Public Structure ConfluentDataFormatType
Implements IEquatable(Of ConfluentDataFormatType)
- Inheritance
-
ConfluentDataFormatType
- Implements
Constructors
| Name | Description |
|---|---|
| ConfluentDataFormatType(String) |
Initializes a new instance of ConfluentDataFormatType. |
Properties
| Name | Description |
|---|---|
| Avro |
Gets the Avro. |
| Bytes |
Gets the Bytes. |
| Json |
Gets the Json. |
| Protobuf |
Gets the Protobuf. |
| String |
Gets the String. |
Methods
| Name | Description |
|---|---|
| Equals(ConfluentDataFormatType) |
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(ConfluentDataFormatType, ConfluentDataFormatType) |
Determines if two ConfluentDataFormatType values are the same. |
| Implicit(String to ConfluentDataFormatType) |
Converts a string to a ConfluentDataFormatType. |
| Implicit(String to Nullable<ConfluentDataFormatType>) | |
| Inequality(ConfluentDataFormatType, ConfluentDataFormatType) |
Determines if two ConfluentDataFormatType values are not the same. |