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