Skip to content
Merged
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions src/operations/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ export interface CommandOperationOptions

/**
* Used when the command needs to grant access to the underlying namespaces for time series collections.
* Only available on server versions 8.2 and above.
* @public
* Only available on server versions 8.2 and above and is not meant for public use.
* @internal
* @sinceServerVersion 8.2
**/
rawData?: boolean;
Expand Down