Share via


UpdateMemoryStoreRequest Class

Definition

The UpdateMemoryStoreRequest.

public class UpdateMemoryStoreRequest : Azure.AI.AgentServer.Contracts.Generated.Common.IUtf8JsonSerializable, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.MemoryStore.UpdateMemoryStoreRequest>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.MemoryStore.UpdateMemoryStoreRequest>
type UpdateMemoryStoreRequest = class
    interface IUtf8JsonSerializable
    interface IJsonModel<UpdateMemoryStoreRequest>
    interface IPersistableModel<UpdateMemoryStoreRequest>
Public Class UpdateMemoryStoreRequest
Implements IJsonModel(Of UpdateMemoryStoreRequest), IPersistableModel(Of UpdateMemoryStoreRequest), IUtf8JsonSerializable
Inheritance
UpdateMemoryStoreRequest
Implements

Constructors

Name Description
UpdateMemoryStoreRequest()

Initializes a new instance of UpdateMemoryStoreRequest.

UpdateMemoryStoreRequest(String, IDictionary<String,String>, IDictionary<String,BinaryData>)

Initializes a new instance of UpdateMemoryStoreRequest.

Properties

Name Description
Description

A human-readable description of the memory store.

Metadata

Arbitrary key-value metadata to associate with the memory store.

Methods

Name Description
DeserializeUpdateMemoryStoreRequest(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<UpdateMemoryStoreRequest>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<UpdateMemoryStoreRequest>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UpdateMemoryStoreRequest>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UpdateMemoryStoreRequest>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<UpdateMemoryStoreRequest>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IUtf8JsonSerializable.Write(Utf8JsonWriter)

Applies to