SkipErrorFile 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.
Skip error file.
public class SkipErrorFile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.SkipErrorFile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.SkipErrorFile>
public class SkipErrorFile
type SkipErrorFile = class
interface IJsonModel<SkipErrorFile>
interface IPersistableModel<SkipErrorFile>
type SkipErrorFile = class
Public Class SkipErrorFile
Implements IJsonModel(Of SkipErrorFile), IPersistableModel(Of SkipErrorFile)
Public Class SkipErrorFile
- Inheritance
-
SkipErrorFile
- Implements
Constructors
SkipErrorFile() |
Initializes a new instance of SkipErrorFile. |
Properties
DataInconsistency |
Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean). |
FileMissing |
Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean). |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SkipErrorFile>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SkipErrorFile>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SkipErrorFile>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SkipErrorFile>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SkipErrorFile>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET