你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataLakeOpenReadOptions Class

Definition

public class DataLakeOpenReadOptions
type DataLakeOpenReadOptions = class
Public Class DataLakeOpenReadOptions
Inheritance
DataLakeOpenReadOptions

Constructors

Name Description
DataLakeOpenReadOptions(Boolean)

Constructor.

Properties

Name Description
BufferSize

The buffer size (in bytes) 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