Data structures
FTHStoreMetadataItemData
Contains data from the actions performed on files and folders metadata
| Data Type | Field Name | Description |
|---|---|---|
| int | MetadataID | ID of a metadata item |
| string | Name | Name of metadata item |
| int | DataType | Metadata type, extendable |
| object | Data | Metadata value |
FTHMetadataKeyValue
Contains key-value data from metadata
| Data Type | Field Name | Description |
|---|---|---|
| string | Key | Key of metadata item |
| object | Value | Metadata value |
FTHUploadInfo
RetrieveUploadInfoData
Contains key-value data from metadata
| Data Type | Field Name | Description |
|---|---|---|
| FTHFolderUploadInfo[] | Folders | Array of information on uploaded folders |
| FTHFileUploadInfo[] | Files | Array of information on uploaded files |
THFolderUploadInfo
Contains key-value data from metadata
| FTHFolderUploadInfo[] | Folders | Array of information on uploaded subfolders in a folder |
|---|---|---|
| FTHFileUploadInfo[] | Files | Array of information on uploaded files in a folder |
| FTHFolderData | FolderData | Metadata for this folder |
| string | AccessId | ID to access folder with no authentication, reserved for future use |
FTHFileUploadInfo
Contains key-value data from metadata
| Data Type | Field Name | Description |
|---|---|---|
| FTHFileData | FileData | Metadata for this file |
| string | AccessId | ID to download the file with no authentication. Was named ExternalDownloadToken in the previous server versions |
| int | BaseFileId | File ID of the first(base) version of the file, can be used by any API calls that can use FIleID. |
Was this topic helpful?