Home > @i2analyze/i2connect > utility > IWriteFileParams
utility.IWriteFileParams interface
The parameters for the writeFile method of IRegisteredStorage.
Signature:
interface IWriteFileParams
Introduced: API version 2.4
Properties
| Property | Type | Description |
|---|---|---|
| fileContent | string | Buffer | Uint8Array | Gets or sets the file contents as a string, Buffer, or Uint8Array. |
| fileId | string | Gets or sets the file identifier (must contain only letters, numbers, ".", "_", or "-"). |