Skip to main content

ExportToKwargs

Keyword arguments for dataset's export_to method.

Index

Properties

content_type

content_type: NotRequired[Literal[json, csv]]

The format in which to export the data. Either 'json' or 'csv'.

key

key: Required[str]

The key under which to save the data.

to_kvs_configuration

to_kvs_configuration: NotRequired[Configuration]

The configuration to use for saving the exported file.

to_kvs_id

to_kvs_id: NotRequired[str]

ID of the key-value store to save the exported file.

to_kvs_name

to_kvs_name: NotRequired[str]

Name of the key-value store to save the exported file.

to_kvs_storage_client

to_kvs_storage_client: NotRequired[StorageClient]

The storage client to use for saving the exported file.