Skip to contents

Represents the data-related configurations.

Usage

Data(
  path = character(0),
  blob_storage_container = character(0),
  report_date = character(0),
  reference_date = character(0)
)

Arguments

path

A string specifying the path to the data Parquet file.

blob_storage_container

Optional. The name of the blob storage container to which the data file will be uploaded. If NULL, no upload will occur.

report_date

A list of strings representing report dates.

reference_date

A list of strings representing reference dates.

See also