You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json
+31-23Lines changed: 31 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -646,18 +646,8 @@
646
646
"description": "The location of the avro storage."
647
647
},
648
648
"avroCompressionCodec": {
649
-
"type": "string",
650
-
"enum": [
651
-
"none",
652
-
"deflate",
653
-
"snappy",
654
-
"xz",
655
-
"bzip2"
656
-
],
657
-
"x-ms-enum": {
658
-
"name": "avroCompressionCodec",
659
-
"modelAsString": true
660
-
}
649
+
"type": "object",
650
+
"description": "The data avroCompressionCodec. Type: string (or Expression with resultType string)."
661
651
},
662
652
"avroCompressionLevel": {
663
653
"type": "integer",
@@ -669,6 +659,20 @@
669
659
"location"
670
660
]
671
661
},
662
+
"AvroCompressionCodec": {
663
+
"type": "string",
664
+
"enum": [
665
+
"none",
666
+
"deflate",
667
+
"snappy",
668
+
"xz",
669
+
"bzip2"
670
+
],
671
+
"x-ms-enum": {
672
+
"name": "avroCompressionCodec",
673
+
"modelAsString": true
674
+
}
675
+
},
672
676
"ExcelDataset": {
673
677
"x-ms-discriminator-value": "Excel",
674
678
"description": "Excel dataset.",
@@ -943,23 +947,27 @@
943
947
"description": "The location of the ORC data storage."
944
948
},
945
949
"orcCompressionCodec": {
946
-
"type": "string",
947
-
"enum": [
948
-
"none",
949
-
"zlib",
950
-
"snappy",
951
-
"lzo"
952
-
],
953
-
"x-ms-enum": {
954
-
"name": "orcCompressionCodec",
955
-
"modelAsString": true
956
-
}
950
+
"type": "object",
951
+
"description": "The data orcCompressionCodec. Type: string (or Expression with resultType string)."
0 commit comments