Preparing search index...
The search index is not available
@ibm-cloud/cloudant - v0.11.0
@ibm-cloud/cloudant
CloudantV1
SearchResult
Transport
Interface Transport
interface
Transport
{
bookmark
?:
string
;
by
?:
string
;
counts
?:
{
[
key
:
string
]
:
JsonObject
;
}
;
groups
?:
SearchResultProperties
[]
;
ranges
?:
{
[
key
:
string
]
:
JsonObject
;
}
;
rows
:
SearchResultRow
[]
;
total_rows
:
number
;
}
Index
Properties
bookmark?
by?
counts?
groups?
ranges?
rows
total_
rows
Properties
Optional
bookmark
bookmark
?:
string
Optional
by
by
?:
string
Optional
counts
counts
?:
{
[
key
:
string
]
:
JsonObject
;
}
Optional
groups
groups
?:
SearchResultProperties
[]
Optional
ranges
ranges
?:
{
[
key
:
string
]
:
JsonObject
;
}
rows
rows
:
SearchResultRow
[]
total_
rows
total_
rows
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bookmark
by
counts
groups
ranges
rows
total_
rows
@ibm-cloud/cloudant - v0.11.0
Loading...