kotlin-client
kotlin-client
/
com.couchbase.client.kotlin.manager.query
/
QueryIndex
Query
Index
class
QueryIndex
(
keyspace
:
Keyspace
,
name
:
String
,
primary
:
Boolean
,
state
:
String
,
type
:
String
,
indexKey
:
List
<
String
>
,
condition
:
String
?
,
partition
:
String
?
,
raw
:
ByteArray
)
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
condition
Link copied to clipboard
val
condition
:
String
?
Content copied to clipboard
indexKey
Link copied to clipboard
val
indexKey
:
List
<
String
>
Content copied to clipboard
keyspace
Link copied to clipboard
val
keyspace
:
Keyspace
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
partition
Link copied to clipboard
val
partition
:
String
?
Content copied to clipboard
primary
Link copied to clipboard
val
primary
:
Boolean
Content copied to clipboard
raw
Link copied to clipboard
val
raw
:
ByteArray
Content copied to clipboard
state
Link copied to clipboard
val
state
:
String
Content copied to clipboard
type
Link copied to clipboard
val
type
:
String
Content copied to clipboard