NodeFileGetParameters.FileRange Property

 

Optional. Specifies the byte range to be retrieved. The default is to retrieve the entire file.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public FileRange FileRange { get; set; }
public:
property FileRange^ FileRange {
    FileRange^ get();
    void set(FileRange^ value);
}
member FileRange : FileRange with get, set
Public Property FileRange As FileRange

Property Value

Type: Microsoft.Azure.Batch.Protocol.Models.FileRange

See Also

NodeFileGetParameters Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top