Show / Hide Table of Contents

Class Minus

The information about a minus object.

Inheritance
object
Operator
Minus
Inherited Members
Operator.Key
Operator.ModelVersion
Operator.ParentRef
Operator.Name
Operator.Description
Operator.ObjectVersion
Operator.InputPorts
Operator.OutputPorts
Operator.ObjectStatus
Operator.Identifier
Operator.Parameters
Operator.OpConfigValues
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 Minus : Operator

Properties

IsAll

Declaration
[JsonProperty(PropertyName = "isAll")]
public bool? IsAll { get; set; }
Property Value
Type Description
bool?

The information about the minus all.

MinusType

Declaration
[JsonProperty(PropertyName = "minusType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public Minus.MinusTypeEnum? MinusType { get; set; }
Property Value
Type Description
Minus.MinusTypeEnum?

minusType

In this article
Back to top