次の方法で共有


FieldMappingFunction interface

インデックスを作成する前にデータ ソースから値を変換する関数を表します。

プロパティ

name

フィールド マッピング関数の名前。

parameters

関数に渡すパラメーター名と値のペアのディクショナリ。 各値はプリミティブ型である必要があります。

プロパティの詳細

name

フィールド マッピング関数の名前。

name: string

プロパティ値

string

parameters

関数に渡すパラメーター名と値のペアのディクショナリ。 各値はプリミティブ型である必要があります。

parameters?: {[propertyName: string]: any}

プロパティ値

{[propertyName: string]: any}