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