Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SourceConnectorPlugin

A connector plugin for fetching data from a source service. For configuration instructions, see Creating a Connector.

Properties

displayName

displayName: string

A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information.

Optional estimatedThroughput

estimatedThroughput: model.EstimatedThroughput

The estimated throughput range (LOW, MEDIUM, HIGH).

Const kind

kind: string = "SOURCE"

lifecycleState

The current state of the service connector.

Optional maxRetention

maxRetention: undefined | string

The estimated maximum period of time the data will be kept at the source. The duration is specified as a string in ISO 8601 format (P1D for one day or P30D for thrity days).

name

name: string

The service to be called by the connector plugin. Example: {@code QueueSource}

Optional schema

schema: undefined | string

Gets the specified connector plugin configuration information in OpenAPI specification format.

timeCreated

timeCreated: Date

The date and time when this plugin became available. Format is defined by RFC3339. Example: {@code 2023-09-09T21:10:29.600Z}

Methods

getDeserializedJsonObj

getJsonObj