Type alias CollectionConfigUpdate

CollectionConfigUpdate: {
    description?: string;
    invertedIndex?: InvertedIndexConfigUpdate;
    replication?: ReplicationConfigUpdate;
    vectorizers?: VectorConfigUpdate<undefined, VectorIndexType> | VectorConfigUpdate<string, VectorIndexType>[];
}

Type declaration