kotlin-client
kotlin-client
/
com.couchbase.client.kotlin.manager.collection
/
ScopeSpec
Scope
Spec
class
ScopeSpec
Content copied to clipboard
Information about a scope and its child collections.
Functions
Properties
Functions
copy
Link copied to clipboard
fun
copy
(
name
:
String
=
this.name
,
collections
:
List
<
CollectionSpec
>
=
this.collections
)
:
ScopeSpec
Content copied to clipboard
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
collections
Link copied to clipboard
val
collections
:
List
<
CollectionSpec
>
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard