TraversalSpec

TraversalSpec
TraversalSpec

The TraversalSpec data object type specifies how to derive a new set of objects to add to the filter.

It specifies a property path whose value is either another managed object or an array of managed objects included in the set of objects for consideration. This data object can also be named, using the "name" field in the base type.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "name": "string",
    "type": "string",
    "path": "string",
    "skip": false,
    "selectSet": [
        {
            "_typeName": "string",
            "name": "string"
        }
    ]
}
string
type
Required

Name of the object type containing the property.

string
path
Required

Name of the property to use in order to select additional objects.

boolean
skip
Optional

Flag to indicate whether or not to filter the object in the "path" field.

selectSet
Optional

Optional set of selections to specify additional objects to filter.