Show / Hide Table of Contents

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.

Inheritance
object
PushDownOperation
FilterPush
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top