end property

int? end
getter/setter pair

Specifies the end of the byte range. This parameter is optional. Valid values: non-negative integers. The default value is one less than the size of the object being queried. If only the End parameter is supplied, it is interpreted to mean scan the last N bytes of the file. For example, means scan the last 50 bytes.

Implementation

int? end;