| KalturaUsersCsvJobData |
| Properties |
Inherited from KalturaObjectBase
|
|
|
|
| Name |
Type |
Writable |
Restrictions |
Description |
| userName |
string |
V |
|
The users name |
| userMail |
string |
V |
|
The users email |
| outputPath |
string |
V |
|
The file location |
| sharedOutputPath |
string |
V |
|
|
|
| Name |
Type |
Writable |
Restrictions |
Description |
| metadataProfileId |
int |
V |
|
The metadata profile we should look the xpath in |
| additionalFields |
array of KalturaCsvAdditionalFieldInfo |
V |
|
The xpath to look in the metadataProfileId and the wanted csv field name |
| mappedFields |
array of KalturaKeyValue |
V |
|
Array of header names and their mapped user fields |
| options |
KalturaExportToCsvOptions |
V |
|
|
|
| Name |
Type |
Writable |
Restrictions |
Description |
| filter |
KalturaUserFilter |
V |
|
The filter should return the list of users that need to be specified in the csv. |
|