Class: Azure::DataFactory::Mgmt::V2018_06_01::Models::AzureDataLakeStoreReadSettings
- Inherits:
-
StoreReadSettings
- Object
- StoreReadSettings
- Azure::DataFactory::Mgmt::V2018_06_01::Models::AzureDataLakeStoreReadSettings
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-06-01/generated/azure_mgmt_data_factory/models/azure_data_lake_store_read_settings.rb
Overview
Azure data lake store read settings.
Instance Attribute Summary collapse
-
#delete_files_after_completion ⇒ Object
copy completion.
-
#enable_partition_discovery ⇒ Boolean
Indicates whether to enable partition discovery.
-
#file_list_path ⇒ Object
path configured in the dataset) that you want to copy.
-
#list_after ⇒ Object
names’ lexicographical order.
-
#list_before ⇒ Object
names’ lexicographical order.
-
#modified_datetime_end ⇒ Object
Expression with resultType string).
-
#modified_datetime_start ⇒ Object
Expression with resultType string).
-
#partition_root_path ⇒ Object
Type: string (or Expression with resultType string).
-
#recursive ⇒ Object
Default is true.
-
#type ⇒ Object
Returns the value of attribute type.
-
#wildcard_file_name ⇒ Object
resultType string).
-
#wildcard_folder_path ⇒ Object
resultType string).
Attributes inherited from StoreReadSettings
#additional_properties, #max_concurrent_connections
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for AzureDataLakeStoreReadSettings class as Ruby Hash.
Instance Method Summary collapse
-
#initialize ⇒ AzureDataLakeStoreReadSettings
constructor
A new instance of AzureDataLakeStoreReadSettings.
Constructor Details
#initialize ⇒ AzureDataLakeStoreReadSettings
Returns a new instance of AzureDataLakeStoreReadSettings.
16 17 18 |
# File 'lib/2018-06-01/generated/azure_mgmt_data_factory/models/azure_data_lake_store_read_settings.rb', line 16 def initialize @type = "AzureDataLakeStoreReadSettings" end |
Instance Attribute Details
#delete_files_after_completion ⇒ Object
copy completion. Default is false. Type: boolean (or Expression with resultType boolean).
61 62 63 |
# File 'lib/2018-06-01/generated/azure_mgmt_data_factory/models/azure_data_lake_store_read_settings.rb', line 61 def delete_files_after_completion @delete_files_after_completion end |
#enable_partition_discovery ⇒ Boolean
Returns Indicates whether to enable partition discovery.
52 53 54 |
# File 'lib/2018-06-01/generated/azure_mgmt_data_factory/models/azure_data_lake_store_read_settings.rb', line 52 def enable_partition_discovery @enable_partition_discovery end |
#file_list_path ⇒ Object
path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
37 38 39 |
# File 'lib/2018-06-01/generated/azure_mgmt_data_factory/models/azure_data_lake_store_read_settings.rb', line 37 def file_list_path @file_list_path end |
#list_after ⇒ Object
names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
43 44 45 |
# File 'lib/2018-06-01/generated/azure_mgmt_data_factory/models/azure_data_lake_store_read_settings.rb', line 43 def list_after @list_after end |
#list_before ⇒ Object
names’ lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
49 50 51 |
# File 'lib/2018-06-01/generated/azure_mgmt_data_factory/models/azure_data_lake_store_read_settings.rb', line 49 def list_before @list_before end |
#modified_datetime_end ⇒ Object
Expression with resultType string).
69 70 71 |
# File 'lib/2018-06-01/generated/azure_mgmt_data_factory/models/azure_data_lake_store_read_settings.rb', line 69 def modified_datetime_end @modified_datetime_end end |
#modified_datetime_start ⇒ Object
Expression with resultType string).
65 66 67 |
# File 'lib/2018-06-01/generated/azure_mgmt_data_factory/models/azure_data_lake_store_read_settings.rb', line 65 def modified_datetime_start @modified_datetime_start end |
#partition_root_path ⇒ Object
Type: string (or Expression with resultType string).
56 57 58 |
# File 'lib/2018-06-01/generated/azure_mgmt_data_factory/models/azure_data_lake_store_read_settings.rb', line 56 def partition_root_path @partition_root_path end |
#recursive ⇒ Object
Default is true. Type: boolean (or Expression with resultType boolean).
24 25 26 |
# File 'lib/2018-06-01/generated/azure_mgmt_data_factory/models/azure_data_lake_store_read_settings.rb', line 24 def recursive @recursive end |
#type ⇒ Object
Returns the value of attribute type.
20 21 22 |
# File 'lib/2018-06-01/generated/azure_mgmt_data_factory/models/azure_data_lake_store_read_settings.rb', line 20 def type @type end |
#wildcard_file_name ⇒ Object
resultType string).
32 33 34 |
# File 'lib/2018-06-01/generated/azure_mgmt_data_factory/models/azure_data_lake_store_read_settings.rb', line 32 def wildcard_file_name @wildcard_file_name end |
#wildcard_folder_path ⇒ Object
resultType string).
28 29 30 |
# File 'lib/2018-06-01/generated/azure_mgmt_data_factory/models/azure_data_lake_store_read_settings.rb', line 28 def wildcard_folder_path @wildcard_folder_path end |
Class Method Details
.mapper ⇒ Object
Mapper for AzureDataLakeStoreReadSettings class as Ruby Hash. This will be used for serialization/deserialization.
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 |
# File 'lib/2018-06-01/generated/azure_mgmt_data_factory/models/azure_data_lake_store_read_settings.rb', line 76 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AzureDataLakeStoreReadSettings', type: { name: 'Composite', class_name: 'AzureDataLakeStoreReadSettings', model_properties: { additional_properties: { client_side_validation: true, required: false, type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { name: 'Object' } } } }, max_concurrent_connections: { client_side_validation: true, required: false, serialized_name: 'maxConcurrentConnections', type: { name: 'Object' } }, type: { client_side_validation: true, required: true, serialized_name: 'type', type: { name: 'String' } }, recursive: { client_side_validation: true, required: false, serialized_name: 'recursive', type: { name: 'Object' } }, wildcard_folder_path: { client_side_validation: true, required: false, serialized_name: 'wildcardFolderPath', type: { name: 'Object' } }, wildcard_file_name: { client_side_validation: true, required: false, serialized_name: 'wildcardFileName', type: { name: 'Object' } }, file_list_path: { client_side_validation: true, required: false, serialized_name: 'fileListPath', type: { name: 'Object' } }, list_after: { client_side_validation: true, required: false, serialized_name: 'listAfter', type: { name: 'Object' } }, list_before: { client_side_validation: true, required: false, serialized_name: 'listBefore', type: { name: 'Object' } }, enable_partition_discovery: { client_side_validation: true, required: false, serialized_name: 'enablePartitionDiscovery', type: { name: 'Boolean' } }, partition_root_path: { client_side_validation: true, required: false, serialized_name: 'partitionRootPath', type: { name: 'Object' } }, delete_files_after_completion: { client_side_validation: true, required: false, serialized_name: 'deleteFilesAfterCompletion', type: { name: 'Object' } }, modified_datetime_start: { client_side_validation: true, required: false, serialized_name: 'modifiedDatetimeStart', type: { name: 'Object' } }, modified_datetime_end: { client_side_validation: true, required: false, serialized_name: 'modifiedDatetimeEnd', type: { name: 'Object' } } } } } end |