JsonReadSettings 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 read settings.
public class JsonReadSettings : Azure.ResourceManager.DataFactory.Models.FormatReadSettings, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.JsonReadSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.JsonReadSettings>
public class JsonReadSettings : Azure.ResourceManager.DataFactory.Models.FormatReadSettings
type JsonReadSettings = class
inherit FormatReadSettings
interface IJsonModel<JsonReadSettings>
interface IPersistableModel<JsonReadSettings>
type JsonReadSettings = class
inherit FormatReadSettings
Public Class JsonReadSettings
Inherits FormatReadSettings
Implements IJsonModel(Of JsonReadSettings), IPersistableModel(Of JsonReadSettings)
Public Class JsonReadSettings
Inherits FormatReadSettings
- Inheritance
- Implements
Constructors
JsonReadSettings() |
Initializes a new instance of JsonReadSettings. |
Properties
AdditionalProperties |
Additional Properties To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
CompressionProperties |
Compression settings. Please note CompressionReadSettings is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include TarGzipReadSettings, TarReadSettings and ZipDeflateReadSettings. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from FormatReadSettings) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET