Share via


MemoryOperationKind Struct

Definition

Memory operation kind.

public readonly struct MemoryOperationKind : IEquatable<Azure.AI.Projects.MemoryOperationKind>
type MemoryOperationKind = struct
Public Structure MemoryOperationKind
Implements IEquatable(Of MemoryOperationKind)
Inheritance
MemoryOperationKind
Implements

Constructors

Name Description
MemoryOperationKind(String)

Initializes a new instance of MemoryOperationKind.

Properties

Name Description
Create

Create a new memory item.

Delete

Delete an existing memory item.

Update

Update an existing memory item.

Methods

Name Description
Equals(MemoryOperationKind)

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(MemoryOperationKind, MemoryOperationKind)

Determines if two MemoryOperationKind values are the same.

Implicit(String to MemoryOperationKind)

Converts a string to a MemoryOperationKind.

Implicit(String to Nullable<MemoryOperationKind>)
Inequality(MemoryOperationKind, MemoryOperationKind)

Determines if two MemoryOperationKind values are not the same.

Applies to