Share via


PageDiffRange(Int64, Int64, Boolean) Constructor

Definition

Initializes a new instance of the PageDiffRange class.

public PageDiffRange(long start, long end, bool isCleared);
new Microsoft.Azure.Storage.Blob.PageDiffRange : int64 * int64 * bool -> Microsoft.Azure.Storage.Blob.PageDiffRange
Public Sub New (start As Long, end As Long, isCleared As Boolean)

Parameters

start
System.Int64

The starting offset.

end
System.Int64

The ending offset.

isCleared
System.Boolean

True if the page range is a cleared range, false otherwise.

Applies to