Table of Contents

Interface IPredicate

Namespace
MASES.KNet.Connect.Transforms.Predicates
Assembly
MASES.KNet.dll

.NET interface for Connector

public interface IPredicate : IVersion
Inherited Members

Methods

Close()

void Close()

Config()

ConfigDef Config()

Returns

ConfigDef

ConfigDef

Configure(Map<String, object>)

void Configure(Map<String, object> props)

Parameters

props Map<String, object>

Test(ConnectRecord)

bool Test(ConnectRecord record)

Parameters

record ConnectRecord

Returns

bool

bool

ToStringPredicate()

Returns a formatted string used from Predicate

string ToStringPredicate()

Returns

string

The formatted string