| name | data type | description |
|---|---|---|
| fieldDefinitionPath | string | |
| toSetAccess | Access | |
| fieldName | string | |
| attributes | map of object | |
| streams | array of TempFile | |
| clashOption | ClashOptions | |
| parentPath | string |
Example
{
"fieldDefinitionPath" : "...",
"toSetAccess" : {
"_policy" : "RESTRICTED",
"_license" : "..."
},
"fieldName" : "...",
"attributes" : {
"property1" : { },
"property2" : { }
},
"streams" : [ {
"url" : "...",
"filename" : "...",
"id" : "..."
}, {
"url" : "...",
"filename" : "...",
"id" : "..."
} ],
"clashOption" : "APPEND",
"parentPath" : "..."
}