Table of Contents

Property Filter

Namespace
LMKit.Retrieval
Assembly
LM-Kit.NET.dll

Filter

Gets or sets the filtering criteria used when processing data sources and sections.

public DataFilter Filter { get; set; }

Property Value

DataFilter

The filtering criteria, or null if no filtering is applied.

Remarks

When set, the Filter property allows custom filtering logic via delegate functions for both DataSource and Section objects.

During operations such as partition gathering, any data source or section for which the corresponding filter function returns true will be excluded from results.