PutAllAsync Method
PutAllAsync(IDictionary<TKey, IVectorDocument<TValue>>)
Puts all the specified vector documents into the collection.
Declaration
Task PutAllAsync(IDictionary<TKey, IVectorDocument<TValue>> vectorDocumentMap)
Parameters
| IDictionary<TKey, IVectorDocument<TValue>> | vectorDocumentMap | A dictionary containing the keys and vector documents to put into the collection. |
Returns
| Task | A task that represents the asynchronous operation. |