RTI Connext .Net APIs  Version 5.2.0
 All Classes Namespaces Functions Variables Enumerations Properties Groups Pages
DDS::ExpressionProperty Struct Reference

Provides additional information about the filter expression passed to DDS::IWriterContentFilter::writer_compile. More...

#include <managed_topic.h>

Public Attributes

System::Boolean writer_side_filter_optimization
 Indicates if the filter implementation can cache the filtering result for the provided expression.
 

Detailed Description

Provides additional information about the filter expression passed to DDS::IWriterContentFilter::writer_compile.

It is used by the filter implementation to indicate to the middleware whether or not the DDS::IWriterContentFilter will cache the result of filter evaluation.

Member Data Documentation

System::Boolean DDS::ExpressionProperty::writer_side_filter_optimization

Indicates if the filter implementation can cache the filtering result for the provided expression.

When this field is set to true, RTI Connext will do no caching or explicit filter evaluation for the associated DDS::DataReader. Instead, it will rely on the filter implementation to provide appropriate results.


RTI Connext .Net APIs Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc