Home > @i2analyze/i2connect > records > IStaticSourceReference
records.IStaticSourceReference interface
A source reference for a record belonging to the registered storage.
Signature:
interface IStaticSourceReference
Introduced: API version 2.4
Properties
| Property | Type | Description |
|---|---|---|
| description? | string | (Optional) Gets the description of the source that the source reference describes. |
| fileId | string | Gets the file id that the source reference describes. |
| fileType | 'image' | 'file' | Gets the file type that the source reference describes. |
| name | string | Gets the name of the source that the source reference describes. |
| type? | string | (Optional) Gets the type of the source that the source reference describes. |