Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DatasetType

DatasetType is used to associate the Dataset with the TransformType. When a file is uploaded, the type of file should be auto-detected to determine the necessary TransformTypes to be added in the appropriate lists (adhocTransforms/autoApplyTransforms).

Hierarchy

Index

Constructors

constructor

  • new DatasetType(V: VasatConnection, args?: any): DatasetType
  • Parameters

    • V: VasatConnection
    • Optional args: any

    Returns DatasetType

Properties

_adhocTransforms

_adhocTransforms: TransformType[]

account

account: Account

adhocTransforms

adhocTransforms: ToManyList<TransformType>

Custom TransformTypes that may be applied to a Dataset.

autoApplyTransforms

autoApplyTransforms: ToManyList<TransformType>

The TransformType to auto-apply when the Dataset is detected.

canDelete

canDelete: boolean

canDownload

canDownload: boolean

canPlot

canPlot: boolean

canWrite

canWrite: boolean

extension

extension: string

uid

uid: string

Methods

fetchObservable

  • fetchObservable(): any

set

  • set(a: any): any
  • Updates values of this object with parameter object values.

    Parameters

    • a: any

      The object that you want to copy values of.

    Returns any

toJSON

  • toJSON(): any
  • Parse this object to JSON format.

    Returns any

Generated using TypeDoc