|
285 | 285 | }, |
286 | 286 | "NestedTypes": {} |
287 | 287 | }, |
| 288 | + "Microsoft.Azure.Cosmos.ChangeFeedProcessor;System.Object;IsAbstract:True;IsSealed:False;IsInterface:False;IsEnum:False;IsClass:True;IsValueType:False;IsNested:False;IsGenericType:False;IsSerializable:False": { |
| 289 | + "Subclasses": {}, |
| 290 | + "Members": { |
| 291 | + "System.Threading.Tasks.Task ImportLeasesAsync(System.Collections.Generic.IReadOnlyList`1[System.Text.Json.JsonElement], Boolean, System.Threading.CancellationToken)": { |
| 292 | + "Type": "Method", |
| 293 | + "Attributes": [], |
| 294 | + "MethodInfo": "System.Threading.Tasks.Task ImportLeasesAsync(System.Collections.Generic.IReadOnlyList`1[System.Text.Json.JsonElement], Boolean, System.Threading.CancellationToken);IsAbstract:False;IsStatic:False;IsVirtual:True;IsGenericMethod:False;IsConstructor:False;IsFinal:False;" |
| 295 | + }, |
| 296 | + "System.Threading.Tasks.Task`1[System.Collections.Generic.IReadOnlyList`1[System.Text.Json.JsonElement]] ExportLeasesAsync(System.Threading.CancellationToken)": { |
| 297 | + "Type": "Method", |
| 298 | + "Attributes": [], |
| 299 | + "MethodInfo": "System.Threading.Tasks.Task`1[System.Collections.Generic.IReadOnlyList`1[System.Text.Json.JsonElement]] ExportLeasesAsync(System.Threading.CancellationToken);IsAbstract:False;IsStatic:False;IsVirtual:True;IsGenericMethod:False;IsConstructor:False;IsFinal:False;" |
| 300 | + } |
| 301 | + }, |
| 302 | + "NestedTypes": {} |
| 303 | + }, |
| 304 | + "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder;System.Object;IsAbstract:False;IsSealed:False;IsInterface:False;IsEnum:False;IsClass:True;IsValueType:False;IsNested:False;IsGenericType:False;IsSerializable:False": { |
| 305 | + "Subclasses": {}, |
| 306 | + "Members": { |
| 307 | + "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithInMemoryLeaseContainer(System.Collections.Generic.IReadOnlyList`1[System.ValueTuple`2[System.String,System.String]])": { |
| 308 | + "Type": "Method", |
| 309 | + "Attributes": [], |
| 310 | + "MethodInfo": "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithInMemoryLeaseContainer(System.Collections.Generic.IReadOnlyList`1[System.ValueTuple`2[System.String,System.String]]);IsAbstract:False;IsStatic:False;IsVirtual:True;IsGenericMethod:False;IsConstructor:False;IsFinal:False;" |
| 311 | + }, |
| 312 | + "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithInMemoryLeaseContainer(System.String)": { |
| 313 | + "Type": "Method", |
| 314 | + "Attributes": [], |
| 315 | + "MethodInfo": "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithInMemoryLeaseContainer(System.String);IsAbstract:False;IsStatic:False;IsVirtual:True;IsGenericMethod:False;IsConstructor:False;IsFinal:False;" |
| 316 | + } |
| 317 | + }, |
| 318 | + "NestedTypes": {} |
| 319 | + }, |
288 | 320 | "Microsoft.Azure.Cosmos.ChangeFeedRequestOptions;Microsoft.Azure.Cosmos.RequestOptions;IsAbstract:False;IsSealed:True;IsInterface:False;IsEnum:False;IsClass:True;IsValueType:False;IsNested:False;IsGenericType:False;IsSerializable:False": { |
289 | 321 | "Subclasses": {}, |
290 | 322 | "Members": { |
|
1271 | 1303 | }, |
1272 | 1304 | "NestedTypes": {} |
1273 | 1305 | }, |
| 1306 | + "Microsoft.Azure.Cosmos.FullTextScoreScope;System.Enum;IsAbstract:False;IsSealed:True;IsInterface:False;IsEnum:True;IsClass:False;IsValueType:True;IsNested:False;IsGenericType:False;IsSerializable:True": { |
| 1307 | + "Subclasses": {}, |
| 1308 | + "Members": { |
| 1309 | + "Int32 value__": { |
| 1310 | + "Type": "Field", |
| 1311 | + "Attributes": [], |
| 1312 | + "MethodInfo": "Int32 value__;IsInitOnly:False;IsStatic:False;" |
| 1313 | + }, |
| 1314 | + "Microsoft.Azure.Cosmos.FullTextScoreScope Global": { |
| 1315 | + "Type": "Field", |
| 1316 | + "Attributes": [], |
| 1317 | + "MethodInfo": "Microsoft.Azure.Cosmos.FullTextScoreScope Global;IsInitOnly:False;IsStatic:True;" |
| 1318 | + }, |
| 1319 | + "Microsoft.Azure.Cosmos.FullTextScoreScope Local": { |
| 1320 | + "Type": "Field", |
| 1321 | + "Attributes": [], |
| 1322 | + "MethodInfo": "Microsoft.Azure.Cosmos.FullTextScoreScope Local;IsInitOnly:False;IsStatic:True;" |
| 1323 | + } |
| 1324 | + }, |
| 1325 | + "NestedTypes": {} |
| 1326 | + }, |
1274 | 1327 | "Microsoft.Azure.Cosmos.ItemRequestOptions;Microsoft.Azure.Cosmos.RequestOptions;IsAbstract:False;IsSealed:False;IsInterface:False;IsEnum:False;IsClass:True;IsValueType:False;IsNested:False;IsGenericType:False;IsSerializable:False": { |
1275 | 1328 | "Subclasses": {}, |
1276 | 1329 | "Members": { |
|
1301 | 1354 | "ExtensionAttribute" |
1302 | 1355 | ], |
1303 | 1356 | "MethodInfo": "Microsoft.Azure.Cosmos.QueryDefinition Microsoft.Azure.Cosmos.Linq.CosmosLinqExtensions.ToQueryDefinition[T](System.Linq.IQueryable`1[T], System.Collections.Generic.IDictionary`2[System.Object,System.String]);IsAbstract:False;IsStatic:True;IsVirtual:False;IsGenericMethod:True;IsConstructor:False;IsFinal:False;" |
| 1357 | + }, |
| 1358 | + "System.Boolean Microsoft.Azure.Cosmos.Linq.CosmosLinqExtensions.ArrayContainsAll[T](System.Collections.Generic.IEnumerable`1[T], System.Object[])[System.Runtime.CompilerServices.ExtensionAttribute()]": { |
| 1359 | + "Type": "Method", |
| 1360 | + "Attributes": [ |
| 1361 | + "ExtensionAttribute" |
| 1362 | + ], |
| 1363 | + "MethodInfo": "System.Boolean Microsoft.Azure.Cosmos.Linq.CosmosLinqExtensions.ArrayContainsAll[T](System.Collections.Generic.IEnumerable`1[T], System.Object[]);IsAbstract:False;IsStatic:True;IsVirtual:False;IsGenericMethod:True;IsConstructor:False;IsFinal:False;" |
| 1364 | + }, |
| 1365 | + "System.Boolean Microsoft.Azure.Cosmos.Linq.CosmosLinqExtensions.ArrayContainsAny[T](System.Collections.Generic.IEnumerable`1[T], System.Object[])[System.Runtime.CompilerServices.ExtensionAttribute()]": { |
| 1366 | + "Type": "Method", |
| 1367 | + "Attributes": [ |
| 1368 | + "ExtensionAttribute" |
| 1369 | + ], |
| 1370 | + "MethodInfo": "System.Boolean Microsoft.Azure.Cosmos.Linq.CosmosLinqExtensions.ArrayContainsAny[T](System.Collections.Generic.IEnumerable`1[T], System.Object[]);IsAbstract:False;IsStatic:True;IsVirtual:False;IsGenericMethod:True;IsConstructor:False;IsFinal:False;" |
1304 | 1371 | } |
1305 | 1372 | }, |
1306 | 1373 | "NestedTypes": {} |
|
1431 | 1498 | "Microsoft.Azure.Cosmos.QueryRequestOptions;Microsoft.Azure.Cosmos.RequestOptions;IsAbstract:False;IsSealed:False;IsInterface:False;IsEnum:False;IsClass:True;IsValueType:False;IsNested:False;IsGenericType:False;IsSerializable:False": { |
1432 | 1499 | "Subclasses": {}, |
1433 | 1500 | "Members": { |
| 1501 | + "Microsoft.Azure.Cosmos.FullTextScoreScope FullTextScoreScope": { |
| 1502 | + "Type": "Property", |
| 1503 | + "Attributes": [], |
| 1504 | + "MethodInfo": "Microsoft.Azure.Cosmos.FullTextScoreScope FullTextScoreScope;CanRead:True;CanWrite:True;Microsoft.Azure.Cosmos.FullTextScoreScope get_FullTextScoreScope();IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;Void set_FullTextScoreScope(Microsoft.Azure.Cosmos.FullTextScoreScope);IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;" |
| 1505 | + }, |
| 1506 | + "Microsoft.Azure.Cosmos.FullTextScoreScope get_FullTextScoreScope()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { |
| 1507 | + "Type": "Method", |
| 1508 | + "Attributes": [ |
| 1509 | + "CompilerGeneratedAttribute" |
| 1510 | + ], |
| 1511 | + "MethodInfo": "Microsoft.Azure.Cosmos.FullTextScoreScope get_FullTextScoreScope();IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;" |
| 1512 | + }, |
1434 | 1513 | "System.Nullable`1[Microsoft.Azure.Cosmos.ReadConsistencyStrategy] get_ReadConsistencyStrategy()": { |
1435 | 1514 | "Type": "Method", |
1436 | 1515 | "Attributes": [], |
|
1441 | 1520 | "Attributes": [], |
1442 | 1521 | "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.ReadConsistencyStrategy] ReadConsistencyStrategy;CanRead:True;CanWrite:True;System.Nullable`1[Microsoft.Azure.Cosmos.ReadConsistencyStrategy] get_ReadConsistencyStrategy();IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;Void set_ReadConsistencyStrategy(System.Nullable`1[Microsoft.Azure.Cosmos.ReadConsistencyStrategy]);IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;" |
1443 | 1522 | }, |
| 1523 | + "Void set_FullTextScoreScope(Microsoft.Azure.Cosmos.FullTextScoreScope)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { |
| 1524 | + "Type": "Method", |
| 1525 | + "Attributes": [ |
| 1526 | + "CompilerGeneratedAttribute" |
| 1527 | + ], |
| 1528 | + "MethodInfo": "Void set_FullTextScoreScope(Microsoft.Azure.Cosmos.FullTextScoreScope);IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;" |
| 1529 | + }, |
1444 | 1530 | "Void set_ReadConsistencyStrategy(System.Nullable`1[Microsoft.Azure.Cosmos.ReadConsistencyStrategy])": { |
1445 | 1531 | "Type": "Method", |
1446 | 1532 | "Attributes": [], |
|
1548 | 1634 | "Microsoft.Azure.Cosmos.QueryRequestOptions;Microsoft.Azure.Cosmos.RequestOptions;IsAbstract:False;IsSealed:False;IsInterface:False;IsEnum:False;IsClass:True;IsValueType:False;IsNested:False;IsGenericType:False;IsSerializable:False": { |
1549 | 1635 | "Subclasses": {}, |
1550 | 1636 | "Members": { |
| 1637 | + "Microsoft.Azure.Cosmos.FullTextScoreScope FullTextScoreScope": { |
| 1638 | + "Type": "Property", |
| 1639 | + "Attributes": [], |
| 1640 | + "MethodInfo": "Microsoft.Azure.Cosmos.FullTextScoreScope FullTextScoreScope;CanRead:True;CanWrite:True;Microsoft.Azure.Cosmos.FullTextScoreScope get_FullTextScoreScope();IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;Void set_FullTextScoreScope(Microsoft.Azure.Cosmos.FullTextScoreScope);IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;" |
| 1641 | + }, |
| 1642 | + "Microsoft.Azure.Cosmos.FullTextScoreScope get_FullTextScoreScope()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { |
| 1643 | + "Type": "Method", |
| 1644 | + "Attributes": [ |
| 1645 | + "CompilerGeneratedAttribute" |
| 1646 | + ], |
| 1647 | + "MethodInfo": "Microsoft.Azure.Cosmos.FullTextScoreScope get_FullTextScoreScope();IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;" |
| 1648 | + }, |
1551 | 1649 | "System.Nullable`1[Microsoft.Azure.Cosmos.ReadConsistencyStrategy] get_ReadConsistencyStrategy()": { |
1552 | 1650 | "Type": "Method", |
1553 | 1651 | "Attributes": [], |
|
1558 | 1656 | "Attributes": [], |
1559 | 1657 | "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.ReadConsistencyStrategy] ReadConsistencyStrategy;CanRead:True;CanWrite:True;System.Nullable`1[Microsoft.Azure.Cosmos.ReadConsistencyStrategy] get_ReadConsistencyStrategy();IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;Void set_ReadConsistencyStrategy(System.Nullable`1[Microsoft.Azure.Cosmos.ReadConsistencyStrategy]);IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;" |
1560 | 1658 | }, |
| 1659 | + "Void set_FullTextScoreScope(Microsoft.Azure.Cosmos.FullTextScoreScope)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { |
| 1660 | + "Type": "Method", |
| 1661 | + "Attributes": [ |
| 1662 | + "CompilerGeneratedAttribute" |
| 1663 | + ], |
| 1664 | + "MethodInfo": "Void set_FullTextScoreScope(Microsoft.Azure.Cosmos.FullTextScoreScope);IsAbstract:False;IsStatic:False;IsVirtual:False;IsGenericMethod:False;IsConstructor:False;IsFinal:False;" |
| 1665 | + }, |
1561 | 1666 | "Void set_ReadConsistencyStrategy(System.Nullable`1[Microsoft.Azure.Cosmos.ReadConsistencyStrategy])": { |
1562 | 1667 | "Type": "Method", |
1563 | 1668 | "Attributes": [], |
|
0 commit comments