C# Class Semantria.Com.Workers.FileSystemDataProvider

Inheritance: IDataProvider
Show file Open project: Semantria/semantria-sdk

Public Methods

Method Description
FileSystemDataProvider ( string dirPath ) : System
FileSystemDataProvider ( string dirPath, string fileMask ) : System
Initialize ( ) : bool
ReadBatch ( int size ) : List
ReadNext ( ) : dynamic
Reschedule ( dynamic record ) : bool
RescheduleBatch ( List batch ) : bool

Method Details

FileSystemDataProvider() public method

public FileSystemDataProvider ( string dirPath ) : System
dirPath string
return System

FileSystemDataProvider() public method

public FileSystemDataProvider ( string dirPath, string fileMask ) : System
dirPath string
fileMask string
return System

Initialize() public method

public Initialize ( ) : bool
return bool

ReadBatch() public method

public ReadBatch ( int size ) : List
size int
return List

ReadNext() public method

public ReadNext ( ) : dynamic
return dynamic

Reschedule() public method

public Reschedule ( dynamic record ) : bool
record dynamic
return bool

RescheduleBatch() public method

public RescheduleBatch ( List batch ) : bool
batch List
return bool