DataSourceServiceNowKnowledgeArticleConfiguration

data class DataSourceServiceNowKnowledgeArticleConfiguration(val crawlAttachments: Boolean? = null, val documentDataFieldName: String, val documentTitleFieldName: String? = null, val excludeAttachmentFilePatterns: List<String>? = null, val fieldMappings: List<DataSourceToIndexFieldMapping>? = null, val filterQuery: String? = null, val includeAttachmentFilePatterns: List<String>? = null)

Constructors

fun DataSourceServiceNowKnowledgeArticleConfiguration(crawlAttachments: Boolean? = null, documentDataFieldName: String, documentTitleFieldName: String? = null, excludeAttachmentFilePatterns: List<String>? = null, fieldMappings: List<DataSourceToIndexFieldMapping>? = null, filterQuery: String? = null, includeAttachmentFilePatterns: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val filterQuery: String? = null