AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Specifies the byte range of the object to get the records from. A record is processed when its first byte is contained by the range.
Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public class ScanRange
The ScanRange type exposes the following members
Name | Description | |
---|---|---|
ScanRange() |
Name | Type | Description | |
---|---|---|---|
End | System.Int64 |
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. |
|
Start | System.Int64 |
Specifies the start of the byte range. This parameter is optional. Valid values: non-negative integers. The default value is 0. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5