Interface IExportDataDrain<T>
Interface of a drain of data to be exported.
public interface IExportDataDrain<T>
Type Parameters
T
- Extension Methods
Methods
Configure(IReadOnlyDictionary<string, object>)
Configure the export drain interface with configProperties
.
void Configure(IReadOnlyDictionary<string, object> configProperties)
Parameters
configProperties
IReadOnlyDictionary<string, object>
Drain(IEnumerable<T>)
Drain all the data provided by the dataEnumeration
to the export.
int Drain(IEnumerable<T> dataEnumeration)
Parameters
dataEnumeration
IEnumerable<T>
Returns
- int
Number of
T
(s) drained to the export