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

# Interface: IStorageWriteFileRequest

Request for writing file contents.

**Extends:** [`IStoragePathRequest`](IStoragePathRequest.md)

## Properties

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

Property

</th><th>

Modifiers

</th><th>

Type

</th><th>

Description

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

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

</td><td>

`readonly`

</td><td>

string

</td><td>



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

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

</td><td>

`readonly`

</td><td>

string

</td><td>



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

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

</td><td>

`readonly`

</td><td>

string

</td><td>



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

[namespace](./IStoragePathRequest.namespace.md)

</td><td>

`readonly`

</td><td>

string

</td><td>



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