ResearchScienceSearchDataDownload

AI Overview😉

  • The potential purpose of this module is to provide information about downloadable datasets related to research and science, including the size of the download, the URL for downloading, the file format, and a pragmatic classification of the file format. This information can help users quickly understand the characteristics of the downloadable data.
  • This module could impact search results by allowing users to filter search results based on the characteristics of the downloadable datasets, such as file format or size. This could be particularly useful for researchers or scientists who need to find specific types of data for their work. Additionally, the module could influence the ranking of search results, with datasets that are more easily downloadable or have more desirable file formats being ranked higher.
  • To be more favorable for this function, a website could ensure that their downloadable datasets are properly labeled with relevant information, such as file format and size. They could also provide multiple file formats for each dataset to cater to different user needs. Furthermore, websites could optimize their download URLs and file formats to make it easier for users to access and use the data. By doing so, websites can increase the chances of their datasets being ranked higher in search results and being more easily discoverable by users.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchDataDownload (google_api_content_warehouse v0.4.0)

The dataset in downloadable form. There can be multiple data download entries for different file types. Next ID: 6

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.t, default: nil) - Parsed content size

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@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
}

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.