DeleteMemoryStoreResponse 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 DeleteMemoryStoreResponse.
public class DeleteMemoryStoreResponse : Azure.AI.AgentServer.Contracts.Generated.Common.IUtf8JsonSerializable, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.MemoryStore.DeleteMemoryStoreResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.MemoryStore.DeleteMemoryStoreResponse>
type DeleteMemoryStoreResponse = class
interface IUtf8JsonSerializable
interface IJsonModel<DeleteMemoryStoreResponse>
interface IPersistableModel<DeleteMemoryStoreResponse>
Public Class DeleteMemoryStoreResponse
Implements IJsonModel(Of DeleteMemoryStoreResponse), IPersistableModel(Of DeleteMemoryStoreResponse), IUtf8JsonSerializable
- Inheritance
-
DeleteMemoryStoreResponse
- Implements
Constructors
| Name | Description |
|---|---|
| DeleteMemoryStoreResponse() |
Initializes a new instance of DeleteMemoryStoreResponse for deserialization. |
| DeleteMemoryStoreResponse(DeleteMemoryStoreResponseObject, String, Boolean, IDictionary<String,BinaryData>) |
Initializes a new instance of DeleteMemoryStoreResponse. |
| DeleteMemoryStoreResponse(String, Boolean) |
Initializes a new instance of DeleteMemoryStoreResponse. |
Properties
| Name | Description |
|---|---|
| Deleted |
Whether the memory store was successfully deleted. |
| Name |
The name of the memory store. |
| Object |
The object type. Always 'memory_store.deleted'. |
Methods
| Name | Description |
|---|---|
| DeserializeDeleteMemoryStoreResponse(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<DeleteMemoryStoreResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<DeleteMemoryStoreResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<DeleteMemoryStoreResponse>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<DeleteMemoryStoreResponse>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<DeleteMemoryStoreResponse>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
| IUtf8JsonSerializable.Write(Utf8JsonWriter) | |