MemoryStoreDeleteScopeResponse 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 memories from a scope.
public class MemoryStoreDeleteScopeResponse : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.MemoryStoreDeleteScopeResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.MemoryStoreDeleteScopeResponse>
type MemoryStoreDeleteScopeResponse = class
interface IJsonModel<MemoryStoreDeleteScopeResponse>
interface IPersistableModel<MemoryStoreDeleteScopeResponse>
Public Class MemoryStoreDeleteScopeResponse
Implements IJsonModel(Of MemoryStoreDeleteScopeResponse), IPersistableModel(Of MemoryStoreDeleteScopeResponse)
- Inheritance
-
MemoryStoreDeleteScopeResponse
- Implements
Properties
| Name | Description |
|---|---|
| Deleted |
Whether the deletion operation was successful. |
| Name |
The name of the memory store. |
| Object |
The object type. Always 'memory_store.scope.deleted'. |
| Scope |
The scope from which memories were deleted. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to MemoryStoreDeleteScopeResponse) | |