Skip to content
Merged
Show file tree
Hide file tree
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
Prev Previous commit
Next Next commit
contract updates
  • Loading branch information
Maya-Painter committed Jan 15, 2024
commit 9f20691f5621ecf4005bf7f49bb81c3bf994b636
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ namespace Microsoft.Azure.Cosmos.SDK.EmulatorTests
using System.Reflection;
using System.Text.RegularExpressions;
using Microsoft.Azure.Cosmos.Diagnostics;
using Microsoft.Azure.Cosmos.Query.Core.Metrics;

[TestClass]
public class CosmosItemTests : BaseCosmosClientHelper
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9397,6 +9397,16 @@
"Attributes": [],
"MethodInfo": "Microsoft.Azure.Cosmos.ServerSideMetrics ServerSideMetrics;CanRead:True;CanWrite:False;Microsoft.Azure.Cosmos.ServerSideMetrics get_ServerSideMetrics();IsAbstract:True;IsStatic:False;IsVirtual:True;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
},
"System.Nullable`1[System.Double] get_RequestCharge()": {
"Type": "Method",
"Attributes": [],
"MethodInfo": "System.Nullable`1[System.Double] get_RequestCharge();IsAbstract:True;IsStatic:False;IsVirtual:True;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
},
"System.Nullable`1[System.Double] RequestCharge": {
"Type": "Property",
"Attributes": [],
"MethodInfo": "System.Nullable`1[System.Double] RequestCharge;CanRead:True;CanWrite:False;System.Nullable`1[System.Double] get_RequestCharge();IsAbstract:True;IsStatic:False;IsVirtual:True;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
},
"System.Nullable`1[System.Int32] get_PartitionKeyRangeId()": {
"Type": "Method",
"Attributes": [],
Expand Down