[Home](../README.md) > IStorageFileResponse

# Interface: IStorageFileResponse

Response for reading a file.

## Properties

<table><thead><tr><th>

Property

</th><th>

Modifiers

</th><th>

Type

</th><th>

Description

</th></tr></thead>
<tbody>
<tr><td>

[path](./IStorageFileResponse.path.md)

</td><td>

`readonly`

</td><td>

string

</td><td>



</td></tr>
<tr><td>

[contents](./IStorageFileResponse.contents.md)

</td><td>

`readonly`

</td><td>

string

</td><td>



</td></tr>
<tr><td>

[contentType](./IStorageFileResponse.contentType.md)

</td><td>

`readonly`

</td><td>

string

</td><td>



</td></tr>
</tbody></table>
