weaviate-client
Preparing search index...
AggregateResult
Type Alias AggregateResult<T, M>
type
AggregateResult
<
T
,
M
extends
PropertiesMetrics
<
T
>
|
undefined
=
undefined
>
=
{
properties
:
T
extends
undefined
?
Record
<
string
,
AggregateType
>
:
M
extends
MetricsInput
<
keyof
T
&
string
>
[]
?
{
[
K
in
M
[
number
]
as
K
[
"propertyName"
]
]
:
KindToAggregateType
<
K
[
"kind"
]
>
}
:
M
extends
MetricsInput
<
keyof
T
&
string
>
?
{
[
K
in
M
as
K
[
"propertyName"
]
]
:
KindToAggregateType
<
K
[
"kind"
]
>
}
:
undefined
;
totalCount
:
number
;
}
Type Parameters
T
M
extends
PropertiesMetrics
<
T
>
|
undefined
=
undefined
Index
Properties
properties
total
Count
Properties
properties
properties
:
T
extends
undefined
?
Record
<
string
,
AggregateType
>
:
M
extends
MetricsInput
<
keyof
T
&
string
>
[]
?
{
[
K
in
M
[
number
]
as
K
[
"propertyName"
]
]
:
KindToAggregateType
<
K
[
"kind"
]
>
}
:
M
extends
MetricsInput
<
keyof
T
&
string
>
?
{
[
K
in
M
as
K
[
"propertyName"
]
]
:
KindToAggregateType
<
K
[
"kind"
]
>
}
:
undefined
total
Count
totalCount
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
properties
total
Count
weaviate-client
Loading...