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

.NET Framework 3.5
 
Creates the range formatted string and set the Range property.

Namespace: Amazon.Glacier
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public void SetRange(
         GetJobOutputRequest request,
         Int64 start,
         Nullable<Int64> end
)

Parameters

request
Type: Amazon.Glacier.Model.GetJobOutputRequest

start
Type: System.Int64

The start of the range.

end
Type: Nullable<System.Int64>

The end of the range. This can be null which would return the data to the end.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1