SampleTable_Attachments
A child view of the SampleTable table, automatically generated to display the contents of attachment-type fields. This view provides detailed metadata for each file attached to records in SampleTable, including file properties and thumbnail information.
Columns
| Name | Type | Description |
| Internal_Id | String | The unique identifier assigned to each attachment record in this view. |
| CreatedTime | Datetime | Timestamp specifying when the field was created. |
| RowId | String | The unique identifier of the parent record in SampleTable to which the attachment belongs. |
| ColumnName | String | The name of the attachment-type column in SampleTable where the file is stored. |
| FileName | String | The original name of the attached file. |
| Size | Long | The size of the attached file, measured in bytes. |
| Type | String | The MIME type of the attached file, indicating its format, such as image/jpeg or application/pdf. |
| URL | String | The direct URL link to access or download the attached file. |
| thumbnails_full_height | Int | The height, in pixels, of the full-size thumbnail image generated for the attachment. |
| thumbnails_full_url | String | The URL for the full-size thumbnail image of the attachment. |
| thumbnails_full_width | Int | The width, in pixels, of the full-size thumbnail image generated for the attachment. |
| thumbnails_large_height | Int | The height, in pixels, of the large thumbnail image generated for the attachment. |
| thumbnails_large_url | String | The URL for the large thumbnail image of the attachment. |
| thumbnails_large_width | Int | The width, in pixels, of the large thumbnail image generated for the attachment. |
| thumbnails_small_height | Int | The height, in pixels, of the small thumbnail image generated for the attachment. |
| thumbnails_small_url | String | The URL for the small thumbnail image of the attachment. |
| thumbnails_small_width | Int | The width, in pixels, of the small thumbnail image generated for the attachment. |