StateStoreItemKey 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.
A keys-only projection entry returned by listKeys (spec §4.2.5) -- never includes value.
public class StateStoreItemKey : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Core.Storage.StateStoreItemKey>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Core.Storage.StateStoreItemKey>
type StateStoreItemKey = class
interface IJsonModel<StateStoreItemKey>
interface IPersistableModel<StateStoreItemKey>
Public Class StateStoreItemKey
Implements IJsonModel(Of StateStoreItemKey), IPersistableModel(Of StateStoreItemKey)
- Inheritance
-
StateStoreItemKey
- Implements
Properties
| Name | Description |
|---|---|
| CreatedAt |
Gets the CreatedAt. |
| Etag |
Gets the Etag. |
| Id |
Gets the Id. |
| Key |
Gets the Key. |
| Object |
Always |
| Tags |
Gets the Tags. |
| UpdatedAt |
Gets the UpdatedAt. |