DataLakeOpenReadOptions(Boolean) Constructor
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.
Constructor.
public DataLakeOpenReadOptions (bool allowModifications);
new Azure.Storage.Files.DataLake.Models.DataLakeOpenReadOptions : bool -> Azure.Storage.Files.DataLake.Models.DataLakeOpenReadOptions
Public Sub New (allowModifications As Boolean)
Parameters
- allowModifications
- Boolean
If false, a RequestFailedException will be thrown if the file is modified while it is being read from.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET