ADLSGen2FileDataSetMapping Class
An ADLS Gen2 file data set mapping.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datashare.models._models_py3.DataSetMappingADLSGen2FileDataSetMapping
Constructor
ADLSGen2FileDataSetMapping(*, data_set_id: str, file_path: str, file_system: str, resource_group: str, storage_account_name: str, subscription_id: str, output_type: Optional[Union[str, azure.mgmt.datashare.models._data_share_management_client_enums.OutputType]] = None, **kwargs)
Parameters
- kind
- str or DataSetMappingKind
Required. Kind of data set mapping.Constant filled by server. Possible values include: "Blob", "Container", "BlobFolder", "AdlsGen2FileSystem", "AdlsGen2Folder", "AdlsGen2File", "KustoCluster", "KustoDatabase", "SqlDBTable", "SqlDWTable", "SynapseWorkspaceSqlPoolTable".
- output_type
- str or OutputType
Type of output file. Possible values include: "Csv", "Parquet".
Variables
- id
- str
The resource id of the azure resource.
- name
- str
Name of the azure resource.
- system_data
- SystemData
System Data of the Azure resource.
- type
- str
Type of the azure resource.
- data_set_mapping_status
- str or DataSetMappingStatus
Gets the status of the data set mapping. Possible values include: "Ok", "Broken".
- provisioning_state
- str or ProvisioningState
Provisioning state of the data set mapping. Possible values include: "Succeeded", "Creating", "Deleting", "Moving", "Failed".
Feedback
Submit and view feedback for