AmazonS3CompatibleLocation 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 Compatible dataset.
public class AmazonS3CompatibleLocation : Microsoft.Azure.Management.DataFactory.Models.DatasetLocation
type AmazonS3CompatibleLocation = class
inherit DatasetLocation
Public Class AmazonS3CompatibleLocation
Inherits DatasetLocation
- Inheritance
Constructors
AmazonS3CompatibleLocation() |
Initializes a new instance of the AmazonS3CompatibleLocation class. |
AmazonS3CompatibleLocation(IDictionary<String,Object>, Object, Object, Object, Object) |
Initializes a new instance of the AmazonS3CompatibleLocation 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 Compatible. 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 Compatible. Type: string (or Expression with resultType string). |
Applies to
Azure SDK for .NET