| ArrayInfo | R Documentation |
ArrayInfo Class
An R6Class generator object
idcharacter [optional]
file_typeFileType [optional]
file_propertiesnamed list( character ) [optional]
uricharacter [optional]
namespacecharacter [optional]
sizenumeric [optional]
last_accessedcharacter [optional]
descriptioncharacter [optional]
namecharacter [optional]
allowed_actionslist( ArrayActions ) [optional]
pricinglist( Pricing ) [optional]
subscriptionslist( Subscription ) [optional]
logocharacter [optional]
access_credentials_namecharacter [optional]
typecharacter [optional]
share_countnumeric [optional]
public_sharecharacter [optional]
namespace_subscribedcharacter [optional]
tiledb_uricharacter [optional]
tagslist( character ) [optional]
license_idcharacter [optional]
license_textcharacter [optional]
read_onlycharacter [optional]
is_favoritecharacter [optional]
new()ArrayInfo$new( id = NULL, file_type = NULL, file_properties = NULL, uri = NULL, namespace = NULL, size = NULL, last_accessed = NULL, description = NULL, name = NULL, allowed_actions = NULL, pricing = NULL, subscriptions = NULL, logo = NULL, access_credentials_name = NULL, type = NULL, share_count = NULL, public_share = NULL, namespace_subscribed = NULL, tiledb_uri = NULL, tags = NULL, license_id = NULL, license_text = NULL, read_only = NULL, is_favorite = NULL, ... )
toJSON()ArrayInfo$toJSON()
fromJSON()ArrayInfo$fromJSON(ArrayInfoJson)
toJSONString()ArrayInfo$toJSONString()
fromJSONString()ArrayInfo$fromJSONString(ArrayInfoJson)
clone()The objects of this class are cloneable with this method.
ArrayInfo$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.