StatsApi | R Documentation |
tiledbcloud.Stats
An R6Class
generator object
GetTiledbStats Fetch libtiledb stat
@returnType InlineResponse200
status code : 200 | stats
return type : InlineResponse200
response headers :
status code : 0 | error response
return type : Error
response headers :
apiClient
Handles the client-server communication.
new()
StatsApi$new(apiClient)
GetTiledbStats()
StatsApi$GetTiledbStats(...)
GetTiledbStatsWithHttpInfo()
StatsApi$GetTiledbStatsWithHttpInfo(...)
clone()
The objects of this class are cloneable with this method.
StatsApi$clone(deep = FALSE)
deep
Whether to make a deep clone.
## Not run: #################### GetTiledbStats #################### library(tiledbcloud) api.instance <- StatsApi$new() #Configure API key authorization: ApiKeyAuth api.instance$apiClient$apiKeys['X-TILEDB-REST-API-KEY'] <- 'TODO_YOUR_API_KEY'; #Configure HTTP basic authorization: BasicAuth # provide your username in the user-serial format api.instance$apiClient$username <- '<user-serial>'; # provide your api key generated using the developer portal api.instance$apiClient$password <- '<api_key>'; result <- api.instance$GetTiledbStats() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.