ParquetFormat Constructors
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.
Overloads
ParquetFormat() |
Initializes a new instance of the ParquetFormat class. |
ParquetFormat(IDictionary<String,Object>, Object, Object) |
Initializes a new instance of the ParquetFormat class. |
ParquetFormat()
Initializes a new instance of the ParquetFormat class.
public ParquetFormat ();
Public Sub New ()
Applies to
ParquetFormat(IDictionary<String,Object>, Object, Object)
Initializes a new instance of the ParquetFormat class.
public ParquetFormat (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object serializer = default, object deserializer = default);
new Microsoft.Azure.Management.DataFactory.Models.ParquetFormat : System.Collections.Generic.IDictionary<string, obj> * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.ParquetFormat
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
Azure SDK for .NET