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
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). |