MemoryStorePagedResult 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.
The response data for a requested list of items.
public class MemoryStorePagedResult : Azure.AI.AgentServer.Contracts.Generated.Common.IUtf8JsonSerializable, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.MemoryStore.MemoryStorePagedResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.MemoryStore.MemoryStorePagedResult>
type MemoryStorePagedResult = class
interface IUtf8JsonSerializable
interface IJsonModel<MemoryStorePagedResult>
interface IPersistableModel<MemoryStorePagedResult>
Public Class MemoryStorePagedResult
Implements IJsonModel(Of MemoryStorePagedResult), IPersistableModel(Of MemoryStorePagedResult), IUtf8JsonSerializable
- Inheritance
-
MemoryStorePagedResult
- Implements
Constructors
| Name | Description |
|---|---|
| MemoryStorePagedResult() |
Initializes a new instance of MemoryStorePagedResult for deserialization. |
| MemoryStorePagedResult(IEnumerable<MemoryStoreObject>, Boolean) |
Initializes a new instance of MemoryStorePagedResult. |
| MemoryStorePagedResult(IReadOnlyList<MemoryStoreObject>, String, String, Boolean, IDictionary<String,BinaryData>) |
Initializes a new instance of MemoryStorePagedResult. |
Properties
| Name | Description |
|---|---|
| Data |
The requested list of items. |
| FirstId |
The first ID represented in this list. |
| HasMore |
A value indicating whether there are additional values available not captured in this list. |
| LastId |
The last ID represented in this list. |
Methods
| Name | Description |
|---|---|
| DeserializeAgentsPagedResultConversationResource(JsonElement, ModelReaderWriterOptions) | |
| FromResponse(Response) |
Deserializes the model from a raw response. |
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
| ToRequestContent() |
Convert into a RequestContent. |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<MemoryStorePagedResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<MemoryStorePagedResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<MemoryStorePagedResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<MemoryStorePagedResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<MemoryStorePagedResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
| IUtf8JsonSerializable.Write(Utf8JsonWriter) | |