Attribute: Attribute

AttributeR Documentation

Attribute

Description

Attribute Class

Format

An R6Class generator object

Public fields

name

character

type

Datatype

filterPipeline

FilterPipeline

cellValNum

integer

nullable

character [optional]

fillValue

list( integer ) [optional]

Methods

Public methods


Method new()

Usage
Attribute$new(
  name,
  type,
  filterPipeline,
  cellValNum,
  nullable = NULL,
  fillValue = NULL,
  ...
)

Method toJSON()

Usage
Attribute$toJSON()

Method fromJSON()

Usage
Attribute$fromJSON(AttributeJson)

Method toJSONString()

Usage
Attribute$toJSONString()

Method fromJSONString()

Usage
Attribute$fromJSONString(AttributeJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
Attribute$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


TileDB-Inc/TileDB-Cloud-R documentation built on July 18, 2024, 3:33 p.m.