AzureCosmosDBNoSQLVectorStoreRecordCollectionOptions<TRecord>.JsonObjectCustomMapper Property
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.
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
IVectorStoreRecordMapper<TRecord,JsonObject>
Remarks
If not set, the default mapper that is provided by the Azure CosmosDB NoSQL client SDK will be used.