Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove AzureDataLakeStoreCosmosStructuredStreamDataset since it's internal only #5277

Merged
merged 1 commit into from
Mar 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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