DatasetPathOptionsArgs

data class DatasetPathOptionsArgs(val filesLimit: Output<DatasetFilesLimitArgs>? = null, val lastModifiedDateCondition: Output<DatasetFilterExpressionArgs>? = null, val parameters: Output<List<DatasetPathParameterArgs>>? = null) : ConvertibleToJava<DatasetPathOptionsArgs>

Path options for dataset

Constructors

Link copied to clipboard
constructor(filesLimit: Output<DatasetFilesLimitArgs>? = null, lastModifiedDateCondition: Output<DatasetFilterExpressionArgs>? = null, parameters: Output<List<DatasetPathParameterArgs>>? = null)

Properties

Link copied to clipboard
val filesLimit: Output<DatasetFilesLimitArgs>? = null

If provided, this structure imposes a limit on a number of files that should be selected.

Link copied to clipboard

If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3 .

Link copied to clipboard

A structure that maps names of parameters used in the Amazon S3 path of a dataset to their definitions.

Functions

Link copied to clipboard
open override fun toJava(): DatasetPathOptionsArgs