DataLakeOpenReadOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional parameters for OpenReadAsync(DataLakeOpenReadOptions, CancellationToken)
public class DataLakeOpenReadOptions
type DataLakeOpenReadOptions = class
Public Class DataLakeOpenReadOptions
- Inheritance
-
DataLakeOpenReadOptions
Constructors
DataLakeOpenReadOptions(Boolean) |
Constructor. |
Properties
BufferSize |
The buffer size to use when the stream downloads parts of the file. Defaults to 4 MB. |
Conditions |
Optional DataLakeRequestConditions to add conditions on the download of the file. |
Position |
The position within the file to begin the stream. Defaults to the beginning of the file. |
TransferValidation |
Optional override settings for this client's TransferValidation settings. |
Applies to
Azure SDK for .NET