C# Class Semantria.Com.Workers.FileSystemDataProvider

Inheritance: IDataProvider
Afficher le fichier Open project: Semantria/semantria-sdk

Méthodes publiques

Méthode 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 méthode

public FileSystemDataProvider ( string dirPath ) : System
dirPath string
Résultat System

FileSystemDataProvider() public méthode

public FileSystemDataProvider ( string dirPath, string fileMask ) : System
dirPath string
fileMask string
Résultat System

Initialize() public méthode

public Initialize ( ) : bool
Résultat bool

ReadBatch() public méthode

public ReadBatch ( int size ) : List
size int
Résultat List

ReadNext() public méthode

public ReadNext ( ) : dynamic
Résultat dynamic

Reschedule() public méthode

public Reschedule ( dynamic record ) : bool
record dynamic
Résultat bool

RescheduleBatch() public méthode

public RescheduleBatch ( List batch ) : bool
batch List
Résultat bool