AmazonS3ReadSettings Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AmazonS3ReadSettings() |
Initialise une nouvelle instance de la classe AmazonS3ReadSettings. |
AmazonS3ReadSettings(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Nullable<Boolean>, Object, Object, Object, Object) |
Initialise une nouvelle instance de la classe AmazonS3ReadSettings. |
AmazonS3ReadSettings()
Initialise une nouvelle instance de la classe AmazonS3ReadSettings.
public AmazonS3ReadSettings ();
Public Sub New ()
S’applique à
AmazonS3ReadSettings(IDictionary<String,Object>, Object, Object, Object, Object, Object, Object, Object, Nullable<Boolean>, Object, Object, Object, Object)
Initialise une nouvelle instance de la classe AmazonS3ReadSettings.
public AmazonS3ReadSettings (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object maxConcurrentConnections = default, object disableMetricsCollection = default, object recursive = default, object wildcardFolderPath = default, object wildcardFileName = default, object prefix = default, object fileListPath = default, bool? enablePartitionDiscovery = default, object partitionRootPath = default, object deleteFilesAfterCompletion = default, object modifiedDatetimeStart = default, object modifiedDatetimeEnd = default);
new Microsoft.Azure.Management.DataFactory.Models.AmazonS3ReadSettings : System.Collections.Generic.IDictionary<string, obj> * obj * obj * obj * obj * obj * obj * obj * Nullable<bool> * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.AmazonS3ReadSettings
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional maxConcurrentConnections As Object = Nothing, Optional disableMetricsCollection As Object = Nothing, Optional recursive As Object = Nothing, Optional wildcardFolderPath As Object = Nothing, Optional wildcardFileName As Object = Nothing, Optional prefix As Object = Nothing, Optional fileListPath As Object = Nothing, Optional enablePartitionDiscovery As Nullable(Of Boolean) = Nothing, Optional partitionRootPath As Object = Nothing, Optional deleteFilesAfterCompletion As Object = Nothing, Optional modifiedDatetimeStart As Object = Nothing, Optional modifiedDatetimeEnd As Object = Nothing)
Paramètres
- additionalProperties
- IDictionary<String,Object>
Les propriétés sans correspondance du message sont désérialisées dans cette collection
- maxConcurrentConnections
- Object
Nombre maximal de connexions simultanées pour le magasin de données source. Type : entier (ou Expression avec un entier resultType).
- disableMetricsCollection
- Object
Si la valeur est true, désactivez la collecte des métriques du magasin de données. La valeur par défaut est false. Type : booléen (ou Expression avec resultType boolean).
- recursive
- Object
Si la valeur est true, les fichiers situés sous le chemin du dossier sont lus de manière récursive. La valeur par défaut est true. Type : booléen (ou Expression avec resultType boolean).
- wildcardFolderPath
- Object
AmazonS3 caractère génériqueFolderPath. Type : chaîne (ou Expression avec chaîne resultType).
- wildcardFileName
- Object
AmazonS3 caractère génériqueFileName. Type : chaîne (ou Expression avec chaîne resultType).
- prefix
- Object
Filtre de préfixe pour le nom de l’objet S3. Type : chaîne (ou Expression avec chaîne resultType).
- fileListPath
- Object
Pointez sur un fichier texte qui répertorie chaque fichier (chemin relatif du chemin configuré dans le jeu de données) que vous souhaitez copier. Type : chaîne (ou Expression avec chaîne resultType).
- partitionRootPath
- Object
Spécifiez le chemin d’accès racine à partir duquel la découverte de partitions commence. Type : chaîne (ou Expression avec chaîne resultType).
- deleteFilesAfterCompletion
- Object
Indique si les fichiers sources doivent être supprimés une fois la copie terminée. La valeur par défaut est false. Type : booléen (ou Expression avec resultType boolean).
- modifiedDatetimeStart
- Object
Début de la date/heure de modification du fichier. Type : chaîne (ou Expression avec chaîne resultType).
- modifiedDatetimeEnd
- Object
Fin de la date/heure de modification du fichier. Type : chaîne (ou Expression avec chaîne resultType).
S’applique à
Azure SDK for .NET