メインコンテンツまでスキップ

Collections

enforceTypes = true|false

  • Indicates whether to enforce data types when inserting data into the
    collection.
  • When set to true, invalid insert operations fail.
  • When set to false, invalid insert operations drop only the invalid field.
  • Defaults to false.

データ型の指定を行うか設定する。


field.<name> = number|bool|string|time

  • Field type for a field called <name>.
  • If the data type is not provided, the data type is inferred from the provided JSON
    data type.

データ型を指定する。
フィールド名はtransforms.confで定義するfields_listを参照する。