JsonWriteSettings 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.
Json write settings.
public class JsonWriteSettings : Microsoft.Azure.Management.DataFactory.Models.FormatWriteSettings
type JsonWriteSettings = class
inherit FormatWriteSettings
Public Class JsonWriteSettings
Inherits FormatWriteSettings
- Inheritance
Constructors
JsonWriteSettings() |
Initializes a new instance of the JsonWriteSettings class. |
JsonWriteSettings(IDictionary<String,Object>, Object) |
Initializes a new instance of the JsonWriteSettings class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from FormatWriteSettings) |
FilePattern |
Gets or sets 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