다음을 통해 공유


BlobOpenReadOptions(Boolean) Constructor

Definition

Constructor.

public BlobOpenReadOptions (bool allowModifications);
new Azure.Storage.Blobs.Models.BlobOpenReadOptions : bool -> Azure.Storage.Blobs.Models.BlobOpenReadOptions
Public Sub New (allowModifications As Boolean)

Parameters

allowModifications
Boolean

If false, a RequestFailedException will be thrown if the blob is modified while it is being read from.

Applies to