AmazonS3Dataset Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AmazonS3Dataset() |
Initializes a new instance of the AmazonS3Dataset class. |
AmazonS3Dataset(LinkedServiceReference, Object, IDictionary<String, Object>, String, Object, Object, IDictionary<String,ParameterSpecification>, IList<Object>, DatasetFolder, Object, Object, Object, Object, Object, DatasetStorageFormat, DatasetCompression) |
Initializes a new instance of the AmazonS3Dataset class. |
AmazonS3Dataset()
Initializes a new instance of the AmazonS3Dataset class.
public AmazonS3Dataset ();
Public Sub New ()
Applies to
AmazonS3Dataset(LinkedServiceReference, Object, IDictionary<String, Object>, String, Object, Object, IDictionary<String,ParameterSpecification>, IList<Object>, DatasetFolder, Object, Object, Object, Object, Object, DatasetStorageFormat, DatasetCompression)
Initializes a new instance of the AmazonS3Dataset class.
public AmazonS3Dataset (Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName, object bucketName, 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 key = default, object prefix = default, object version = 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.AmazonS3Dataset : Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * obj * 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.AmazonS3Dataset
Public Sub New (linkedServiceName As LinkedServiceReference, bucketName As Object, 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 key As Object = Nothing, Optional prefix As Object = Nothing, Optional version As Object = Nothing, Optional modifiedDatetimeStart As Object = Nothing, Optional modifiedDatetimeEnd As Object = Nothing, Optional format As DatasetStorageFormat = Nothing, Optional compression As DatasetCompression = Nothing)
Parameters
- linkedServiceName
- LinkedServiceReference
Linked service reference.
- bucketName
- Object
The name of the Amazon S3 bucket. Type: string (or Expression with resultType string).
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- description
- String
Dataset description.
- structure
- Object
Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.
- schema
- Object
Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.
- parameters
- IDictionary<String,ParameterSpecification>
Parameters for dataset.
- folder
- DatasetFolder
The folder that this Dataset is in. If not specified, Dataset will appear at the root level.
- key
- Object
The key of the Amazon S3 object. Type: string (or Expression with resultType string).
- prefix
- Object
The prefix filter for the S3 object name. Type: string (or Expression with resultType string).
- version
- Object
The version for the S3 object. Type: string (or Expression with resultType string).
- modifiedDatetimeStart
- Object
The start of S3 object's modified datetime. Type: string (or Expression with resultType string).
- modifiedDatetimeEnd
- Object
The end of S3 object's modified datetime. Type: string (or Expression with resultType string).
- format
- DatasetStorageFormat
The format of files.
- compression
- DatasetCompression
The data compression method used for the Amazon S3 object.
Applies to
Azure SDK for .NET