Skip to main content

@terascope/data-mate / vector/Vector / VectorOptions

Interface: VectorOptions

A list of Vector Options

Properties

childConfig?

optional childConfig: ReadonlyDataTypeFields

The type config for any nested fields (currently only works for objects)

Source

data-mate/src/vector/Vector.ts:615


config

config: DataTypeFieldConfig | Readonly<DataTypeFieldConfig>

The field config

Source

data-mate/src/vector/Vector.ts:610


name?

optional name: string

The name of field, if specified this will just be used for metadata

Source

data-mate/src/vector/Vector.ts:620