Class FileSource
Represents a file source which is capable of files manipulation.
public abstract class FileSource : Source
- Inheritance
-
FileSource
- Derived
- Inherited Members
Constructors
FileSource()
protected FileSource()
Properties
IsTemporal
Gets a value indicating whether file will be temporal.
public abstract bool IsTemporal { get; }
Property Value
- bool
true
if file will be temporal; otherwise,false
.