VectorStoreFileDeletionStatus 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.
Response object for deleting a vector store file relationship.
public class VectorStoreFileDeletionStatus : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.VectorStoreFileDeletionStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.VectorStoreFileDeletionStatus>
type VectorStoreFileDeletionStatus = class
interface IJsonModel<VectorStoreFileDeletionStatus>
interface IPersistableModel<VectorStoreFileDeletionStatus>
Public Class VectorStoreFileDeletionStatus
Implements IJsonModel(Of VectorStoreFileDeletionStatus), IPersistableModel(Of VectorStoreFileDeletionStatus)
- Inheritance
-
VectorStoreFileDeletionStatus
- Implements
Properties
Deleted |
A value indicating whether deletion was successful. |
Id |
The ID of the resource specified for deletion. |
Object |
The object type, which is always 'vector_store.deleted'. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<VectorStoreFileDeletionStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<VectorStoreFileDeletionStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<VectorStoreFileDeletionStatus>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<VectorStoreFileDeletionStatus>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<VectorStoreFileDeletionStatus>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET