FileRange Class
A byte range within a file.
Namespace: Microsoft.Azure.Batch.Protocol.Models
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Inheritance Hierarchy
System.Object
Microsoft.Azure.Batch.Protocol.Models.FileRange
Syntax
public class FileRange
public ref class FileRange
type FileRange = class end
Public Class FileRange
Constructors
| Name | Description | |
|---|---|---|
![]() |
FileRange() | Initializes a new instance of the FileRange class. |
![]() |
FileRange(Int64, Int64) | Initializes a new instance of the FileRange class with required arguments. |
Properties
| Name | Description | |
|---|---|---|
![]() |
NumberOfBytes | Required. Gets or sets the maximum amount of data to download, in bytes. |
![]() |
Offset | Required. Gets or sets the offset within the file at which to start downloading. |
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
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.
See Also
Microsoft.Azure.Batch.Protocol.Models Namespace
Return to top
.jpeg)
.jpeg)
.jpeg)