CosmosDBIndex 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.
CosmosDB Vector Store Index Definition.
public class CosmosDBIndex : Azure.AI.Projects.DatasetIndex, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.CosmosDBIndex>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.CosmosDBIndex>
type CosmosDBIndex = class
inherit DatasetIndex
interface IJsonModel<CosmosDBIndex>
interface IPersistableModel<CosmosDBIndex>
Public Class CosmosDBIndex
Inherits DatasetIndex
Implements IJsonModel(Of CosmosDBIndex), IPersistableModel(Of CosmosDBIndex)
- Inheritance
- Implements
Constructors
CosmosDBIndex(String, String, String, EmbeddingConfiguration, FieldMapping) |
Initializes a new instance of CosmosDBIndex. |
Properties
ConnectionName |
Name of connection to CosmosDB. |
ContainerName |
Name of CosmosDB Container. |
DatabaseName |
Name of the CosmosDB Database. |
Description |
The asset description text. (Inherited from DatasetIndex) |
EmbeddingConfiguration |
Embedding model configuration. |
FieldMapping |
Field mapping configuration. |
Id |
Asset ID, a unique identifier for the asset. (Inherited from DatasetIndex) |
Name |
The name of the resource. (Inherited from DatasetIndex) |
Tags |
Tag dictionary. Tags can be added, removed, and updated. (Inherited from DatasetIndex) |
Version |
The version of the resource. (Inherited from DatasetIndex) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |