Uses of Class
com.microsoft.semantickernel.data.vectorstorage.options.DeleteRecordOptions
-
Packages that use DeleteRecordOptions Package Description com.microsoft.semantickernel.data com.microsoft.semantickernel.data.vectorstorage -
-
Uses of DeleteRecordOptions in com.microsoft.semantickernel.data
Methods in com.microsoft.semantickernel.data with parameters of type DeleteRecordOptions Modifier and Type Method Description reactor.core.publisher.Mono<Void>VolatileVectorStoreRecordCollection. deleteAsync(String key, DeleteRecordOptions options)Deletes a record from the store.reactor.core.publisher.Mono<Void>VolatileVectorStoreRecordCollection. deleteBatchAsync(List<String> strings, DeleteRecordOptions options)Deletes a batch of records from the store. -
Uses of DeleteRecordOptions in com.microsoft.semantickernel.data.vectorstorage
Methods in com.microsoft.semantickernel.data.vectorstorage with parameters of type DeleteRecordOptions Modifier and Type Method Description reactor.core.publisher.Mono<Void>VectorStoreRecordCollection. deleteAsync(Key key, DeleteRecordOptions options)Deletes a record from the store.reactor.core.publisher.Mono<Void>VectorStoreRecordCollection. deleteBatchAsync(List<Key> keys, DeleteRecordOptions options)Deletes a batch of records from the store.
-