Skip to main content
Outputs the configuration of one or more existing streams.
SHOW STREAM Syntax
Listing options:
  • [<schema name>.]<stream name> - output the configuration of the given stream
  • <schema name>.* - output the configuration of all streams under the given schema
  • * - output the configuration of all streams

Parameters

<schema name>

Name of the schema containing the stream(s) to describe

<stream name>

Name of the stream to describe

Response

The response to DESCRIBE STREAM is a nine-column result set:

Examples

To show the configuration for a stream, kin_stream:
DESCRIBE STREAM Example