Sdílet prostřednictvím


SchemaFormat Struct

Definition

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.

Applies to