SizeBytesFieldNames
A comma-separated list of Salesforce fields to use to populate the file size metadata returned by the identifiers action. The connector checks the fields in the order you specify and uses the first that it finds.
The identifiers action returns this information only when you set the ShowMetadata
action parameter and include the sizeBytes
option.
Type: | String (comma-separated list) |
Default: | ContentSize, BodyLength, ByteLength |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | SizeBytesFieldNames=ContentSize,BodyLength,ByteLength
|
See Also: |