Skip to main content

Enum FuzzyLookupTransformMatchIndexOption

Namespace: Varigence.Languages.Biml.Transformation

Assembly: Biml.dll

C#


public enum FuzzyLookupTransformMatchIndexOption

Fields

FieldsDescription
CreateNewIndexSpecifies that a new index will be created by not saved.
GenerateAndMaintainNewIndexSpecifies that a new index will be created, saved, and maintained.
GenerateAndPersistNewIndexSpecifies that a new index will be created, and saved, but not maintained.
ReuseExistingIndexSpecifies that an existing index will be reused.