你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataLakeModelFactory.DataLakeQueryError Method

Definition

Creates a new BlobQueryError instance for mocking.

public static Azure.Storage.Files.DataLake.Models.DataLakeQueryError DataLakeQueryError(string name = default, string description = default, bool isFatal = false, long position = 0);
static member DataLakeQueryError : string * string * bool * int64 -> Azure.Storage.Files.DataLake.Models.DataLakeQueryError
Public Shared Function DataLakeQueryError (Optional name As String = Nothing, Optional description As String = Nothing, Optional isFatal As Boolean = false, Optional position As Long = 0) As DataLakeQueryError

Parameters

name
String
description
String
isFatal
Boolean
position
Int64

Returns

Applies to