Specifies the information about a stream.
Data structure
message Stream {
required string stream_id = 1;
required string table_name = 2;
required int64 creation_time = 3;
}
Parameter | Type | Required | Description |
stream_id | string | Yes | The ID of the stream. |
table_name | string | Yes | The name of the data table. |
creation_time | int64 | Yes | The time when the data table was created. |