Share via


SkipErrorFile Constructors

Definition

Overloads

SkipErrorFile()

Initializes a new instance of the SkipErrorFile class.

SkipErrorFile(Object, Object)

Initializes a new instance of the SkipErrorFile class.

SkipErrorFile()

Initializes a new instance of the SkipErrorFile class.

public SkipErrorFile ();
Public Sub New ()

Applies to

SkipErrorFile(Object, Object)

Initializes a new instance of the SkipErrorFile class.

public SkipErrorFile (object fileMissing = default, object dataInconsistency = default);
new Microsoft.Azure.Management.DataFactory.Models.SkipErrorFile : obj * obj -> Microsoft.Azure.Management.DataFactory.Models.SkipErrorFile
Public Sub New (Optional fileMissing As Object = Nothing, Optional dataInconsistency As Object = Nothing)

Parameters

fileMissing
Object

Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean).

dataInconsistency
Object

Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).

Applies to