| Interface | Description |
|---|---|
| BulkEntityReadable | |
| BulkEntityReaderFactory | |
| BulkMapping<TEntity> |
Maps from a field on entity to a column in a CSV data row
|
| BulkObjectFactory | |
| BulkObjectReader | |
| BulkObjectWriter | |
| BulkOperationStatusProvider<TStatus> | |
| BulkOperationTracker<TStatus> | |
| BulkRecordReader | |
| Creator<T> |
| Class | Description |
|---|---|
| BulkEntityReader | |
| BulkObject |
A representation of a block of data (set of csv lines) provided in the
Bulk
File Schema.
|
| ComplexBulkMapping<TEntity> |
A bulk mapping with which to do complex transformation usually involving more
than one field
|
| ConditionalBulkMapping<TEntity,TProperty> | |
| Config | |
| CsvBulkEntityReaderFactory | |
| CsvHeaders |
Creates and provides a column name to positional index mapping
|
| DownloadStatusProvider | |
| DynamicColumnNameMapping<TEntity,TProperty> |
A bulk mapping which accepts a function to dynamically determine the column
for data to be stored at based on the entity
|
| EntityIterator |
Provides an iterable interface for the BulkStreamReader
|
| ExtractChildEntitiesIterator | |
| FormatVersion | |
| MappingHelpers | |
| PollingBulkOperationTracker<TStatus> | |
| RowValues |
Encapsulates a row of csv values and the corresponding header mappings for that array
|
| RowValuesCSVEntryConverter |
An entry converter which converts a RowValues object to a String array by
fetching the internal columns array
|
| SimpleBulkMapping<TEntity,TProperty> |
A simple bulk mapping which translates values from a single field to a single
column
|
| SimpleBulkObjectWriter | |
| SimpleBulkRecordReader |
Reads a bulk object and also its related data (for example corresponding
errors) from the stream
|
| SimpleBulkStreamReader |
Reads a bulk object and also its related data (for example corresponding
errors) from the stream
|
| StringExtensions | |
| StringTable |
Contains a large amount of String variable which serves as the canonical
source for Strings (particularly headers)
|
| TryResult<T> | |
| UploadStatusProvider |
Copyright © 2024. All rights reserved.