Skip to content

Commit

Permalink
Remove the AzureDataLakeStoreCosmosStructuredStreamDataset since it's…
Browse files Browse the repository at this point in the history
… internal only (#5277)
  • Loading branch information
wuchunchunt19 authored and anuchandy committed Mar 12, 2019
1 parent de3d4a1 commit 118683e
Showing 1 changed file with 0 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -763,47 +763,6 @@
"tableName"
]
},
"AzureDataLakeStoreCosmosStructuredStreamDataset": {
"x-ms-discriminator-value": "AzureDataLakeStoreCosmosStructuredStreamFile",
"description": "Azure Data Lake Store Cosmos Structured Stream dataset.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/Dataset"
}
],
"properties": {
"typeProperties": {
"description": "Azure Data Lake Store Cosmos Structured Stream dataset properties.",
"x-ms-client-flatten": true,
"$ref": "#/definitions/AzureDataLakeStoreCosmosStructuredStreamDatasetTypeProperties"
}
},
"required": [
"typeProperties"
]
},
"AzureDataLakeStoreCosmosStructuredStreamDatasetTypeProperties": {
"description": "Azure Data Lake Store Cosmos Structured Stream dataset properties.",
"properties": {
"folderPath": {
"type": "object",
"description": "Path to the folder in the Azure Data Lake Store. Type: string (or Expression with resultType string)."
},
"fileName": {
"type": "object",
"description": "The name of the file in the Azure Data Lake Store. Type: string (or Expression with resultType string)."
},
"generatedFromActivity": {
"type": "object",
"description": "Flag to indicate if this dataset is been generated from Compilation Activity. Type: boolean (or Expression with resultType boolean)."
}
},
"required": [
"folderPath",
"fileName"
]
},
"FileShareDataset": {
"x-ms-discriminator-value": "FileShare",
"description": "An on-premises file system dataset.",
Expand Down

0 comments on commit 118683e

Please sign in to comment.