AmazonS3CompatibleLocation 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
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. |
AmazonS3CompatibleLocation()
Initializes a new instance of the AmazonS3CompatibleLocation class.
public AmazonS3CompatibleLocation ();
Public Sub New ()
Applies to
AmazonS3CompatibleLocation(IDictionary<String,Object>, Object, Object, Object, Object)
Initializes a new instance of the AmazonS3CompatibleLocation class.
public AmazonS3CompatibleLocation (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object folderPath = default, object fileName = default, object bucketName = default, object version = default);
new Microsoft.Azure.Management.DataFactory.Models.AmazonS3CompatibleLocation : System.Collections.Generic.IDictionary<string, obj> * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.AmazonS3CompatibleLocation
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional folderPath As Object = Nothing, Optional fileName As Object = Nothing, Optional bucketName As Object = Nothing, Optional version As Object = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- folderPath
- Object
Specify the folder path of dataset. Type: string (or Expression with resultType string)
- fileName
- Object
Specify the file name of dataset. Type: string (or Expression with resultType string).
- bucketName
- Object
Specify the bucketName of Amazon S3 Compatible. Type: string (or Expression with resultType string)
- version
- Object
Specify the version of Amazon S3 Compatible. Type: string (or Expression with resultType string).
Applies to
Azure SDK for .NET