GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchDataDownload
Table of Contents ▼
Jump to a specific part of the page:
Description
The dataset in downloadable form. There can be multiple data download entries for different file types. Next ID: 6
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
contentSize
(type:String.t
, default:nil
)
- Size of the download, as a string from the provider. May include units. -
downloadUrl
(type:String.t
, default:nil
)
- URL for downloading the data -
fileFormat
(type:String.t
, default:nil
)
- File format at the link (ASCII, CSV, etc.) -
fileFormatClass
(type:String.t
, default:nil
)
- Pragmatic classification of file formats - for filtering purposes -
parsedContentSize
(type:GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchDataSize
, default:nil
)
- Parsed content size
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchDataDownload{
contentSize: String.t() | nil,
downloadUrl: String.t() | nil,
fileFormat: String.t() | nil,
fileFormatClass: String.t() | nil,
parsedContentSize: GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchDataSize.t() | nil
}
contentSize: String.t() | nil,
downloadUrl: String.t() | nil,
fileFormat: String.t() | nil,
fileFormatClass: String.t() | nil,
parsedContentSize: GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchDataSize.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchDataDownload