AmazonS3Dataset Class
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.
A single Amazon Simple Storage Service (S3) object or a set of S3 objects.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("AmazonS3Object")]
public class AmazonS3Dataset : Microsoft.Azure.Management.DataFactory.Models.Dataset
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("AmazonS3Object")>]
type AmazonS3Dataset = class
inherit Dataset
Public Class AmazonS3Dataset
Inherits Dataset
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
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. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from Dataset) |
Annotations |
Gets or sets list of tags that can be used for describing the Dataset. (Inherited from Dataset) |
BucketName |
Gets or sets the name of the Amazon S3 bucket. Type: string (or Expression with resultType string). |
Compression |
Gets or sets the data compression method used for the Amazon S3 object. |
Description |
Gets or sets dataset description. (Inherited from Dataset) |
Folder |
Gets or sets the folder that this Dataset is in. If not specified, Dataset will appear at the root level. (Inherited from Dataset) |
Format |
Gets or sets the format of files. |
Key |
Gets or sets the key of the Amazon S3 object. Type: string (or Expression with resultType string). |
LinkedServiceName |
Gets or sets linked service reference. (Inherited from Dataset) |
ModifiedDatetimeEnd |
Gets or sets the end of S3 object's modified datetime. Type: string (or Expression with resultType string). |
ModifiedDatetimeStart |
Gets or sets the start of S3 object's modified datetime. Type: string (or Expression with resultType string). |
Parameters |
Gets or sets parameters for dataset. (Inherited from Dataset) |
Prefix |
Gets or sets the prefix filter for the S3 object name. Type: string (or Expression with resultType string). |
Schema |
Gets or sets columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement. (Inherited from Dataset) |
Structure |
Gets or sets columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement. (Inherited from Dataset) |
Version |
Gets or sets the version for the S3 object. Type: string (or Expression with resultType string). |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET