AmazonS3Location 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.
The location of amazon S3 dataset.
public class AmazonS3Location : Microsoft.Azure.Management.DataFactory.Models.DatasetLocation
type AmazonS3Location = class
inherit DatasetLocation
Public Class AmazonS3Location
Inherits DatasetLocation
- Inheritance
Constructors
AmazonS3Location() |
Initializes a new instance of the AmazonS3Location class. |
AmazonS3Location(IDictionary<String,Object>, Object, Object, Object, Object) |
Initializes a new instance of the AmazonS3Location class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from DatasetLocation) |
BucketName |
Gets or sets specify the bucketName of amazon S3. Type: string (or Expression with resultType string) |
FileName |
Gets or sets specify the file name of dataset. Type: string (or Expression with resultType string). (Inherited from DatasetLocation) |
FolderPath |
Gets or sets specify the folder path of dataset. Type: string (or Expression with resultType string) (Inherited from DatasetLocation) |
Version |
Gets or sets specify the version of amazon S3. Type: string (or Expression with resultType string). |
Applies to
Azure SDK for .NET