We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1634d19 commit c2e6faeCopy full SHA for c2e6fae
src/operations/command.ts
@@ -67,8 +67,8 @@ export interface CommandOperationOptions
67
68
/**
69
* Used when the command needs to grant access to the underlying namespaces for time series collections.
70
- * Only available on server versions 8.2 and above.
71
- * @public
+ * Only available on server versions 8.2 and above and is not meant for public use.
+ * @internal
72
* @sinceServerVersion 8.2
73
**/
74
rawData?: boolean;
0 commit comments