FuzzyLookupTransformMatchIndexOption Enumeration
The FuzzyLookupTransformMatchIndexOption enumeration provides options for how match indexes into the reference dataset from row matches are saved to the index table.
Enumeration Values
Name | Summary |
---|---|
CreateNewIndex | Specifies that a new index will be created by not saved. |
ReuseExistingIndex | Specifies that an existing index will be reused. |
GenerateAndMaintainNewIndex | Specifies that a new index will be created, saved, and maintained. |
GenerateAndPersistNewIndex | Specifies that a new index will be created, and saved, but not maintained. |