CustomEntity.FuzzyEditDistance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defaults to 0. Maximum value of 5. Denotes the acceptable number of divergent characters that would still constitute a match with the entity name. The smallest possible fuzziness for any given match is returned. For instance, if the edit distance is set to 3, "Windows10" would still match "Windows", "Windows10" and "Windows 7". When case sensitivity is set to false, case differences do NOT count towards fuzziness tolerance, but otherwise do.
public int? FuzzyEditDistance { get; set; }
member this.FuzzyEditDistance : Nullable<int> with get, set
Public Property FuzzyEditDistance As Nullable(Of Integer)
Property Value
Applies to
Azure SDK for .NET