ConnectionProperties interface
Definition of the connection properties.
Properties
| connection |
Gets or sets the connectionType of the connection. |
| creation |
Gets the creation time. |
| description | Gets or sets the description. |
| field |
Gets the field definition values of the connection. |
| last |
Gets the last modified time. |
Property Details
connectionType
Gets or sets the connectionType of the connection.
connectionType?: ConnectionTypeAssociationProperty
Property Value
creationTime
Gets the creation time.
creationTime?: Date
Property Value
Date
description
Gets or sets the description.
description?: string
Property Value
string
fieldDefinitionValues
Gets the field definition values of the connection.
fieldDefinitionValues?: Record<string, string>
Property Value
Record<string, string>
lastModifiedTime
Gets the last modified time.
lastModifiedTime?: Date
Property Value
Date