BinaryReadSettings 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.
Binary read settings.
public class BinaryReadSettings : Azure.ResourceManager.DataFactory.Models.FormatReadSettings, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.BinaryReadSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.BinaryReadSettings>
public class BinaryReadSettings : Azure.ResourceManager.DataFactory.Models.FormatReadSettings
type BinaryReadSettings = class
inherit FormatReadSettings
interface IJsonModel<BinaryReadSettings>
interface IPersistableModel<BinaryReadSettings>
type BinaryReadSettings = class
inherit FormatReadSettings
Public Class BinaryReadSettings
Inherits FormatReadSettings
Implements IJsonModel(Of BinaryReadSettings), IPersistableModel(Of BinaryReadSettings)
Public Class BinaryReadSettings
Inherits FormatReadSettings
- Inheritance
- Implements
Constructors
BinaryReadSettings() |
Initializes a new instance of BinaryReadSettings. |
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) |