AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.S3.Model.ScanRange

Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public class ScanRange

The ScanRange type exposes the following members

Constructors

NameDescription
Public Method ScanRange()

Properties

NameTypeDescription
Public Property 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.

Public Property Start System.Int64

Specifies the start of the byte range. This parameter is optional. Valid values: non-negative integers. The default value is 0.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5