Skip to content

Commit f47800e

Browse files
Updated contracts
1 parent 84f8d73 commit f47800e

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/Contracts/DotNetPreviewSDKAPI.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,52 @@
362362
}
363363
},
364364
"NestedTypes": {}
365+
},
366+
"Microsoft.Azure.Cosmos.PriorityLevel;System.Enum;IsAbstract:False;IsSealed:True;IsInterface:False;IsEnum:True;IsClass:False;IsValueType:True;IsNested:False;IsGenericType:False;IsSerializable:True": {
367+
"Subclasses": {},
368+
"Members": {
369+
"Int32 value__": {
370+
"Type": "Field",
371+
"Attributes": [],
372+
"MethodInfo": "Int32 value__;IsInitOnly:False;IsStatic:False;"
373+
},
374+
"Microsoft.Azure.Cosmos.PriorityLevel High": {
375+
"Type": "Field",
376+
"Attributes": [],
377+
"MethodInfo": "Microsoft.Azure.Cosmos.PriorityLevel High;IsInitOnly:False;IsStatic:True;"
378+
},
379+
"Microsoft.Azure.Cosmos.PriorityLevel Low": {
380+
"Type": "Field",
381+
"Attributes": [],
382+
"MethodInfo": "Microsoft.Azure.Cosmos.PriorityLevel Low;IsInitOnly:False;IsStatic:True;"
383+
}
384+
},
385+
"NestedTypes": {}
386+
},
387+
"Microsoft.Azure.Cosmos.RequestOptions;System.Object;IsAbstract:False;IsSealed:False;IsInterface:False;IsEnum:False;IsClass:True;IsValueType:False;IsNested:False;IsGenericType:False;IsSerializable:False": {
388+
"Subclasses": {},
389+
"Members": {
390+
"System.Nullable`1[Microsoft.Azure.Cosmos.PriorityLevel] get_PriorityLevel()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": {
391+
"Type": "Method",
392+
"Attributes": [
393+
"CompilerGeneratedAttribute"
394+
],
395+
"MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.PriorityLevel] get_PriorityLevel();IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
396+
},
397+
"System.Nullable`1[Microsoft.Azure.Cosmos.PriorityLevel] PriorityLevel": {
398+
"Type": "Property",
399+
"Attributes": [],
400+
"MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.PriorityLevel] PriorityLevel;CanRead:True;CanWrite:True;System.Nullable`1[Microsoft.Azure.Cosmos.PriorityLevel] get_PriorityLevel();IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;Void set_PriorityLevel(System.Nullable`1[Microsoft.Azure.Cosmos.PriorityLevel]);IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
401+
},
402+
"Void set_PriorityLevel(System.Nullable`1[Microsoft.Azure.Cosmos.PriorityLevel])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": {
403+
"Type": "Method",
404+
"Attributes": [
405+
"CompilerGeneratedAttribute"
406+
],
407+
"MethodInfo": "Void set_PriorityLevel(System.Nullable`1[Microsoft.Azure.Cosmos.PriorityLevel]);IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
408+
}
409+
},
410+
"NestedTypes": {}
365411
}
366412
},
367413
"Members": {},

0 commit comments

Comments
 (0)