JsonWriteSettings Class

Definition

Json write settings.

public class JsonWriteSettings : Microsoft.Azure.Management.DataFactory.Models.FormatWriteSettings
type JsonWriteSettings = class
    inherit FormatWriteSettings
Public Class JsonWriteSettings
Inherits FormatWriteSettings
Inheritance
JsonWriteSettings

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