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
SchemaFormat(String) |
Initializes a new instance of SchemaFormat. |
Properties
Avro |
Avro Serialization schema type. |
Custom |
Custom Serialization schema type. |
Json |
JSON Serialization schema type. |
Methods
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
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. |