class Aws::S3::Types::ScanRange
@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ScanRange AWS API Documentation
@return [Integer]
the last 50 bytes.
file. For example, ‘<scanrange><end>50</end></scanrange>` means scan
is supplied, it is interpreted to mean scan the last N bytes of the
than the size of the object being queried. If only the End parameter
Valid values: non-negative integers. The default value is one less
Specifies the end of the byte range. This parameter is optional.
@!attribute [rw] end
@return [Integer]
scan from byte 50 until the end of the file.
file. For example, `<scanrange><start>50</start></scanrange>` means
`start` is supplied, it means scan from that point to the end of the
Valid values: non-negative integers. The default value is 0. If only
Specifies the start of the byte range. This parameter is optional.
@!attribute [rw] start
of the range.
See RFC 2616, Section 14.35.1 about how to specify the start and end
This parameter is optional, but when specified, it must not be empty.
record is processed when its first byte is contained by the range.
Specifies the byte range of the object to get the records from. A