DeletedStateStoreItem 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 deleteItem (spec §4.2.4). Idempotent.
public class DeletedStateStoreItem : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Core.Storage.DeletedStateStoreItem>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Core.Storage.DeletedStateStoreItem>
type DeletedStateStoreItem = class
interface IJsonModel<DeletedStateStoreItem>
interface IPersistableModel<DeletedStateStoreItem>
Public Class DeletedStateStoreItem
Implements IJsonModel(Of DeletedStateStoreItem), IPersistableModel(Of DeletedStateStoreItem)
- Inheritance
-
DeletedStateStoreItem
- Implements
Properties
| Name | Description |
|---|---|
| Deleted |
Always |
| Id |
Present when the item existed; absent when the delete was a no-op (already gone). |
| Key |
Gets the Key. |
| Object |
Always |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to DeletedStateStoreItem) | |