Class: IndexStruct
The underlying structure of each index.
Hierarchy
Constructors
constructor
• new IndexStruct(indexId?
, summary?
)
Parameters
Name | Type | Default value |
---|---|---|
indexId | string | undefined |
summary | undefined | undefined |
Defined in
Properties
indexId
• indexId: string
Defined in
summary
• Optional
summary: string
Defined in
Methods
getSummary
▸ getSummary(): string
Returns
string
Defined in
toJson
▸ toJson(): Record
<string
, unknown
>
Returns
Record
<string
, unknown
>