AWS SDK Version 4 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.

The range of part indexes for which to return presigned upload URLs from GetAttachmentUploadLinks.

Inheritance Hierarchy

System.Object
  Amazon.AWSSupport.Model.UploadRange

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

Syntax

C#
public class UploadRange

The UploadRange type exposes the following members

Constructors

NameDescription
Public Method UploadRange()

Properties

NameTypeDescription
Public Property EndIndex System.Nullable<System.Int32>

Gets and sets the property EndIndex.

The ending part index of the range, exclusive. The range is half-open: startIndex is inclusive and endIndex is exclusive. For example, a range with startIndex of 1 and endIndex of 4 requests URLs for parts 1, 2, and 3. The range size (endIndex - startIndex) must not exceed 10. If you omit endIndex, the service defaults to startIndex + 10, capped by the total number of parts.

Public Property StartIndex System.Nullable<System.Int32>

Gets and sets the property StartIndex.

The starting part index of the range, inclusive. Part indexes start at 1.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer