MemoryDeletionResult Class
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.
Response for deleting a memory item from a memory store.
public class MemoryDeletionResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.MemoryDeletionResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.MemoryDeletionResult>
type MemoryDeletionResult = class
interface IJsonModel<MemoryDeletionResult>
interface IPersistableModel<MemoryDeletionResult>
Public Class MemoryDeletionResult
Implements IJsonModel(Of MemoryDeletionResult), IPersistableModel(Of MemoryDeletionResult)
- Inheritance
-
MemoryDeletionResult
- Implements
Properties
| Name | Description |
|---|---|
| Deleted |
Whether the memory item was successfully deleted. |
| MemoryId |
The unique ID of the deleted memory item. |
| Object |
The object type. Always 'memory_store.item.deleted'. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to MemoryDeletionResult) | |