C#
C++
F#
VB
PageDiffRange Constructor (Int64, Int64, Boolean)(Int64, Int64, Boolean)(Int64, Int64, Boolean)(Int64, Int64, Boolean)
Initializes a new instance of the PageDiffRange class.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Parameters
- start
-
Type:
System.Int64System::Int64System.Int64System.Int64
The starting offset.
- end
-
Type:
System.Int64System::Int64System.Int64System.Int64
The ending offset.
- isCleared
-
Type:
System.BooleanSystem::BooleanSystem.BooleanSystem.Boolean
True if the page range is a cleared range, false otherwise.