BaseBlobInfo Class
Defines the blob info base class.
When you use an opendatasets class like ChicagoSafety, the BaseBlobInfo class is used internally to access the data.
Initialize Blob Info.
Constructor
BaseBlobInfo()
Methods
get_blob_metadata |
Get the blob metadata for this public data. A remote call to REST API will be invoked. |
get_data_wasbs_path |
Prepare spark info, including getting blob metadata and setting SPARK configuration. |
get_url |
Get the URL of the dataset. |
get_blob_metadata
get_data_wasbs_path
Prepare spark info, including getting blob metadata and setting SPARK configuration.
get_data_wasbs_path() -> str
get_url
Get the URL of the dataset.
get_url() -> str