次の方法で共有


MockAdlsClient.CreateFileAsync メソッド

定義

新しいファイルの内部ディクショナリへのエントリを作成します。 エントリは、AclStatus、DirectoryEntry、およびメモリ ストリームをカプセル化します

public override System.Threading.Tasks.Task<Microsoft.Azure.DataLake.Store.AdlsOutputStream> CreateFileAsync (string filename, Microsoft.Azure.DataLake.Store.IfExists mode, string octalPermission = default, bool createParent = true, System.Threading.CancellationToken cancelToken = default);
override this.CreateFileAsync : string * Microsoft.Azure.DataLake.Store.IfExists * string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.DataLake.Store.AdlsOutputStream>
Public Overrides Function CreateFileAsync (filename As String, mode As IfExists, Optional octalPermission As String = Nothing, Optional createParent As Boolean = true, Optional cancelToken As CancellationToken = Nothing) As Task(Of AdlsOutputStream)

パラメーター

filename
String

ファイル名

mode
IfExists

上書きまたは失敗する状態が存在する場合

octalPermission
String

アクセス許可文字列

createParent
Boolean

親ディレクトリを作成する場合は True です。現在は効果がありません

cancelToken
CancellationToken

キャンセル トークン

戻り値

モック ADls 出力ストリーム

適用対象