ibm-cloud-sdk-core
Version:
Core functionality to support SDKs generated with IBM's OpenAPI SDK Generator.
55 lines (26 loc) • 699 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [ibm-cloud-sdk-core](./ibm-cloud-sdk-core.md) > [FileStream](./ibm-cloud-sdk-core.filestream.md)
## FileStream interface
**Signature:**
```typescript
export interface FileStream extends NodeJS.ReadableStream
```
**Extends:** NodeJS.ReadableStream
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[path](./ibm-cloud-sdk-core.filestream.path.md)
</td><td>
</td><td>
string \| Buffer
</td><td>
</td></tr>
</tbody></table>