Partager via


AzureCosmosDBNoSQLVectorStoreRecordCollectionOptions<TRecord>.IndexingMode Property

Definition

Specifies the indexing mode in the Azure Cosmos DB service. More information here: https://learn.microsoft.com/en-us/azure/cosmos-db/index-policy#indexing-mode.

public Microsoft.Azure.Cosmos.IndexingMode IndexingMode { get; init; }
member this.IndexingMode : Microsoft.Azure.Cosmos.IndexingMode with get, set
Public Property IndexingMode As IndexingMode

Property Value

Remarks

Default is Consistent.

Applies to