attachmentFieldMappings property

List<ConfluenceAttachmentToIndexFieldMapping>? attachmentFieldMappings
final

Defines how attachment metadata fields should be mapped to index fields. Before you can map a field, you must first create an index field with a matching type using the console or the UpdateIndex operation.

If you specify the AttachentFieldMappings parameter, you must specify at least one field mapping.

Implementation

final List<ConfluenceAttachmentToIndexFieldMapping>? attachmentFieldMappings;