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