exclusionPatterns

@JvmName(name = "mhqyiuwhfkxwxvkq")
suspend fun exclusionPatterns(value: Output<List<String>>)
@JvmName(name = "awthtlufowrgbqxg")
suspend fun exclusionPatterns(value: List<String>?)

Parameters

value

A list of regular expression patterns to exclude certain documents in your OneDrive. Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index. The pattern is applied to the file name.


@JvmName(name = "vxptjgxvklmmuvsp")
suspend fun exclusionPatterns(vararg values: Output<String>)


@JvmName(name = "msmogescytetbxlv")
suspend fun exclusionPatterns(values: List<Output<String>>)
@JvmName(name = "equfwtwifvadkckn")
suspend fun exclusionPatterns(vararg values: String)

Parameters

values

A list of regular expression patterns to exclude certain documents in your OneDrive. Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index. The pattern is applied to the file name.