次の方法で共有


DataLakeOpenReadOptions(Boolean) コンストラクター

定義

コンストラクターです。

public DataLakeOpenReadOptions (bool allowModifications);
new Azure.Storage.Files.DataLake.Models.DataLakeOpenReadOptions : bool -> Azure.Storage.Files.DataLake.Models.DataLakeOpenReadOptions
Public Sub New (allowModifications As Boolean)

パラメーター

allowModifications
Boolean

false の場合、 RequestFailedException ファイルが読み取り元の間に変更されると、 がスローされます。

適用対象