mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-04-20 13:30:27 +01:00
add default throughput bucket info link
This commit is contained in:
@@ -127,7 +127,7 @@ export const ThroughputBucketsComponent: FC<ThroughputBucketsComponentProps> = (
|
|||||||
const tooltipContent = (): JSX.Element => (
|
const tooltipContent = (): JSX.Element => (
|
||||||
<Text>
|
<Text>
|
||||||
The default throughput bucket is used for operations that do not specify a particular bucket.{" "}
|
The default throughput bucket is used for operations that do not specify a particular bucket.{" "}
|
||||||
<Link href="https://aka.ms/cosmsodb-bucketing" target="_blank">
|
<Link href="https://learn.microsoft.com/azure/cosmos-db/throughput-buckets?tabs=dotnet#configuring-default-throughput-bucket" target="_blank">
|
||||||
Learn more.
|
Learn more.
|
||||||
</Link>
|
</Link>
|
||||||
</Text>
|
</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user