ArrayTask | R Documentation |
ArrayTask Class
An R6Class
generator object
id
character [optional]
name
character [optional]
description
character [optional]
array_metadata
ArrayInfo [optional]
subarray
DomainArray [optional]
memory
integer [optional]
cpu
integer [optional]
namespace
character [optional]
status
ArrayTaskStatus [optional]
start_time
character [optional]
finish_time
character [optional]
cost
numeric [optional]
query_type
Querytype [optional]
udf_code
character [optional]
udf_language
character [optional]
sql_query
character [optional]
type
ArrayTaskType [optional]
activity
list( ArrayActivityLog ) [optional]
logs
character [optional]
new()
ArrayTask$new( id = NULL, name = NULL, description = NULL, array_metadata = NULL, subarray = NULL, memory = NULL, cpu = NULL, namespace = NULL, status = NULL, start_time = NULL, finish_time = NULL, cost = NULL, query_type = NULL, udf_code = NULL, udf_language = NULL, sql_query = NULL, type = NULL, activity = NULL, logs = NULL, ... )
toJSON()
ArrayTask$toJSON()
fromJSON()
ArrayTask$fromJSON(ArrayTaskJson)
toJSONString()
ArrayTask$toJSONString()
fromJSONString()
ArrayTask$fromJSONString(ArrayTaskJson)
clone()
The objects of this class are cloneable with this method.
ArrayTask$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.