The following tables list the members exposed by the ConnectorInfo type.

Name Description
Public property allow_client_manual_sync
Public property configuration
Public property constants
Public property custom_field_default_mappings
Public property download_link
Public property frequency_seconds The frequency in seconds that this connector should be executed
Public property friendly_name The user-friendly name for this connector
Public property id
Public property id_id
Public property id_serverid
Public property is_scheduled Is this connector enabled to run?
Public property last_run_timestamp The timestamp that this connector last ran
Public property logs
Public property mappings
Public property parent_project_constant
Public property run_as_user_id User to execute any connector queries against the database with
Public property skip_debug_logging
Public property test_run_accepted Has the test mode been run and accepted by the user?
Public property type_name The fully qualified type name to use to process this connector data. The class must implement IConnector
Top