ArrayMetadataEntry: ArrayMetadataEntry

ArrayMetadataEntryR Documentation

ArrayMetadataEntry

Description

ArrayMetadataEntry Class

Format

An R6Class generator object

Public fields

key

character [optional]

type

character [optional]

valueNum

integer [optional]

value

list( integer ) [optional]

del

character [optional]

Methods

Public methods


Method new()

Usage
ArrayMetadataEntry$new(
  key = NULL,
  type = NULL,
  valueNum = NULL,
  value = NULL,
  del = NULL,
  ...
)

Method toJSON()

Usage
ArrayMetadataEntry$toJSON()

Method fromJSON()

Usage
ArrayMetadataEntry$fromJSON(ArrayMetadataEntryJson)

Method toJSONString()

Usage
ArrayMetadataEntry$toJSONString()

Method fromJSONString()

Usage
ArrayMetadataEntry$fromJSONString(ArrayMetadataEntryJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
ArrayMetadataEntry$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.