Share via


VectorStoreDeletionStatus Class

Definition

Response object for deleting a vector store.

public class VectorStoreDeletionStatus : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.VectorStoreDeletionStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.VectorStoreDeletionStatus>
type VectorStoreDeletionStatus = class
    interface IJsonModel<VectorStoreDeletionStatus>
    interface IPersistableModel<VectorStoreDeletionStatus>
Public Class VectorStoreDeletionStatus
Implements IJsonModel(Of VectorStoreDeletionStatus), IPersistableModel(Of VectorStoreDeletionStatus)
Inheritance
VectorStoreDeletionStatus
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<VectorStoreDeletionStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<VectorStoreDeletionStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VectorStoreDeletionStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VectorStoreDeletionStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<VectorStoreDeletionStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to