ConnectionProperty Object

For Target API only. Contains information relating to one or more sets of additional connection properties associated with the asset, such as HTTP version or chunking, expressed as name/value pairs.

This object is used by the following operations:

  • Operations that reference the Endpoint object

The properties included in the ConnectionProperty object are listed below.

Property Type Description
Name string The name of the connection property.
Value string The value of the connection property.

Related Topics