Share via


NamespaceDiscoveredStream interface

Defines the stream properties.

Properties

destinations

Destinations for a stream.

lastUpdatedOn

Timestamp (in UTC) indicating when the stream was added or modified.

name

Name of the stream definition.

streamConfiguration

Stringified JSON that contains connector-specific configuration for the specific stream.

typeRef

URI or type definition ID.

Property Details

destinations

Destinations for a stream.

destinations?: StreamDestinationUnion[]

Property Value

lastUpdatedOn

Timestamp (in UTC) indicating when the stream was added or modified.

lastUpdatedOn?: Date

Property Value

Date

name

Name of the stream definition.

name: string

Property Value

string

streamConfiguration

Stringified JSON that contains connector-specific configuration for the specific stream.

streamConfiguration?: string

Property Value

string

typeRef

URI or type definition ID.

typeRef?: string

Property Value

string