AvroFormatSerialization Class
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.
Describes how data from an input is serialized or how data is serialized when written to an output in Avro format.
public class AvroFormatSerialization : Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsDataSerialization, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.Models.AvroFormatSerialization>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.Models.AvroFormatSerialization>
public class AvroFormatSerialization : Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsDataSerialization
type AvroFormatSerialization = class
inherit StreamAnalyticsDataSerialization
interface IJsonModel<AvroFormatSerialization>
interface IPersistableModel<AvroFormatSerialization>
type AvroFormatSerialization = class
inherit StreamAnalyticsDataSerialization
Public Class AvroFormatSerialization
Inherits StreamAnalyticsDataSerialization
Implements IJsonModel(Of AvroFormatSerialization), IPersistableModel(Of AvroFormatSerialization)
Public Class AvroFormatSerialization
Inherits StreamAnalyticsDataSerialization
- Inheritance
- Implements
Constructors
AvroFormatSerialization() |
Initializes a new instance of AvroFormatSerialization. |
Properties
Properties |
The properties that are associated with the Avro serialization type. Required on PUT (CreateOrReplace) requests. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET