AutomaticMetadataRequest
The definition of an automatic value.
Name | Description | Type |
---|---|---|
upload_ids | The upload session IDs associated with the metadata request. If the metadata request is pointed for existing object, the existing files are used instead. | number[] |
object_type_id | The object type of object that is about to be created. | number |
obj_ver | The object version if the automatic metadata request is pointed for existing object. | ObjVer |
properties | The property values of the object. | PropertyValue[] |
services | List of requested metadata providers. Empty if all metadata providers are applied. | string[] |
custom_data | The custom data for metadata providers. | string |
Example
{
"upload_ids": [] /* Array of number */,
"object_type_id": 0,
"obj_ver": {
"obj_id": {
"type": 0,
"item_id": {
"internal_id": 0,
"external_repository_id": {
"connection": "<!< The external repository connection identifier.>",
"item": "<item>"
}
}
},
"version": {
"type": 7 /* Enum: ObjVerVersionType */,
"internal_version": 0,
"external_repository_version": "<external_repository_version>",
"external_repository_sort_key": 0
}
},
"properties": [] /* Array of PropertyValue */,
"services": [] /* Array of string */,
"custom_data": "<!< The custom data for metadata providers.>"
}