Bagikan melalui


SkipErrorFile Class

Definition

Skip error file.

public class SkipErrorFile
type SkipErrorFile = class
Public Class SkipErrorFile
Inheritance
SkipErrorFile

Constructors

SkipErrorFile()

Initializes a new instance of the SkipErrorFile class.

SkipErrorFile(Object, Object)

Initializes a new instance of the SkipErrorFile class.

Properties

DataInconsistency

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

FileMissing

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

Applies to