Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Fetch Files
Output representation for a fetch optimization files operation.
Contains a map of the files created in the org for the specified optimization
request.
- JSON example
-
1{ 2 "createdFiles": { 3 "property1": { 4 "contentVersionId": "string", 5 "success": true 6 }, 7 "property2": { 8 "contentVersionId": "string", 9 "success": true 10 } 11 } 12}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| createdFiles | Map<String, Created File> | Map of file names to their corresponding file creation details. Each key is the name of a file associated with the optimization request. Each value contains the Content Version ID and a success indicator. | Small, 66.0 | 66.0 |