class Azure::DataShare::Mgmt::V2019_11_01::Models::ADLSGen2FileDataSetMapping
An ADLS Gen2 file data set mapping.
Attributes
@return [String] The id of the source data set.
@return [DataSetMappingStatus] Gets the status of the data set mapping. Possible values include: 'Ok', 'Broken'
@return [String] File path within the file system.
@return [String] File system to which the file belongs.
@return [OutputType] Type
of output file. Possible values include: 'Csv', 'Parquet'
@return [ProvisioningState] Provisioning state of the data set mapping. Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Moving', 'Failed'
@return [String] Resource group of storage account.
@return [String] Storage account name of the source data set.
@return [String] Subscription id of storage account.
Private Class Methods
Mapper for ADLSGen2FileDataSetMapping
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-11-01/generated/azure_mgmt_datashare/models/adlsgen2file_data_set_mapping.rb, line 58 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AdlsGen2File', type: { name: 'Composite', class_name: 'ADLSGen2FileDataSetMapping', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, kind: { client_side_validation: true, required: true, serialized_name: 'kind', type: { name: 'String' } }, data_set_id: { client_side_validation: true, required: true, serialized_name: 'properties.dataSetId', type: { name: 'String' } }, data_set_mapping_status: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.dataSetMappingStatus', type: { name: 'String' } }, file_path: { client_side_validation: true, required: true, serialized_name: 'properties.filePath', type: { name: 'String' } }, file_system: { client_side_validation: true, required: true, serialized_name: 'properties.fileSystem', type: { name: 'String' } }, output_type: { client_side_validation: true, required: false, serialized_name: 'properties.outputType', type: { name: 'String' } }, provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, resource_group: { client_side_validation: true, required: true, serialized_name: 'properties.resourceGroup', type: { name: 'String' } }, storage_account_name: { client_side_validation: true, required: true, serialized_name: 'properties.storageAccountName', type: { name: 'String' } }, subscription_id: { client_side_validation: true, required: true, serialized_name: 'properties.subscriptionId', type: { name: 'String' } } } } } end
# File lib/2019-11-01/generated/azure_mgmt_datashare/models/adlsgen2file_data_set_mapping.rb, line 16 def initialize @kind = "AdlsGen2File" end