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
System_CAPS_pubmethod FileRange()

Initializes a new instance of the FileRange class.

System_CAPS_pubmethod FileRange(Int64, Int64)

Initializes a new instance of the FileRange class with required arguments.

Properties

Name Description
System_CAPS_pubproperty NumberOfBytes

Required. Gets or sets the maximum amount of data to download, in bytes.

System_CAPS_pubproperty Offset

Required. Gets or sets the offset within the file at which to start downloading.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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