create Index
suspend fun createIndex(keyspace: Keyspace, indexName: String, fields: Collection<String>, common: CommonOptions = CommonOptions.Default, ignoreIfExists: Boolean = false, deferred: Boolean = false, numReplicas: Int? = null, with: Map<String, Any?> = emptyMap())
Content copied to clipboard
Creates a secondary index.