ComputedTableSchema: ComputedTableSchema

ComputedTableSchemaR Documentation

ComputedTableSchema

Description

ComputedTableSchema

ComputedTableSchema

Format

R6Class object, super class Schema.

Super classes

tercenApi::Base -> tercenApi::IdObject -> tercenApi::PersistentObject -> tercenApi::Document -> tercenApi::ProjectDocument -> tercenApi::Schema -> ComputedTableSchema

Public fields

nRows

of type int inherited from super class Schema.

dataDirectory

of type String inherited from super class Schema.

projectId

of type String inherited from super class ProjectDocument.

folderId

of type String inherited from super class ProjectDocument.

description

of type String inherited from super class Document.

name

of type String inherited from super class Document.

createdBy

of type String inherited from super class Document.

tags

list of type String inherited from super class Document.

version

of type String inherited from super class Document.

authors

list of type String inherited from super class Document.

isPublic

of type bool inherited from super class Document.

isDeleted

of type bool inherited from super class PersistentObject.

rev

of type String inherited from super class PersistentObject.

id

of type String inherited from super class IdObject.

columns

list of class ColumnSchema inherited from super class Schema.

relation

object of class Relation inherited from super class Schema.

acl

object of class Acl inherited from super class Document.

createdDate

object of class Date inherited from super class Document.

lastModifiedDate

object of class Date inherited from super class Document.

urls

list of class Url inherited from super class Document.

meta

list of class Pair inherited from super class Document.

url

object of class Url inherited from super class Document.

query

object of class CubeQuery.

Active bindings

nRows

of type int inherited from super class Schema.

dataDirectory

of type String inherited from super class Schema.

projectId

of type String inherited from super class ProjectDocument.

folderId

of type String inherited from super class ProjectDocument.

description

of type String inherited from super class Document.

name

of type String inherited from super class Document.

createdBy

of type String inherited from super class Document.

tags

list of type String inherited from super class Document.

version

of type String inherited from super class Document.

authors

list of type String inherited from super class Document.

isPublic

of type bool inherited from super class Document.

isDeleted

of type bool inherited from super class PersistentObject.

rev

of type String inherited from super class PersistentObject.

id

of type String inherited from super class IdObject.

columns

list of class ColumnSchema inherited from super class Schema.

relation

object of class Relation inherited from super class Schema.

acl

object of class Acl inherited from super class Document.

createdDate

object of class Date inherited from super class Document.

lastModifiedDate

object of class Date inherited from super class Document.

urls

list of class Url inherited from super class Document.

meta

list of class Pair inherited from super class Document.

url

object of class Url inherited from super class Document.

Methods

Public methods

Inherited methods

Method new()

Usage
ComputedTableSchema$new(json = NULL)

Method init()

Usage
ComputedTableSchema$init()

Method initJson()

Usage
ComputedTableSchema$initJson(json)

Method toTson()

Usage
ComputedTableSchema$toTson()

Method clone()

The objects of this class are cloneable with this method.

Usage
ComputedTableSchema$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


tercen/teRcenApi documentation built on Feb. 8, 2024, 5:59 p.m.