36 lines
		
	
	
		
			632 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			632 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"name": "LakeFilesBinary",
 | |
| 	"properties": {
 | |
| 		"linkedServiceName": {
 | |
| 			"referenceName": "traininglake01",
 | |
| 			"type": "LinkedServiceReference"
 | |
| 		},
 | |
| 		"parameters": {
 | |
| 			"Directory": {
 | |
| 				"type": "string"
 | |
| 			},
 | |
| 			"File": {
 | |
| 				"type": "string"
 | |
| 			}
 | |
| 		},
 | |
| 		"folder": {
 | |
| 			"name": "Lake"
 | |
| 		},
 | |
| 		"annotations": [],
 | |
| 		"type": "Binary",
 | |
| 		"typeProperties": {
 | |
| 			"location": {
 | |
| 				"type": "AzureBlobFSLocation",
 | |
| 				"fileName": {
 | |
| 					"value": "@dataset().File",
 | |
| 					"type": "Expression"
 | |
| 				},
 | |
| 				"folderPath": {
 | |
| 					"value": "@dataset().Directory",
 | |
| 					"type": "Expression"
 | |
| 				},
 | |
| 				"fileSystem": "datawarehouse"
 | |
| 			}
 | |
| 		}
 | |
| 	}
 | |
| } |