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 6762e07 commit ef7339eCopy full SHA for ef7339e
Microsoft.Azure.Cosmos/src/Resource/Database/Database.cs
@@ -124,9 +124,6 @@ public abstract Task<DatabaseResponse> DeleteAsync(
124
/// <value>
125
/// The provisioned throughput for this database.
126
/// </value>
127
- /// <remarks>
128
- /// Null value indicates a database with no throughput provisioned.
129
- /// </remarks>
130
/// <seealso href="https://docs.microsoft.com/azure/cosmos-db/request-units">Request Units</seealso>
131
/// <seealso href="https://docs.microsoft.com/azure/cosmos-db/set-throughput#set-throughput-on-a-database">Set throughput on a database</seealso>
132
/// <example>
0 commit comments