FileOpenParameters.BufferSize Property
Optional. Gets or sets the size of the buffer used when transferring data
Namespace: Microsoft.Azure.Management.DataLake.StoreFileSystem.Models
Assembly: Microsoft.Azure.Management.DataLake.StoreFileSystem (in Microsoft.Azure.Management.DataLake.StoreFileSystem.dll)
Syntax
public Nullable<long> BufferSize { get; set; }
public:
property Nullable<long long> BufferSize {
Nullable<long long> get();
void set(Nullable<long long> value);
}
member BufferSize : Nullable<int64> with get, set
Public Property BufferSize As Nullable(Of Long)
Property Value
Type: System.Nullable<Int64>
See Also
FileOpenParameters Class
Microsoft.Azure.Management.DataLake.StoreFileSystem.Models Namespace
Return to top