From a14d4e5fcdd7bb4ebb7210330cde318137644cc9 Mon Sep 17 00:00:00 2001 From: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Date: Sat, 26 Feb 2022 10:17:31 +0000 Subject: [PATCH] Adding dataset: LakeFilesBinary --- Code/DataFactory/dataset/LakeFilesBinary.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Code/DataFactory/dataset/LakeFilesBinary.json diff --git a/Code/DataFactory/dataset/LakeFilesBinary.json b/Code/DataFactory/dataset/LakeFilesBinary.json new file mode 100644 index 0000000..479331e --- /dev/null +++ b/Code/DataFactory/dataset/LakeFilesBinary.json @@ -0,0 +1,19 @@ +{ + "name": "LakeFilesBinary", + "properties": { + "linkedServiceName": { + "referenceName": "traininglak01", + "type": "LinkedServiceReference" + }, + "folder": { + "name": "Lake" + }, + "annotations": [], + "type": "Binary", + "typeProperties": { + "location": { + "type": "AzureBlobFSLocation" + } + } + } +} \ No newline at end of file