DeleteMemoryStoreResponseObject Struct
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 DeleteMemoryStoreResponseObject.
public readonly struct DeleteMemoryStoreResponseObject : IEquatable<Azure.AI.AgentServer.Contracts.Generated.MemoryStore.DeleteMemoryStoreResponseObject>
type DeleteMemoryStoreResponseObject = struct
Public Structure DeleteMemoryStoreResponseObject
Implements IEquatable(Of DeleteMemoryStoreResponseObject)
- Inheritance
-
DeleteMemoryStoreResponseObject
- Implements
Constructors
| Name | Description |
|---|---|
| DeleteMemoryStoreResponseObject(String) |
Initializes a new instance of DeleteMemoryStoreResponseObject. |
Properties
| Name | Description |
|---|---|
| MemoryStoreDeleted |
memory_store.deleted. |
Methods
| Name | Description |
|---|---|
| Equals(DeleteMemoryStoreResponseObject) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(DeleteMemoryStoreResponseObject, DeleteMemoryStoreResponseObject) |
Determines if two DeleteMemoryStoreResponseObject values are the same. |
| Implicit(String to DeleteMemoryStoreResponseObject) |
Converts a String to a DeleteMemoryStoreResponseObject. |
| Inequality(DeleteMemoryStoreResponseObject, DeleteMemoryStoreResponseObject) |
Determines if two DeleteMemoryStoreResponseObject values are not the same. |