Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DatasetSchemaDataElement

Package version

Columns that define the physical type schema of the dataset.

Hierarchy

  • DatasetSchemaDataElement

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Properties

Optional name

name: any

Name of the schema column. Type: string (or Expression with resultType string).

Optional type

type: any

Type of the schema column. Type: string (or Expression with resultType string).

Generated using TypeDoc