次の方法で共有


AgentPageableListOfVectorStore Class

Definition

The response data for a requested list of items.

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

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

IJsonModel<AgentPageableListOfVectorStore>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AgentPageableListOfVectorStore>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AgentPageableListOfVectorStore>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AgentPageableListOfVectorStore>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to