Share via


AvroFormat Constructors

Definition

Overloads

AvroFormat()

Initializes a new instance of the AvroFormat class.

AvroFormat(IDictionary<String,Object>, Object, Object)

Initializes a new instance of the AvroFormat class.

AvroFormat()

Initializes a new instance of the AvroFormat class.

public AvroFormat ();
Public Sub New ()

Applies to

AvroFormat(IDictionary<String,Object>, Object, Object)

Initializes a new instance of the AvroFormat class.

public AvroFormat (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object serializer = default, object deserializer = default);
new Microsoft.Azure.Management.DataFactory.Models.AvroFormat : System.Collections.Generic.IDictionary<string, obj> * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.AvroFormat
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional serializer As Object = Nothing, Optional deserializer As Object = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

serializer
Object

Serializer. Type: string (or Expression with resultType string).

deserializer
Object

Deserializer. Type: string (or Expression with resultType string).

Applies to