ConnectionProperties interface

Definition of the connection properties.

Properties

connectionType

Gets or sets the connectionType of the connection.

creationTime

Gets the creation time.

description

Gets or sets the description.

fieldDefinitionValues

Gets the field definition values of the connection.

lastModifiedTime

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