ShareFileOpenReadOptions Class

Definition

Optional parameters for Azure.Storage.Files.Shares.ShareFileClient.OpenReadAsync(System.Boolean,System.Int64,System.Nullable{System.Int32},System.Threading.CancellationToken).

public class ShareFileOpenReadOptions
type ShareFileOpenReadOptions = class
Public Class ShareFileOpenReadOptions
Inheritance
ShareFileOpenReadOptions

Constructors

ShareFileOpenReadOptions(Boolean)

Constructor.

Properties

BufferSize

The buffer size to use when the stream downloads parts of the file. Defaults to 4 MB.

Conditions

Optional ShareFileRequestConditions 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