[I] SdkStreamMetadata
Metadata about a streaming operation body or response. Present when the body/response is a streaming type (e.g. JsonlStream, SSEStream).
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
bodyType | SdkType | The type of the property decorated with @body (e.g. string, bytes). |
contentTypes | string[] | Content types associated with this stream (e.g. [“application/jsonl”], [“text/event-stream”]). |
originalType | SdkType | The stream model type itself (e.g. HttpStream, JsonlStream, SSEStream). |
streamType | SdkType | The payload model type being streamed (e.g. Thing from JsonlStream |