prorm API Reference
    Preparing search index...

    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
    indexName: string
    fieldName: string
    indexType?: string
    metricType?: string
    state: string
    indexedRows: string
    totalRows: string