Share via


AgentPageableListOfVectorStoreFile Class

Definition

The response data for a requested list of items.

public class AgentPageableListOfVectorStoreFile : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.AgentPageableListOfVectorStoreFile>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.AgentPageableListOfVectorStoreFile>
type AgentPageableListOfVectorStoreFile = class
    interface IJsonModel<AgentPageableListOfVectorStoreFile>
    interface IPersistableModel<AgentPageableListOfVectorStoreFile>
Public Class AgentPageableListOfVectorStoreFile
Implements IJsonModel(Of AgentPageableListOfVectorStoreFile), IPersistableModel(Of AgentPageableListOfVectorStoreFile)
Inheritance
AgentPageableListOfVectorStoreFile
Implements

Properties

Data

The requested list of items.

FirstId

The first ID represented in this list.

HasMore

A value indicating whether there are additional values available not captured in this list.

LastId

The last ID represented in this list.

Object

The object type, which is always list.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AgentPageableListOfVectorStoreFile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AgentPageableListOfVectorStoreFile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AgentPageableListOfVectorStoreFile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AgentPageableListOfVectorStoreFile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AgentPageableListOfVectorStoreFile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to