2.4.5.1 Data Structures
2.4.5.1.1 FTHStoreMetadataItemData
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 |
2.4.5.1.2 FTHMetadataKeyValue
FTHMetadataKeyValue
Contains key-value data from metadata
Data Type | Field Name | Description |
---|---|---|
string | Key | Key of metadata item |
object | Value | Metadata value |
2.4.5.1.3 FTHUploadInfo
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 |
2.4.5.1.4 FTHFolderUploadInfo
FTHFolderUploadInfo
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 |
2.4.5.1.5 FTHFileUploadInfo
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. |