IVectorStoreRecordMapper<TRecordDataModel,TStorageModel>.MapFromDataToStorageModel Method
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.
Map from the consumer record data model to the storage model.
public TStorageModel MapFromDataToStorageModel (TRecordDataModel dataModel);
abstract member MapFromDataToStorageModel : 'RecordDataModel -> 'StorageModel
Public Function MapFromDataToStorageModel (dataModel As TRecordDataModel) As TStorageModel
Parameters
- dataModel
- TRecordDataModel
The consumer record data model record to map.
Returns
TStorageModel
The mapped result.