Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Dataset

A file to be transformed depending on the TransformType.

Hierarchy

Index

Constructors

constructor

  • new Dataset(V: VasatConnection, args?: any, ncur?: boolean): Dataset
  • Parameters

    • V: VasatConnection
    • Optional args: any
    • Optional ncur: boolean

    Returns Dataset

Properties

account

account: Account

canDelete

canDelete: boolean

canWrite

canWrite: boolean

dataType

dataType: DatasetType

folder

folder: Folder

incomplete

incomplete: boolean

incomplete_offset

incomplete_offset: number

incomplete_seq

incomplete_seq: number

incomplete_total

incomplete_total: number

Private Optional ncur

ncur: boolean

transformIds

transformIds: number[]

Array of the ID's of all completed Transforms that have been applied to this Dataset.

transforms

transforms: string[]

Array of the uid's of all completed TransformTypes that have been applied to this Dataset.

Methods

applyTransform

  • Begins transform process depending on the TransformType.

    Parameters

    Returns Observable<any>

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