ResearchScienceSearchDataDownload

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):

View Attributes

Attributes

  1. contentSize (type: String.t, default: nil)
    - Size of the download, as a string from the provider. May include units.
  2. downloadUrl (type: String.t, default: nil)
    - URL for downloading the data
  3. fileFormat (type: String.t, default: nil)
    - File format at the link (ASCII, CSV, etc.)
  4. fileFormatClass (type: String.t, default: nil)
    - Pragmatic classification of file formats - for filtering purposes
  5. 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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchDataDownload