Class Intersect
The information about a intersect object.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class Intersect : Operator
Properties
IntersectType
Declaration
[JsonProperty(PropertyName = "intersectType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public Intersect.IntersectTypeEnum? IntersectType { get; set; }
Property Value
Type | Description |
---|---|
Intersect.IntersectTypeEnum? | intersectType |
IsAll
Declaration
[JsonProperty(PropertyName = "isAll")]
public bool? IsAll { get; set; }
Property Value
Type | Description |
---|---|
bool? | The information about the intersect all. |