prefixMatch

@JvmName(name = "lkeiyavwddnvbkmq")
suspend fun prefixMatch(value: Output<List<String>>)
@JvmName(name = "ohsavrpannkpoybx")
suspend fun prefixMatch(value: List<String>?)

Parameters

value

Optional. Filters the results to replicate only blobs whose names begin with the specified prefix.


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


@JvmName(name = "qdtcnikeuqnngadk")
suspend fun prefixMatch(values: List<Output<String>>)
@JvmName(name = "uqlslcboigwjeppb")
suspend fun prefixMatch(vararg values: String)

Parameters

values

Optional. Filters the results to replicate only blobs whose names begin with the specified prefix.