@mongodb-js/mongodb-constants
Advanced tools
Comparing version 0.9.0 to 0.10.0
@@ -366,4 +366,4 @@ declare const STAGE_OPERATORS: readonly [{ | ||
readonly namespaces: readonly ["db", "coll", "view", "timeseries"]; | ||
readonly description: "Writes the result of a pipeline to an Atlas cluster or S3 bucket."; | ||
readonly comment: "/**\n * Use any one of the following:\n * s3: Parameters to save the data to S3.\n * atlas: Parameters to save the data to Atlas. Example:\n * {\n * atlas: {\n * db: 'string',\n * coll: 'string',\n * projectId: 'string',\n * clusterName: 'string'\n * }\n * }\n */\n"; | ||
readonly description: "Writes the result of a pipeline to an Atlas cluster, S3 bucket, or Azure Blob Storage."; | ||
readonly comment: "/**\n * Use any one of the following:\n * s3: Parameters to save the data to S3.\n * atlas: Parameters to save the data to Atlas. Example:\n * {\n * atlas: {\n * db: 'string',\n * coll: 'string',\n * projectId: 'string',\n * clusterName: 'string'\n * }\n * },\n * azure: Parameters to save the data to Azure. Example:\n * {\n * azure: {\n * serviceURL: 'string',\n * containerName: 'string',\n * region: 'string,\n * filename: 'string',\n * format: {\n * name: 'string',\n * maxFileSize: 'string',\n * maxRowGroupSize: 'string',\n * columnCompression: 'string'\n * },\n * errorMode: 'string'\n * }\n * }\n */\n"; | ||
readonly snippet: "{\n s3: {\n bucket: '${1:string}',\n region: '${2:string}',\n filename: '${3:string}',\n format: {\n name: '${4:string}',\n maxFileSize: '${5:bytes}',\n maxRowGroupSize: '${6:string}',\n columnCompression: '${7:string}'\n },\n errorMode: '${8:string}'\n }\n}"; | ||
@@ -689,4 +689,4 @@ }, { | ||
readonly namespaces: readonly ["db", "coll", "view", "timeseries"]; | ||
readonly description: "Writes the result of a pipeline to an Atlas cluster or S3 bucket."; | ||
readonly comment: "/**\n * Use any one of the following:\n * s3: Parameters to save the data to S3.\n * atlas: Parameters to save the data to Atlas. Example:\n * {\n * atlas: {\n * db: 'string',\n * coll: 'string',\n * projectId: 'string',\n * clusterName: 'string'\n * }\n * }\n */\n"; | ||
readonly description: "Writes the result of a pipeline to an Atlas cluster, S3 bucket, or Azure Blob Storage."; | ||
readonly comment: "/**\n * Use any one of the following:\n * s3: Parameters to save the data to S3.\n * atlas: Parameters to save the data to Atlas. Example:\n * {\n * atlas: {\n * db: 'string',\n * coll: 'string',\n * projectId: 'string',\n * clusterName: 'string'\n * }\n * },\n * azure: Parameters to save the data to Azure. Example:\n * {\n * azure: {\n * serviceURL: 'string',\n * containerName: 'string',\n * region: 'string,\n * filename: 'string',\n * format: {\n * name: 'string',\n * maxFileSize: 'string',\n * maxRowGroupSize: 'string',\n * columnCompression: 'string'\n * },\n * errorMode: 'string'\n * }\n * }\n */\n"; | ||
readonly snippet: "{\n s3: {\n bucket: '${1:string}',\n region: '${2:string}',\n filename: '${3:string}',\n format: {\n name: '${4:string}',\n maxFileSize: '${5:bytes}',\n maxRowGroupSize: '${6:string}',\n columnCompression: '${7:string}'\n },\n errorMode: '${8:string}'\n }\n}"; | ||
@@ -693,0 +693,0 @@ })[]; |
@@ -642,3 +642,3 @@ "use strict"; | ||
namespaces: [...ns_1.ANY_NAMESPACE], | ||
description: 'Writes the result of a pipeline to an Atlas cluster or S3 bucket.', | ||
description: 'Writes the result of a pipeline to an Atlas cluster, S3 bucket, or Azure Blob Storage.', | ||
comment: `/** | ||
@@ -655,2 +655,18 @@ * Use any one of the following: | ||
* } | ||
* }, | ||
* azure: Parameters to save the data to Azure. Example: | ||
* { | ||
* azure: { | ||
* serviceURL: 'string', | ||
* containerName: 'string', | ||
* region: 'string, | ||
* filename: 'string', | ||
* format: { | ||
* name: 'string', | ||
* maxFileSize: 'string', | ||
* maxRowGroupSize: 'string', | ||
* columnCompression: 'string' | ||
* }, | ||
* errorMode: 'string' | ||
* } | ||
* } | ||
@@ -657,0 +673,0 @@ */ |
@@ -16,3 +16,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/devtools-shared", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"repository": { | ||
@@ -72,3 +72,3 @@ "type": "git", | ||
}, | ||
"gitHead": "a4aec300979b5415e6e918ef0d8010fd3a1e746c" | ||
"gitHead": "4440d538896a8090af3cb47d68fe0bd4603da510" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
360841
8518