Skip to content

/AWS1/CL_DBRPATHOPTIONS

Represents a set of options that define how DataBrew selects files for a given Amazon S3 path in a dataset.

CONSTRUCTOR

IMPORTING

Optional arguments:

IO_LASTMODIFIEDDATECONDITION TYPE REF TO /AWS1/CL_DBRFILTEREXPRESSION /AWS1/CL_DBRFILTEREXPRESSION

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

IO_FILESLIMIT TYPE REF TO /AWS1/CL_DBRFILESLIMIT /AWS1/CL_DBRFILESLIMIT

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

IT_PARAMETERS TYPE /AWS1/CL_DBRDATASETPARAMETER=>TT_PATHPARAMETERSMAP TT_PATHPARAMETERSMAP

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


Queryable Attributes

LastModifiedDateCondition

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

Accessible with the following methods

Method Description
GET_LASTMODIFIEDDATECOND() Getter for LASTMODIFIEDDATECONDITION

FilesLimit

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

Accessible with the following methods

Method Description
GET_FILESLIMIT() Getter for FILESLIMIT

Parameters

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

Accessible with the following methods

Method Description
GET_PARAMETERS() Getter for PARAMETERS, with configurable default
ASK_PARAMETERS() Getter for PARAMETERS w/ exceptions if field has no value
HAS_PARAMETERS() Determine if PARAMETERS has a value