Class FilterPush
The information about a filter operator. The filter operator lets you select certain attributes from the inbound port to continue downstream to the outbound port.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class FilterPush : PushDownOperation
Properties
FilterCondition
Declaration
[JsonProperty(PropertyName = "filterCondition")]
public string FilterCondition { get; set; }
Property Value
Type | Description |
---|---|
string | The filter condition. |