class Aws::GlueDataBrew::Types::FilesLimit

Represents a limit imposed on number of Amazon S3 files that should be selected for a dataset from a connected Amazon S3 path.

@note When making an API call, you may pass FilesLimit

data as a hash:

    {
      max_files: 1, # required
      ordered_by: "LAST_MODIFIED_DATE", # accepts LAST_MODIFIED_DATE
      order: "DESCENDING", # accepts DESCENDING, ASCENDING
    }

@!attribute [rw] max_files

The number of Amazon S3 files to select.
@return [Integer]

@!attribute [rw] ordered_by

A criteria to use for Amazon S3 files sorting before their
selection. By default uses LAST\_MODIFIED\_DATE as a sorting
criteria. Currently it's the only allowed value.
@return [String]

@!attribute [rw] order

A criteria to use for Amazon S3 files sorting before their
selection. By default uses DESCENDING order, i.e. most recent files
are selected first. Anotherpossible value is ASCENDING.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/FilesLimit AWS API Documentation

Constants

SENSITIVE