FileSource | R Documentation |
Accepts file source parameters for conversion to request dict.
new()
Initialize a “FileSource“ instance and turn parameters into dict.
FileSource$new(s3_uri, content_digest = NULL, content_type = NULL)
s3_uri
(str): The S3 URI of the metric
content_digest
(str): The digest of the metric (default: None)
content_type
(str): Specifies the type of content in S3 URI (default: None)
to_request_list()
Generates a request dictionary using the parameters provided to the class.
FileSource$to_request_list()
format()
format class
FileSource$format()
clone()
The objects of this class are cloneable with this method.
FileSource$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.