MemoryStore 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 memory store that can store and retrieve user memories.
public class MemoryStore : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.MemoryStore>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.MemoryStore>
type MemoryStore = class
interface IJsonModel<MemoryStore>
interface IPersistableModel<MemoryStore>
Public Class MemoryStore
Implements IJsonModel(Of MemoryStore), IPersistableModel(Of MemoryStore)
- Inheritance
-
MemoryStore
- Implements
Properties
| Name | Description |
|---|---|
| CreatedAt |
The Unix timestamp (seconds) when the memory store was created. |
| Definition |
The definition of the memory store. |
| Description |
A human-readable description of the memory store. |
| Id |
The unique identifier of the memory store. |
| Metadata |
Arbitrary key-value metadata to associate with the memory store. |
| Name |
The name of the memory store. |
| UpdatedAt |
The Unix timestamp (seconds) when the memory store was last updated. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to MemoryStore) | |