.NET Client Documentation
5.6.0
Search Results for

    Show / Hide Table of Contents

    SetAsync Method

    SetAsync(TKey, IVectorDocument<TValue>)

    Sets the specified vector document into the collection with the specified key.

    Declaration
    Task SetAsync(TKey key, IVectorDocument<TValue> vectorDocument)
    Parameters
    TKey key

    The key of the vector document to set.

    IVectorDocument<TValue> vectorDocument

    The vector document to set into the collection.

    Returns
    Task

    A task that represents the asynchronous operation.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.