你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureBlobStorageLocation 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Azure Blob 数据集的位置。
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureBlobStorageLocation+AzureBlobStorageLocationConverter))]
public class AzureBlobStorageLocation : Azure.Analytics.Synapse.Artifacts.Models.DatasetLocation
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureBlobStorageLocation+AzureBlobStorageLocationConverter))>]
type AzureBlobStorageLocation = class
inherit DatasetLocation
Public Class AzureBlobStorageLocation
Inherits DatasetLocation
- 继承
- 属性
构造函数
AzureBlobStorageLocation() |
初始化 AzureBlobStorageLocation 的新实例。 |
属性
AdditionalProperties |
其他属性。 (继承自 DatasetLocation) |
Container |
指定 azure Blob 的容器。 类型:包含 resultType 字符串) 的字符串 (或表达式。 |
FileName |
指定数据集的文件名。 类型:包含 resultType 字符串) 的字符串 (或表达式。 (继承自 DatasetLocation) |
FolderPath |
指定数据集的文件夹路径。 类型:包含 resultType 字符串) 的字符串 (或表达式。 (继承自 DatasetLocation) |