Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TransformType

Defines the type of transformation that a Dataset object will undergo.

Hierarchy

Index

Constructors

constructor

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

    • V: VasatConnection
    • Optional args: any

    Returns TransformType

Properties

account

account: Account

apis

apis: ToManyList<ProcessorAPI>

canDelete

canDelete: boolean

canWrite

canWrite: boolean

createType

createType: DatasetType

isFolder

isFolder: boolean

isSubTransform

isSubTransform: TransformType

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