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.
This class represents the byte range for a range GET from S3.
Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public class ByteRange
The ByteRange type exposes the following members
Name | Description | |
---|---|---|
ByteRange(Int64, Int64) |
Constructs a ByteRange and sets the start and end. |
|
ByteRange(string) |
Constructs a ByteRange and sets the header to the value specified. |
Name | Type | Description | |
---|---|---|---|
End | System.Int64 |
The ending byte number of the range |
|
FormattedByteRange | System.String |
The formatted string representing the byte range to be set for the range header. |
|
Start | System.Int64 |
The starting byte number of the range |
.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