File tree Expand file tree Collapse file tree 3 files changed +20
-31
lines changed
tests/Microsoft.Azure.Cosmos.Tests/Contracts Expand file tree Collapse file tree 3 files changed +20
-31
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,7 @@ public class DedicatedGatewayRequestOptions
50
50
/// ]]>
51
51
/// </code>
52
52
/// </example>
53
- #if PREVIEW
54
- public
55
- #else
56
- internal
57
- #endif
58
- bool ? BypassIntegratedCache { get ; set ; }
53
+ public bool ? BypassIntegratedCache { get ; set ; }
59
54
60
55
internal static void PopulateMaxIntegratedCacheStalenessOption ( DedicatedGatewayRequestOptions dedicatedGatewayRequestOptions , RequestMessage request )
61
56
{
Original file line number Diff line number Diff line change 357
357
},
358
358
"NestedTypes" : {}
359
359
},
360
- "Microsoft.Azure.Cosmos.DedicatedGatewayRequestOptions;System.Object;IsAbstract:False;IsSealed:False;IsInterface:False;IsEnum:False;IsClass:True;IsValueType:False;IsNested:False;IsGenericType:False;IsSerializable:False" : {
361
- "Subclasses" : {},
362
- "Members" : {
363
- "System.Nullable`1[System.Boolean] BypassIntegratedCache" : {
364
- "Type" : " Property" ,
365
- "Attributes" : [],
366
- "MethodInfo" : " System.Nullable`1[System.Boolean] BypassIntegratedCache;CanRead:True;CanWrite:True;System.Nullable`1[System.Boolean] get_BypassIntegratedCache();IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;Void set_BypassIntegratedCache(System.Nullable`1[System.Boolean]);IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
367
- },
368
- "System.Nullable`1[System.Boolean] get_BypassIntegratedCache()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]" : {
369
- "Type" : " Method" ,
370
- "Attributes" : [
371
- " CompilerGeneratedAttribute"
372
- ],
373
- "MethodInfo" : " System.Nullable`1[System.Boolean] get_BypassIntegratedCache();IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
374
- },
375
- "Void set_BypassIntegratedCache(System.Nullable`1[System.Boolean])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]" : {
376
- "Type" : " Method" ,
377
- "Attributes" : [
378
- " CompilerGeneratedAttribute"
379
- ],
380
- "MethodInfo" : " Void set_BypassIntegratedCache(System.Nullable`1[System.Boolean]);IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
381
- }
382
- },
383
- "NestedTypes" : {}
384
- },
385
360
"Microsoft.Azure.Cosmos.Fluent.ChangeFeedPolicyDefinition;System.Object;IsAbstract:False;IsSealed:False;IsInterface:False;IsEnum:False;IsClass:True;IsValueType:False;IsNested:False;IsGenericType:False;IsSerializable:False" : {
386
361
"Subclasses" : {},
387
362
"Members" : {
Original file line number Diff line number Diff line change 4129
4129
"Microsoft.Azure.Cosmos.DedicatedGatewayRequestOptions;System.Object;IsAbstract:False;IsSealed:False;IsInterface:False;IsEnum:False;IsClass:True;IsValueType:False;IsNested:False;IsGenericType:False;IsSerializable:False": {
4130
4130
"Subclasses": {},
4131
4131
"Members": {
4132
+ "System.Nullable`1[System.Boolean] BypassIntegratedCache": {
4133
+ "Type": "Property",
4134
+ "Attributes": [],
4135
+ "MethodInfo": "System.Nullable`1[System.Boolean] BypassIntegratedCache;CanRead:True;CanWrite:True;System.Nullable`1[System.Boolean] get_BypassIntegratedCache();IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;Void set_BypassIntegratedCache(System.Nullable`1[System.Boolean]);IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
4136
+ },
4137
+ "System.Nullable`1[System.Boolean] get_BypassIntegratedCache()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": {
4138
+ "Type": "Method",
4139
+ "Attributes": [
4140
+ "CompilerGeneratedAttribute"
4141
+ ],
4142
+ "MethodInfo": "System.Nullable`1[System.Boolean] get_BypassIntegratedCache();IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
4143
+ },
4132
4144
"System.Nullable`1[System.TimeSpan] get_MaxIntegratedCacheStaleness()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": {
4133
4145
"Type": "Method",
4134
4146
"Attributes": [
4146
4158
"Attributes": [],
4147
4159
"MethodInfo": "[Void .ctor(), Void .ctor()]"
4148
4160
},
4161
+ "Void set_BypassIntegratedCache(System.Nullable`1[System.Boolean])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": {
4162
+ "Type": "Method",
4163
+ "Attributes": [
4164
+ "CompilerGeneratedAttribute"
4165
+ ],
4166
+ "MethodInfo": "Void set_BypassIntegratedCache(System.Nullable`1[System.Boolean]);IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;"
4167
+ },
4149
4168
"Void set_MaxIntegratedCacheStaleness(System.Nullable`1[System.TimeSpan])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": {
4150
4169
"Type": "Method",
4151
4170
"Attributes": [
You can’t perform that action at this time.
0 commit comments