你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BlobQueryError interface
Blob 查询错误类型。
属性
description | 错误说明。 |
is |
错误是否严重。 错误将停止查询。 |
name | 错误名称。 |
position | 查询的位置(以字节为单位)。 |
属性详细信息
description
错误说明。
description: string
属性值
string
isFatal
错误是否严重。 错误将停止查询。
isFatal: boolean
属性值
boolean
name
错误名称。
name: string
属性值
string
position
查询的位置(以字节为单位)。
position: number
属性值
number