ibm-cloud-sdk-core
Version:
Core functionality to support SDKs generated with IBM's OpenAPI SDK Generator.
88 lines (39 loc) • 976 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) > [FileWithMetadata](./ibm-cloud-sdk-core.filewithmetadata.md)
## FileWithMetadata interface
**Signature:**
```typescript
export interface FileWithMetadata
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[contentType](./ibm-cloud-sdk-core.filewithmetadata.contenttype.md)
</td><td>
</td><td>
string
</td><td>
</td></tr>
<tr><td>
[data](./ibm-cloud-sdk-core.filewithmetadata.data.md)
</td><td>
</td><td>
NodeJS.ReadableStream \| Buffer
</td><td>
</td></tr>
<tr><td>
[filename](./ibm-cloud-sdk-core.filewithmetadata.filename.md)
</td><td>
</td><td>
string
</td><td>
</td></tr>
</tbody></table>