Home > @i2analyze/i2connect > connectors > IRegisteredStorage
connectors.IRegisteredStorage interface
The public interface for a registered storage instance.
Signature:
interface IRegisteredStorage
Introduced: API version 2.4
Properties
| Property | Type | Description |
|---|---|---|
| authHandler? | (fileId: string, userInformation: ICookieUserInformation) => Promise<void> | void | (Optional) Gets the configured authHandler. |
| location | string | Gets the configured location. |
Methods
| Method | Description |
|---|---|
| writeFile(params) | Writes a file to the storage in a connector specific location. |