HttpRange(Int64, Nullable<Int64>) Constructor

Definition

Creates an instance of HttpRange.

public HttpRange (long offset = 0, long? length = default);
new Azure.HttpRange : int64 * Nullable<int64> -> Azure.HttpRange
Public Sub New (Optional offset As Long = 0, Optional length As Nullable(Of Long) = Nothing)

Parameters

offset
Int64

The starting offset of the HttpRange. Defaults to 0.

length
Nullable<Int64>

The length of the range. null means to the end.

Applies to