RedisJsonVectorStoreRecordCollection<TRecord>.DeleteAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes a record from the vector store. Does not guarantee that the collection exists.
public virtual System.Threading.Tasks.Task DeleteAsync(string key, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function DeleteAsync (key As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- key
- String
- cancellationToken
- CancellationToken