Import |
public class ImportWithFileNameDerivedPropertiesDataSourceOptions : IImmutable, IEquatable<ImportWithFileNameDerivedPropertiesDataSourceOptions>
The ImportWithFileNameDerivedPropertiesDataSourceOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| ImportWithFileNameDerivedPropertiesDataSourceOptions | Initializes a new instance of the ImportWithFileNameDerivedPropertiesDataSourceOptions class |
| Name | Description | |
|---|---|---|
| ActionsOnProperties | Designate, which properties should be put into which property bag. The level indicates the level of the property bag, where 0 is the property bag of the target table, -1 is the property bag of the parent folder, -2 is the property bag of the grandparent folder, and so on. | |
| BehaviorOnConflictWithExistingProperties | Gets or sets the behavior when there is a conflict with existing properties in the target property bag. The default is to override the existing properties with the new values. | |
| NameSplitter | The name splitter to use for extracting properties from the file name. The default is a PathToFileNameSplitter, which extracts properties from the file name based on a predefined pattern. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |