VectorStoreDeletionStatusObject 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 VectorStoreDeletionStatus_object.
public readonly struct VectorStoreDeletionStatusObject : IEquatable<Azure.AI.Projects.VectorStoreDeletionStatusObject>
type VectorStoreDeletionStatusObject = struct
Public Structure VectorStoreDeletionStatusObject
Implements IEquatable(Of VectorStoreDeletionStatusObject)
- Inheritance
-
VectorStoreDeletionStatusObject
- Implements
Constructors
VectorStoreDeletionStatusObject(String) |
Initializes a new instance of VectorStoreDeletionStatusObject. |
Properties
VectorStoreDeleted |
vector_store.deleted. |
Methods
Equals(VectorStoreDeletionStatusObject) |
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
Equality(VectorStoreDeletionStatusObject, VectorStoreDeletionStatusObject) |
Determines if two VectorStoreDeletionStatusObject values are the same. |
Implicit(String to VectorStoreDeletionStatusObject) |
Converts a String to a VectorStoreDeletionStatusObject. |
Inequality(VectorStoreDeletionStatusObject, VectorStoreDeletionStatusObject) |
Determines if two VectorStoreDeletionStatusObject values are not the same. |
Applies to
Azure SDK for .NET