prorm API Reference
← Documentation
GitLab
Preparing search index...
index
MilvusIndexInfo
Interface MilvusIndexInfo
Result of a
describeIndex()
/
listIndexes()
call.
interface
MilvusIndexInfo
{
indexName
:
string
;
fieldName
:
string
;
indexType
?:
string
;
metricType
?:
string
;
state
:
string
;
indexedRows
:
string
;
totalRows
:
string
;
}
Index
Properties
index
Name
field
Name
index
Type?
metric
Type?
state
indexed
Rows
total
Rows
Properties
index
Name
indexName
:
string
field
Name
fieldName
:
string
Optional
index
Type
indexType
?:
string
Optional
metric
Type
metricType
?:
string
state
state
:
string
indexed
Rows
indexedRows
:
string
total
Rows
totalRows
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
index
Name
field
Name
index
Type
metric
Type
state
indexed
Rows
total
Rows
← Documentation
GitLab
prorm API Reference
Loading...
Result of a
describeIndex()/listIndexes()call.