C#C++F#VB
FileRange Class
Represents a range in a file.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Constructors
Name | Description | |
---|---|---|
FileRange(Int64, Int64)(Int64, Int64)(Int64, Int64)(Int64, Int64) | Initializes a new instance of the FileRange class. |
Properties
Name | Description | |
---|---|---|
EndOffsetEndOffsetEndOffsetEndOffset | Gets the ending offset of the page range. | |
StartOffsetStartOffsetStartOffsetStartOffset | Gets the starting offset of the page range. |
Methods
Name | Description | |
---|---|---|
Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
GetHashCode()()()() | (Inherited from Object.) | |
GetType()()()() | (Inherited from Object.) | |
ToString()()()() | Returns the content of the range as a string.(Overrides Object.::..ToString()()()().) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.