BlobOpenReadOptions 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(BlobOpenReadOptions, CancellationToken)
public class BlobOpenReadOptions
type BlobOpenReadOptions = class
Public Class BlobOpenReadOptions
- Inheritance
-
BlobOpenReadOptions
Constructors
BlobOpenReadOptions(Boolean) |
Constructor. |
Properties
BufferSize |
The buffer size to use when the stream downloads parts of the blob. Defaults to 4 MB. |
Conditions |
Optional BlobRequestConditions to add conditions on the download of the blob. |
Position |
The position within the blob to begin the stream. Defaults to the beginning of the blob. |
TransferValidation |
Optional override settings for this client's TransferValidation settings. This operation does not allow AutoValidateChecksum to be set false. |
Applies to
Azure SDK for .NET