|
Soong
Soong provides a general-purpose ETL library for data migration.
|
Common implementation details for loaders. More...
Public Member Functions | ||||
| getProperties () | ||||
List the properties available in records generated by this extractor.
| ||||
| getKeyProperties () | ||||
List the properties which form a unique key for the extracted data.
| ||||
Public Member Functions inherited from OptionsResolverComponent | ||||
| getConfigurationValue (string $optionName) | ||||
Retrieve a configuration value for a named option.
| ||||
| getAllConfigurationValues () | ||||
Retrieve a list of all available configuration values.
| ||||
Public Member Functions inherited from Loader | ||||
| __invoke (RecordPayload $payload) | ||||
| This needs to return disposition (success, failure) and key of result. More... | ||||
| delete (array $key) | ||||
| Remove a record which has been loaded from the destination. More... | ||||
Protected Member Functions | |
| optionDefinitions () | |
Protected Member Functions inherited from OptionsResolverComponent | |
| optionDefinitions () | |
| List of definition arrays for each option supported by the component. More... | |
Additional Inherited Members | |
Protected Attributes inherited from OptionsResolverComponent | |
| $configuration = [] | |
| Resolved configuration for the component. More... | |
| $resolver | |
| Use Symfony OptionsResolver as our default configuration manager. More... | |
Common implementation details for loaders.
|
protected |
| getProperties | ( | ) |
List the properties available in records generated by this extractor.
Implements PropertyList.
| getKeyProperties | ( | ) |
List the properties which form a unique key for the extracted data.
Implements PropertyList.