Udostępnij za pośrednictwem


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
Int64

The starting offset.

end
Int64

The ending offset.

isCleared
Boolean

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

Applies to