SchemaFormat 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.
The SerializationType.
public readonly struct SchemaFormat : IEquatable<Azure.Data.SchemaRegistry.SchemaFormat>
type SchemaFormat = struct
Public Structure SchemaFormat
Implements IEquatable(Of SchemaFormat)
- Inheritance
-
SchemaFormat
- Implements
Constructors
| Name | Description |
|---|---|
| SchemaFormat(String) |
Initializes a new instance of SchemaFormat. |
Properties
| Name | Description |
|---|---|
| Avro |
Avro Serialization schema type. |
| Custom |
Custom Serialization schema type. |
| Json |
JSON Serialization schema type. |
Methods
| Name | Description |
|---|---|
| Equals(SchemaFormat) |
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(SchemaFormat, SchemaFormat) |
Determines if two SchemaFormat values are the same. |
| Implicit(String to SchemaFormat) |
Converts a string to a SchemaFormat. |
| Inequality(SchemaFormat, SchemaFormat) |
Determines if two SchemaFormat values are not the same. |