PageDiffRange(Int64, Int64, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.