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