physical_association
The physical_association
command creates and deletes physical associations, and also to update and
retrieve the properties of a physical association.
The following table lists the properties of a physical association,
describes each of them, and specifies whether each property is applicable
in an HTTP POST
or PUT
method (as
an input), or in an HTTP GET
method (as an output).
Name | Description | HTTP methods |
---|---|---|
parent |
id of the parent physical join. |
POST |
leftColumn |
Name of the left column. |
|
operator |
Operator that is used to join left and right
columns. Can be one of none , equals , notEquals , lessThan , greaterThan , lessThanOrEquals ,
or greaterThanOrEquals . |
|
rightColumn |
Name of the right column. |
|