JsonWriteSettings 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
JsonWriteSettings() |
Initializes a new instance of the JsonWriteSettings class. |
JsonWriteSettings(IDictionary<String,Object>, Object) |
Initializes a new instance of the JsonWriteSettings class. |
JsonWriteSettings()
Initializes a new instance of the JsonWriteSettings class.
public JsonWriteSettings ();
Public Sub New ()
Applies to
JsonWriteSettings(IDictionary<String,Object>, Object)
Initializes a new instance of the JsonWriteSettings class.
public JsonWriteSettings (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object filePattern = default);
new Microsoft.Azure.Management.DataFactory.Models.JsonWriteSettings : System.Collections.Generic.IDictionary<string, obj> * obj -> Microsoft.Azure.Management.DataFactory.Models.JsonWriteSettings
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional filePattern As Object = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- filePattern
- Object
File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive.
Applies to
Azure SDK for .NET