Partager via


AzureCosmosDBNoSQLVectorStoreRecordCollectionOptions<TRecord>.JsonObjectCustomMapper Property

Definition

Gets or sets an optional custom mapper to use when converting between the data model and the Azure CosmosDB NoSQL record.

public Microsoft.SemanticKernel.Data.IVectorStoreRecordMapper<TRecord,System.Text.Json.Nodes.JsonObject>? JsonObjectCustomMapper { get; init; }
member this.JsonObjectCustomMapper : Microsoft.SemanticKernel.Data.IVectorStoreRecordMapper<'Record, System.Text.Json.Nodes.JsonObject (requires 'Record : null)> with get, set
Public Property JsonObjectCustomMapper As IVectorStoreRecordMapper(Of TRecord, JsonObject)

Property Value

Remarks

If not set, the default mapper that is provided by the Azure CosmosDB NoSQL client SDK will be used.

Applies to