AWS SDK for .NET Documentation
SetRange Method (request, start, end)
AmazonAmazon.GlacierAmazonGlacierExtensionsSetRange(GetJobOutputRequest, Int64, Nullable<(Of <<'(Int64>)>>)) Did this page help you?   Yes   No    Tell us about it...
Creates the range formatted string and set the Range property.
Declaration Syntax
C#
public static void SetRange(
	this GetJobOutputRequest request,
	long start,
	Nullable<long> end
)
Parameters
request (GetJobOutputRequest)
start (Int64)
The start of the range.
end (Nullable<(Of <(<'Int64>)>)>)
The end of the range. This can be null which would return the data to the end.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type GetJobOutputRequest. When you use instance method syntax to call this method, omit the first parameter.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)