AzureBlobDataset 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
AzureBlobDataset() |
Initialise une nouvelle instance de la classe AzureBlobDataset. |
AzureBlobDataset(LinkedServiceReference, IDictionary<String,Object>, String, Object, Object, IDictionary<String,ParameterSpecification>, IList<Object>, DatasetFolder, Object, Object, Object, Object, Object, DatasetStorageFormat, DatasetCompression) |
Initialise une nouvelle instance de la classe AzureBlobDataset. |
AzureBlobDataset()
Initialise une nouvelle instance de la classe AzureBlobDataset.
public AzureBlobDataset ();
Public Sub New ()
S’applique à
AzureBlobDataset(LinkedServiceReference, IDictionary<String,Object>, String, Object, Object, IDictionary<String,ParameterSpecification>, IList<Object>, DatasetFolder, Object, Object, Object, Object, Object, DatasetStorageFormat, DatasetCompression)
Initialise une nouvelle instance de la classe AzureBlobDataset.
public AzureBlobDataset (Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, object structure = default, object schema = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> parameters = default, System.Collections.Generic.IList<object> annotations = default, Microsoft.Azure.Management.DataFactory.Models.DatasetFolder folder = default, object folderPath = default, object tableRootLocation = default, object fileName = default, object modifiedDatetimeStart = default, object modifiedDatetimeEnd = default, Microsoft.Azure.Management.DataFactory.Models.DatasetStorageFormat format = default, Microsoft.Azure.Management.DataFactory.Models.DatasetCompression compression = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureBlobDataset : Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * System.Collections.Generic.IDictionary<string, obj> * string * obj * obj * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> * System.Collections.Generic.IList<obj> * Microsoft.Azure.Management.DataFactory.Models.DatasetFolder * obj * obj * obj * obj * obj * Microsoft.Azure.Management.DataFactory.Models.DatasetStorageFormat * Microsoft.Azure.Management.DataFactory.Models.DatasetCompression -> Microsoft.Azure.Management.DataFactory.Models.AzureBlobDataset
Public Sub New (linkedServiceName As LinkedServiceReference, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional structure As Object = Nothing, Optional schema As Object = Nothing, Optional parameters As IDictionary(Of String, ParameterSpecification) = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional folder As DatasetFolder = Nothing, Optional folderPath As Object = Nothing, Optional tableRootLocation As Object = Nothing, Optional fileName As Object = Nothing, Optional modifiedDatetimeStart As Object = Nothing, Optional modifiedDatetimeEnd As Object = Nothing, Optional format As DatasetStorageFormat = Nothing, Optional compression As DatasetCompression = Nothing)
Paramètres
- linkedServiceName
- LinkedServiceReference
Informations de référence sur le service lié.
- additionalProperties
- IDictionary<String,Object>
Les propriétés sans correspondance du message sont désérialisées cette collection
- description
- String
Description du jeu de données.
- structure
- Object
Colonnes qui définissent la structure du jeu de données. Type : array (ou Expression avec le tableau resultType), itemType : DatasetDataElement.
- schema
- Object
Colonnes qui définissent le schéma de type physique du jeu de données. Type : array (ou Expression avec le tableau resultType), itemType : DatasetSchemaDataElement.
- parameters
- IDictionary<String,ParameterSpecification>
Paramètres du jeu de données.
Liste des balises qui peuvent être utilisées pour décrire le jeu de données.
- folder
- DatasetFolder
Dossier dans lequel se trouve ce jeu de données. S’il n’est pas spécifié, le jeu de données s’affiche au niveau racine.
- folderPath
- Object
Chemin d’accès du stockage Blob Azure. Type : chaîne (ou Expression avec chaîne resultType).
- tableRootLocation
- Object
Racine du chemin d’accès d’objet blob. Type : chaîne (ou Expression avec chaîne resultType).
- fileName
- Object
Nom de l’objet blob Azure. Type : chaîne (ou Expression avec chaîne resultType).
- modifiedDatetimeStart
- Object
Début de l’heure de modification de l’objet blob Azure. Type : chaîne (ou Expression avec chaîne resultType).
- modifiedDatetimeEnd
- Object
Fin de l’heure de modification de l’objet blob Azure. Type : chaîne (ou Expression avec chaîne resultType).
- format
- DatasetStorageFormat
Format du stockage Blob Azure.
- compression
- DatasetCompression
Méthode de compression des données utilisée pour le stockage d’objets blob.
S’applique à
Azure SDK for .NET