你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureBlobFSDataset 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
AzureBlobFSDataset()
初始化 AzureBlobFSDataset 类的新实例。
public AzureBlobFSDataset ();
Public Sub New ()
适用于
AzureBlobFSDataset(LinkedServiceReference, IDictionary<String, Object>, String, Object, Object, IDictionary<String,ParameterSpecification>, IList<Object>, DatasetFolder, Object, Object, DatasetStorageFormat, DatasetCompression)
初始化 AzureBlobFSDataset 类的新实例。
public AzureBlobFSDataset (Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, object structure = default, object schema = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> parameters = default, System.Collections.Generic.IList<object> annotations = default, Microsoft.Azure.Management.DataFactory.Models.DatasetFolder folder = default, object folderPath = default, object fileName = default, Microsoft.Azure.Management.DataFactory.Models.DatasetStorageFormat format = default, Microsoft.Azure.Management.DataFactory.Models.DatasetCompression compression = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureBlobFSDataset : Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * System.Collections.Generic.IDictionary<string, obj> * string * obj * obj * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> * System.Collections.Generic.IList<obj> * Microsoft.Azure.Management.DataFactory.Models.DatasetFolder * obj * obj * Microsoft.Azure.Management.DataFactory.Models.DatasetStorageFormat * Microsoft.Azure.Management.DataFactory.Models.DatasetCompression -> Microsoft.Azure.Management.DataFactory.Models.AzureBlobFSDataset
Public Sub New (linkedServiceName As LinkedServiceReference, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional structure As Object = Nothing, Optional schema As Object = Nothing, Optional parameters As IDictionary(Of String, ParameterSpecification) = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional folder As DatasetFolder = Nothing, Optional folderPath As Object = Nothing, Optional fileName As Object = Nothing, Optional format As DatasetStorageFormat = Nothing, Optional compression As DatasetCompression = Nothing)
参数
- linkedServiceName
- LinkedServiceReference
链接服务引用。
- additionalProperties
- IDictionary<String,Object>
消息中的不匹配属性将对此集合进行反序列化
- description
- String
数据集说明。
- structure
- Object
定义数据集结构的列。 类型:array (或 expression with resultType array) , itemType: DatasetDataElement.
- schema
- Object
定义数据集的物理类型架构的列。 类型:array (或 Expression with resultType array) , itemType: DatasetSchemaDataElement.
- parameters
- IDictionary<String,ParameterSpecification>
数据集的参数。
- folder
- DatasetFolder
此数据集位于的文件夹。 如果未指定,数据集将显示在根级别。
- folderPath
- Object
Azure Data Lake Storage Gen2存储的路径。 类型:包含 resultType 字符串) 的字符串 (或表达式。
- fileName
- Object
Azure Data Lake Storage Gen2的名称。 类型:包含 resultType 字符串) 的字符串 (或表达式。
- format
- DatasetStorageFormat
Azure Data Lake Storage Gen2存储的格式。
- compression
- DatasetCompression
用于 Blob 存储的数据压缩方法。