Custom Entity DefinitionReg Ex Search Length Property
Determines the maximum number of characters after (RegularExpressionAfter), before (RegularExpressionBefore)
or before and after (RegularExpressionBeforeAndAfter) to use for RegularExpression search.
See property RegularExpression for more information. The default value is 50 characters and this includes any whitespace characters.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Settings.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public int RegExSearchLength { get; set; }