FileOpenParameters.Offset Property
Optional. Gets or sets the offset to begin reading the file at
Namespace: Microsoft.Azure.Management.DataLake.StoreFileSystem.Models
Assembly: Microsoft.Azure.Management.DataLake.StoreFileSystem (in Microsoft.Azure.Management.DataLake.StoreFileSystem.dll)
Syntax
public Nullable<long> Offset { get; set; }
public:
property Nullable<long long> Offset {
Nullable<long long> get();
void set(Nullable<long long> value);
}
member Offset : Nullable<int64> with get, set
Public Property Offset As Nullable(Of Long)
Property Value
Type: System.Nullable<Int64>
See Also
FileOpenParameters Class
Microsoft.Azure.Management.DataLake.StoreFileSystem.Models Namespace
Return to top