Share via


NamespaceStream interface

Defines the stream properties.

Properties

destinations

Destinations for a stream.

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

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