class Aws::Glue::Types::Segment

Defines a non-overlapping region of a table's partitions, allowing multiple requests to be run in parallel.

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

data as a hash:

    {
      segment_number: 1, # required
      total_segments: 1, # required
    }

@!attribute [rw] segment_number

The zero-based index number of the segment. For example, if the
total number of segments is 4, `SegmentNumber` values range from 0
through 3.
@return [Integer]

@!attribute [rw] total_segments

The total number of segments.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/Segment AWS API Documentation

Constants

SENSITIVE