次の方法で共有


AzureBlobDataset コンストラクター

定義

オーバーロード

AzureBlobDataset()

AzureBlobDataset クラスの新しいインスタンスを初期化します。

AzureBlobDataset(LinkedServiceReference, IDictionary<String,Object>, String, Object, Object, IDictionary<String,ParameterSpecification>, IList<Object>, DatasetFolder, Object, Object, Object, Object, Object, DatasetStorageFormat, DatasetCompression)

AzureBlobDataset クラスの新しいインスタンスを初期化します。

AzureBlobDataset()

AzureBlobDataset クラスの新しいインスタンスを初期化します。

public AzureBlobDataset ();
Public Sub New ()

適用対象

AzureBlobDataset(LinkedServiceReference, IDictionary<String,Object>, String, Object, Object, IDictionary<String,ParameterSpecification>, IList<Object>, DatasetFolder, Object, Object, Object, Object, Object, DatasetStorageFormat, DatasetCompression)

AzureBlobDataset クラスの新しいインスタンスを初期化します。

public AzureBlobDataset (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 tableRootLocation = default, object fileName = default, object modifiedDatetimeStart = default, object modifiedDatetimeEnd = default, Microsoft.Azure.Management.DataFactory.Models.DatasetStorageFormat format = default, Microsoft.Azure.Management.DataFactory.Models.DatasetCompression compression = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureBlobDataset : 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 * obj * obj * obj * Microsoft.Azure.Management.DataFactory.Models.DatasetStorageFormat * Microsoft.Azure.Management.DataFactory.Models.DatasetCompression -> Microsoft.Azure.Management.DataFactory.Models.AzureBlobDataset
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 tableRootLocation As Object = Nothing, Optional fileName As Object = Nothing, Optional modifiedDatetimeStart As Object = Nothing, Optional modifiedDatetimeEnd As Object = Nothing, Optional format As DatasetStorageFormat = Nothing, Optional compression As DatasetCompression = Nothing)

パラメーター

linkedServiceName
LinkedServiceReference

リンクされたサービス 参照。

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

description
String

データセットの説明。

structure
Object

データセットの構造を定義する列。 型: 配列 (または resultType 配列を持つ式)、itemType: DatasetDataElement。

schema
Object

データセットの物理型スキーマを定義する列。 型: 配列 (または resultType 配列を持つ式)、itemType: DatasetSchemaDataElement。

parameters
IDictionary<String,ParameterSpecification>

データセットのパラメーター。

annotations
IList<Object>

データセットの記述に使用できるタグの一覧。

folder
DatasetFolder

このデータセットが格納されているフォルダー。 指定しない場合、データセットはルート レベルで表示されます。

folderPath
Object

Azure Blob Storage のパス。 型: string (または resultType 文字列を含む式)。

tableRootLocation
Object

BLOB パスのルート。 型: string (または resultType 文字列を含む式)。

fileName
Object

Azure BLOB の名前。 型: string (または resultType 文字列を含む式)。

modifiedDatetimeStart
Object

Azure Blob の変更された datetime の開始。 型: string (または resultType 文字列を含む式)。

modifiedDatetimeEnd
Object

Azure Blob の変更された datetime の終了。 型: string (または resultType 文字列を含む式)。

format
DatasetStorageFormat

Azure Blob Storage の形式。

compression
DatasetCompression

BLOB ストレージに使用されるデータ圧縮方法。

適用対象