From bbaa3f3976dafa95ff24dc9c61687027e46a4583 Mon Sep 17 00:00:00 2001 From: David Gregory Date: Wed, 6 Nov 2019 11:51:50 +0000 Subject: [PATCH 1/7] Make SessionToken on QueryRequestOptions public --- .../src/RequestOptions/QueryRequestOptions.cs | 2 +- .../DotNetSDKAPI.json | 15518 ++++++++-------- .../HandlerTests.cs | 29 +- 3 files changed, 7807 insertions(+), 7742 deletions(-) diff --git a/Microsoft.Azure.Cosmos/src/RequestOptions/QueryRequestOptions.cs b/Microsoft.Azure.Cosmos/src/RequestOptions/QueryRequestOptions.cs index 8487899b4d..64aba0d313 100644 --- a/Microsoft.Azure.Cosmos/src/RequestOptions/QueryRequestOptions.cs +++ b/Microsoft.Azure.Cosmos/src/RequestOptions/QueryRequestOptions.cs @@ -138,7 +138,7 @@ public ConsistencyLevel? ConsistencyLevel /// /// /// - internal string SessionToken { get; set; } + public string SessionToken { get; set; } internal CosmosSerializationFormatOptions CosmosSerializationFormatOptions { get; set; } diff --git a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/DotNetSDKAPI.json b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/DotNetSDKAPI.json index c95212fb4d..2c6a273a41 100644 --- a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/DotNetSDKAPI.json +++ b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/DotNetSDKAPI.json @@ -1,7741 +1,7779 @@ -{ - "Subclasses": { - "AccountConsistency": { - "Subclasses": {}, - "Members": { - "Int32 get_MaxStalenessIntervalInSeconds()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Int32 get_MaxStalenessIntervalInSeconds()" - }, - "Int32 get_MaxStalenessPrefix()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Int32 get_MaxStalenessPrefix()" - }, - "Int32 MaxStalenessIntervalInSeconds[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"maxIntervalInSeconds\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Int32 MaxStalenessPrefix[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"maxStalenessPrefix\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.ConsistencyLevel DefaultConsistencyLevel[Newtonsoft.Json.JsonConverterAttribute(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]-[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"defaultConsistencyLevel\")]": { - "Type": "Property", - "Attributes": [ - "JsonConverterAttribute", - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.ConsistencyLevel get_DefaultConsistencyLevel()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.ConsistencyLevel get_DefaultConsistencyLevel()" - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - } - }, - "NestedTypes": {} - }, - "AccountProperties": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.AccountConsistency Consistency[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"userConsistencyPolicy\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.AccountConsistency get_Consistency()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.AccountConsistency get_Consistency()" - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.AccountRegion] get_ReadableRegions()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.AccountRegion] get_ReadableRegions()" - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.AccountRegion] get_WritableRegions()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.AccountRegion] get_WritableRegions()" - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.AccountRegion] ReadableRegions[Newtonsoft.Json.JsonIgnoreAttribute()]": { - "Type": "Property", - "Attributes": [ - "JsonIgnoreAttribute" - ], - "MethodInfo": null - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.AccountRegion] WritableRegions[Newtonsoft.Json.JsonIgnoreAttribute()]": { - "Type": "Property", - "Attributes": [ - "JsonIgnoreAttribute" - ], - "MethodInfo": null - }, - "System.String ETag[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"_etag\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String get_ETag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_ETag()" - }, - "System.String get_Id()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_Id()" - }, - "System.String Id[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"id\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "AccountRegion": { - "Subclasses": {}, - "Members": { - "System.String Endpoint[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"databaseAccountEndpoint\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String get_Endpoint()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_Endpoint()" - }, - "System.String get_Name()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_Name()" - }, - "System.String Name[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"name\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - } - }, - "NestedTypes": {} - }, - "ChangeFeedProcessor": { - "Subclasses": {}, - "Members": { - "System.Threading.Tasks.Task StartAsync()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task StartAsync()" - }, - "System.Threading.Tasks.Task StopAsync()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task StopAsync()" - } - }, - "NestedTypes": {} - }, - "ChangeFeedProcessorBuilder": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.ChangeFeedProcessor Build()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.ChangeFeedProcessor Build()" - }, - "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithInstanceName(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithInstanceName(System.String)" - }, - "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithLeaseConfiguration(System.Nullable`1[System.TimeSpan], System.Nullable`1[System.TimeSpan], System.Nullable`1[System.TimeSpan])": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithLeaseConfiguration(System.Nullable`1[System.TimeSpan], System.Nullable`1[System.TimeSpan], System.Nullable`1[System.TimeSpan])" - }, - "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithLeaseContainer(Microsoft.Azure.Cosmos.Container)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithLeaseContainer(Microsoft.Azure.Cosmos.Container)" - }, - "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithMaxItems(Int32)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithMaxItems(Int32)" - }, - "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithPollInterval(System.TimeSpan)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithPollInterval(System.TimeSpan)" - }, - "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithStartTime(System.DateTime)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithStartTime(System.DateTime)" - } - }, - "NestedTypes": {} - }, - "CompositePath": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.CompositePathSortOrder get_Order()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.CompositePathSortOrder get_Order()" - }, - "Microsoft.Azure.Cosmos.CompositePathSortOrder Order[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"order\")]-[Newtonsoft.Json.JsonConverterAttribute(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]": { - "Type": "Property", - "Attributes": [ - "JsonConverterAttribute", - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String get_Path()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_Path()" - }, - "System.String Path[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"path\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void set_Order(Microsoft.Azure.Cosmos.CompositePathSortOrder)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_Order(Microsoft.Azure.Cosmos.CompositePathSortOrder)" - }, - "Void set_Path(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_Path(System.String)" - } - }, - "NestedTypes": {} - }, - "CompositePathSortOrder": { - "Subclasses": {}, - "Members": { - "Int32 value__": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CompositePathSortOrder Ascending[System.Runtime.Serialization.EnumMemberAttribute(Value = \"ascending\")]": { - "Type": "Field", - "Attributes": [ - "EnumMemberAttribute" - ], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CompositePathSortOrder Descending[System.Runtime.Serialization.EnumMemberAttribute(Value = \"descending\")]": { - "Type": "Field", - "Attributes": [ - "EnumMemberAttribute" - ], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "ConflictProperties": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.OperationKind get_OperationKind()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.OperationKind get_OperationKind()" - }, - "Microsoft.Azure.Cosmos.OperationKind OperationKind[Newtonsoft.Json.JsonConverterAttribute(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]-[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"operationType\")]": { - "Type": "Property", - "Attributes": [ - "JsonConverterAttribute", - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String get_Id()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_Id()" - }, - "System.String Id[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"id\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - } - }, - "NestedTypes": {} - }, - "ConflictResolutionMode": { - "Subclasses": {}, - "Members": { - "Int32 value__": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.ConflictResolutionMode Custom": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.ConflictResolutionMode LastWriterWins": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "ConflictResolutionPolicy": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.ConflictResolutionMode get_Mode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.ConflictResolutionMode get_Mode()" - }, - "Microsoft.Azure.Cosmos.ConflictResolutionMode Mode[Newtonsoft.Json.JsonPropertyAttribute(NullValueHandling = 1, PropertyName = \"mode\")]-[Newtonsoft.Json.JsonConverterAttribute(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]": { - "Type": "Property", - "Attributes": [ - "JsonConverterAttribute", - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String get_ResolutionPath()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_ResolutionPath()" - }, - "System.String get_ResolutionProcedure()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_ResolutionProcedure()" - }, - "System.String ResolutionPath[Newtonsoft.Json.JsonPropertyAttribute(NullValueHandling = 1, PropertyName = \"conflictResolutionPath\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String ResolutionProcedure[Newtonsoft.Json.JsonPropertyAttribute(NullValueHandling = 1, PropertyName = \"conflictResolutionProcedure\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void set_Mode(Microsoft.Azure.Cosmos.ConflictResolutionMode)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_Mode(Microsoft.Azure.Cosmos.ConflictResolutionMode)" - }, - "Void set_ResolutionPath(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_ResolutionPath(System.String)" - }, - "Void set_ResolutionProcedure(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_ResolutionProcedure(System.String)" - } - }, - "NestedTypes": {} - }, - "Conflicts": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.FeedIterator GetConflictQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetConflictQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator GetConflictQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetConflictQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetConflictQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetConflictQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetConflictQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetConflictQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ItemResponse`1[T]] ReadCurrentAsync[T](Microsoft.Azure.Cosmos.ConflictProperties, Microsoft.Azure.Cosmos.PartitionKey, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ItemResponse`1[T]] ReadCurrentAsync[T](Microsoft.Azure.Cosmos.ConflictProperties, Microsoft.Azure.Cosmos.PartitionKey, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] DeleteAsync(Microsoft.Azure.Cosmos.ConflictProperties, Microsoft.Azure.Cosmos.PartitionKey, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] DeleteAsync(Microsoft.Azure.Cosmos.ConflictProperties, Microsoft.Azure.Cosmos.PartitionKey, System.Threading.CancellationToken)" - }, - "T ReadConflictContent[T](Microsoft.Azure.Cosmos.ConflictProperties)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "T ReadConflictContent[T](Microsoft.Azure.Cosmos.ConflictProperties)" - } - }, - "NestedTypes": {} - }, - "ConnectionMode": { - "Subclasses": {}, - "Members": { - "Int32 value__": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.ConnectionMode Direct": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.ConnectionMode Gateway": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "ConsistencyLevel": { - "Subclasses": {}, - "Members": { - "Int32 value__": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.ConsistencyLevel BoundedStaleness": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.ConsistencyLevel ConsistentPrefix": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.ConsistencyLevel Eventual": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.ConsistencyLevel Session": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.ConsistencyLevel Strong": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "Container": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder GetChangeFeedEstimatorBuilder(System.String, ChangesEstimationHandler, System.Nullable`1[System.TimeSpan])": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder GetChangeFeedEstimatorBuilder(System.String, ChangesEstimationHandler, System.Nullable`1[System.TimeSpan])" - }, - "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder GetChangeFeedProcessorBuilder[T](System.String, ChangesHandler`1)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder GetChangeFeedProcessorBuilder[T](System.String, ChangesHandler`1)" - }, - "Microsoft.Azure.Cosmos.Conflicts Conflicts": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Conflicts get_Conflicts()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Conflicts get_Conflicts()" - }, - "Microsoft.Azure.Cosmos.Container+ChangesEstimationHandler": { - "Type": "NestedType", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Container+ChangesHandler`1[T]": { - "Type": "NestedType", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.FeedIterator GetItemQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetItemQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator GetItemQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetItemQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetItemQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetItemQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetItemQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetItemQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.Scripts.Scripts get_Scripts()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Scripts.Scripts get_Scripts()" - }, - "Microsoft.Azure.Cosmos.Scripts.Scripts Scripts": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.TransactionalBatch CreateTransactionalBatch(Microsoft.Azure.Cosmos.PartitionKey)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.TransactionalBatch CreateTransactionalBatch(Microsoft.Azure.Cosmos.PartitionKey)" - }, - "System.Linq.IOrderedQueryable`1[T] GetItemLinqQueryable[T](Boolean, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Linq.IOrderedQueryable`1[T] GetItemLinqQueryable[T](Boolean, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "System.String get_Id()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_Id()" - }, - "System.String Id": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] DeleteContainerAsync(Microsoft.Azure.Cosmos.ContainerRequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] DeleteContainerAsync(Microsoft.Azure.Cosmos.ContainerRequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] ReadContainerAsync(Microsoft.Azure.Cosmos.ContainerRequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] ReadContainerAsync(Microsoft.Azure.Cosmos.ContainerRequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] ReplaceContainerAsync(Microsoft.Azure.Cosmos.ContainerProperties, Microsoft.Azure.Cosmos.ContainerRequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] ReplaceContainerAsync(Microsoft.Azure.Cosmos.ContainerProperties, Microsoft.Azure.Cosmos.ContainerRequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ItemResponse`1[T]] CreateItemAsync[T](T, System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey], Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ItemResponse`1[T]] CreateItemAsync[T](T, System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey], Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ItemResponse`1[T]] DeleteItemAsync[T](System.String, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ItemResponse`1[T]] DeleteItemAsync[T](System.String, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ItemResponse`1[T]] ReadItemAsync[T](System.String, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ItemResponse`1[T]] ReadItemAsync[T](System.String, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ItemResponse`1[T]] ReplaceItemAsync[T](T, System.String, System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey], Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ItemResponse`1[T]] ReplaceItemAsync[T](T, System.String, System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey], Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ItemResponse`1[T]] UpsertItemAsync[T](T, System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey], Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ItemResponse`1[T]] UpsertItemAsync[T](T, System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey], Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] CreateItemStreamAsync(System.IO.Stream, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] CreateItemStreamAsync(System.IO.Stream, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] DeleteContainerStreamAsync(Microsoft.Azure.Cosmos.ContainerRequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] DeleteContainerStreamAsync(Microsoft.Azure.Cosmos.ContainerRequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] DeleteItemStreamAsync(System.String, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] DeleteItemStreamAsync(System.String, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ReadContainerStreamAsync(Microsoft.Azure.Cosmos.ContainerRequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ReadContainerStreamAsync(Microsoft.Azure.Cosmos.ContainerRequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ReadItemStreamAsync(System.String, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ReadItemStreamAsync(System.String, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ReplaceContainerStreamAsync(Microsoft.Azure.Cosmos.ContainerProperties, Microsoft.Azure.Cosmos.ContainerRequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ReplaceContainerStreamAsync(Microsoft.Azure.Cosmos.ContainerProperties, Microsoft.Azure.Cosmos.ContainerRequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ReplaceItemStreamAsync(System.IO.Stream, System.String, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ReplaceItemStreamAsync(System.IO.Stream, System.String, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] UpsertItemStreamAsync(System.IO.Stream, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] UpsertItemStreamAsync(System.IO.Stream, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ThroughputResponse] ReadThroughputAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ThroughputResponse] ReadThroughputAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ThroughputResponse] ReplaceThroughputAsync(Int32, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ThroughputResponse] ReplaceThroughputAsync(Int32, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[System.Nullable`1[System.Int32]] ReadThroughputAsync(System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[System.Nullable`1[System.Int32]] ReadThroughputAsync(System.Threading.CancellationToken)" - } - }, - "NestedTypes": { - "ChangesEstimationHandler": { - "Subclasses": {}, - "Members": { - "System.IAsyncResult BeginInvoke(Int64, System.Threading.CancellationToken, System.AsyncCallback, System.Object)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.IAsyncResult BeginInvoke(Int64, System.Threading.CancellationToken, System.AsyncCallback, System.Object)" - }, - "System.Threading.Tasks.Task EndInvoke(System.IAsyncResult)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task EndInvoke(System.IAsyncResult)" - }, - "System.Threading.Tasks.Task Invoke(Int64, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task Invoke(Int64, System.Threading.CancellationToken)" - }, - "Void .ctor(System.Object, IntPtr)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.Object, IntPtr)" - } - }, - "NestedTypes": {} - }, - "ChangesHandler`1": { - "Subclasses": {}, - "Members": { - "System.IAsyncResult BeginInvoke(System.Collections.Generic.IReadOnlyCollection`1[T], System.Threading.CancellationToken, System.AsyncCallback, System.Object)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.IAsyncResult BeginInvoke(System.Collections.Generic.IReadOnlyCollection`1[T], System.Threading.CancellationToken, System.AsyncCallback, System.Object)" - }, - "System.Threading.Tasks.Task EndInvoke(System.IAsyncResult)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task EndInvoke(System.IAsyncResult)" - }, - "System.Threading.Tasks.Task Invoke(System.Collections.Generic.IReadOnlyCollection`1[T], System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task Invoke(System.Collections.Generic.IReadOnlyCollection`1[T], System.Threading.CancellationToken)" - }, - "Void .ctor(System.Object, IntPtr)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.Object, IntPtr)" - } - }, - "NestedTypes": {} - } - } - }, - "ChangesEstimationHandler": { - "Subclasses": {}, - "Members": { - "System.IAsyncResult BeginInvoke(Int64, System.Threading.CancellationToken, System.AsyncCallback, System.Object)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.IAsyncResult BeginInvoke(Int64, System.Threading.CancellationToken, System.AsyncCallback, System.Object)" - }, - "System.Threading.Tasks.Task EndInvoke(System.IAsyncResult)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task EndInvoke(System.IAsyncResult)" - }, - "System.Threading.Tasks.Task Invoke(Int64, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task Invoke(Int64, System.Threading.CancellationToken)" - }, - "Void .ctor(System.Object, IntPtr)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.Object, IntPtr)" - } - }, - "NestedTypes": {} - }, - "ChangesHandler`1": { - "Subclasses": {}, - "Members": { - "System.IAsyncResult BeginInvoke(System.Collections.Generic.IReadOnlyCollection`1[T], System.Threading.CancellationToken, System.AsyncCallback, System.Object)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.IAsyncResult BeginInvoke(System.Collections.Generic.IReadOnlyCollection`1[T], System.Threading.CancellationToken, System.AsyncCallback, System.Object)" - }, - "System.Threading.Tasks.Task EndInvoke(System.IAsyncResult)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task EndInvoke(System.IAsyncResult)" - }, - "System.Threading.Tasks.Task Invoke(System.Collections.Generic.IReadOnlyCollection`1[T], System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task Invoke(System.Collections.Generic.IReadOnlyCollection`1[T], System.Threading.CancellationToken)" - }, - "Void .ctor(System.Object, IntPtr)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.Object, IntPtr)" - } - }, - "NestedTypes": {} - }, - "ContainerProperties": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.ConflictResolutionPolicy ConflictResolutionPolicy[Newtonsoft.Json.JsonIgnoreAttribute()]": { - "Type": "Property", - "Attributes": [ - "JsonIgnoreAttribute" - ], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.ConflictResolutionPolicy get_ConflictResolutionPolicy()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.ConflictResolutionPolicy get_ConflictResolutionPolicy()" - }, - "Microsoft.Azure.Cosmos.IndexingPolicy get_IndexingPolicy()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.IndexingPolicy get_IndexingPolicy()" - }, - "Microsoft.Azure.Cosmos.IndexingPolicy IndexingPolicy[Newtonsoft.Json.JsonIgnoreAttribute()]": { - "Type": "Property", - "Attributes": [ - "JsonIgnoreAttribute" - ], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.UniqueKeyPolicy get_UniqueKeyPolicy()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.UniqueKeyPolicy get_UniqueKeyPolicy()" - }, - "Microsoft.Azure.Cosmos.UniqueKeyPolicy UniqueKeyPolicy[Newtonsoft.Json.JsonIgnoreAttribute()]": { - "Type": "Property", - "Attributes": [ - "JsonIgnoreAttribute" - ], - "MethodInfo": null - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKeyDefinitionVersion] get_PartitionKeyDefinitionVersion()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKeyDefinitionVersion] get_PartitionKeyDefinitionVersion()" - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKeyDefinitionVersion] PartitionKeyDefinitionVersion[Newtonsoft.Json.JsonIgnoreAttribute()]": { - "Type": "Property", - "Attributes": [ - "JsonIgnoreAttribute" - ], - "MethodInfo": null - }, - "System.Nullable`1[System.DateTime] get_LastModified()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[System.DateTime] get_LastModified()" - }, - "System.Nullable`1[System.DateTime] LastModified[Newtonsoft.Json.JsonPropertyAttribute(NullValueHandling = 1, PropertyName = \"_ts\")]-[Newtonsoft.Json.JsonConverterAttribute(typeof(Microsoft.Azure.Documents.UnixDateTimeConverter))]": { - "Type": "Property", - "Attributes": [ - "JsonConverterAttribute", - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.Nullable`1[System.Int32] DefaultTimeToLive[Newtonsoft.Json.JsonPropertyAttribute(NullValueHandling = 1, PropertyName = \"defaultTtl\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.Nullable`1[System.Int32] get_DefaultTimeToLive()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[System.Int32] get_DefaultTimeToLive()" - }, - "System.String ETag[Newtonsoft.Json.JsonPropertyAttribute(NullValueHandling = 1, PropertyName = \"_etag\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String get_ETag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_ETag()" - }, - "System.String get_Id()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_Id()" - }, - "System.String get_PartitionKeyPath()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_PartitionKeyPath()" - }, - "System.String get_TimeToLivePropertyPath()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_TimeToLivePropertyPath()" - }, - "System.String Id[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"id\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String PartitionKeyPath[Newtonsoft.Json.JsonIgnoreAttribute()]": { - "Type": "Property", - "Attributes": [ - "JsonIgnoreAttribute" - ], - "MethodInfo": null - }, - "System.String TimeToLivePropertyPath[System.ObsoleteAttribute()]-[Newtonsoft.Json.JsonPropertyAttribute(NullValueHandling = 1, PropertyName = \"ttlPropertyPath\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute", - "ObsoleteAttribute" - ], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void .ctor(System.String, System.String)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.String, System.String)" - }, - "Void set_ConflictResolutionPolicy(Microsoft.Azure.Cosmos.ConflictResolutionPolicy)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_ConflictResolutionPolicy(Microsoft.Azure.Cosmos.ConflictResolutionPolicy)" - }, - "Void set_DefaultTimeToLive(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_DefaultTimeToLive(System.Nullable`1[System.Int32])" - }, - "Void set_Id(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_Id(System.String)" - }, - "Void set_IndexingPolicy(Microsoft.Azure.Cosmos.IndexingPolicy)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_IndexingPolicy(Microsoft.Azure.Cosmos.IndexingPolicy)" - }, - "Void set_PartitionKeyDefinitionVersion(System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKeyDefinitionVersion])": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_PartitionKeyDefinitionVersion(System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKeyDefinitionVersion])" - }, - "Void set_PartitionKeyPath(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_PartitionKeyPath(System.String)" - }, - "Void set_TimeToLivePropertyPath(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_TimeToLivePropertyPath(System.String)" - }, - "Void set_UniqueKeyPolicy(Microsoft.Azure.Cosmos.UniqueKeyPolicy)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_UniqueKeyPolicy(Microsoft.Azure.Cosmos.UniqueKeyPolicy)" - } - }, - "NestedTypes": {} - }, - "ContainerRequestOptions": { - "Subclasses": {}, - "Members": { - "Boolean get_PopulateQuotaInfo()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Boolean get_PopulateQuotaInfo()" - }, - "Boolean PopulateQuotaInfo": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void set_PopulateQuotaInfo(Boolean)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_PopulateQuotaInfo(Boolean)" - } - }, - "NestedTypes": {} - }, - "ContainerResponse": { - "Subclasses": {}, - "Members": { - "Double get_RequestCharge()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Double get_RequestCharge()" - }, - "Double RequestCharge": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Container Container": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Container get_Container()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Container get_Container()" - }, - "Microsoft.Azure.Cosmos.Container op_Implicit(Microsoft.Azure.Cosmos.ContainerResponse)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Container op_Implicit(Microsoft.Azure.Cosmos.ContainerResponse)" - }, - "Microsoft.Azure.Cosmos.ContainerProperties get_Resource()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.ContainerProperties get_Resource()" - }, - "Microsoft.Azure.Cosmos.ContainerProperties Resource": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" - }, - "Microsoft.Azure.Cosmos.Headers get_Headers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" - }, - "Microsoft.Azure.Cosmos.Headers Headers": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" - }, - "System.Net.HttpStatusCode StatusCode": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ActivityId": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ETag": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String get_ActivityId()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ActivityId()" - }, - "System.String get_ETag()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ETag()" - } - }, - "NestedTypes": {} - }, - "CosmosClient": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.Container GetContainer(System.String, System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Container GetContainer(System.String, System.String)" - }, - "Microsoft.Azure.Cosmos.CosmosClientOptions ClientOptions": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosClientOptions get_ClientOptions()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.CosmosClientOptions get_ClientOptions()" - }, - "Microsoft.Azure.Cosmos.Database GetDatabase(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Database GetDatabase(System.String)" - }, - "Microsoft.Azure.Cosmos.FeedIterator GetDatabaseQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetDatabaseQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator GetDatabaseQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetDatabaseQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetDatabaseQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetDatabaseQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetDatabaseQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetDatabaseQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.AccountProperties] ReadAccountAsync()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.AccountProperties] ReadAccountAsync()" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.DatabaseResponse] CreateDatabaseAsync(System.String, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.DatabaseResponse] CreateDatabaseAsync(System.String, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.DatabaseResponse] CreateDatabaseIfNotExistsAsync(System.String, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)[System.Runtime.CompilerServices.AsyncStateMachineAttribute(typeof(Microsoft.Azure.Cosmos.CosmosClient+d__41))]": { - "Type": "Method", - "Attributes": [ - "AsyncStateMachineAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.DatabaseResponse] CreateDatabaseIfNotExistsAsync(System.String, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] CreateDatabaseStreamAsync(Microsoft.Azure.Cosmos.DatabaseProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] CreateDatabaseStreamAsync(Microsoft.Azure.Cosmos.DatabaseProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Uri Endpoint": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Uri get_Endpoint()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Uri get_Endpoint()" - }, - "Void .ctor(System.String, Microsoft.Azure.Cosmos.CosmosClientOptions)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.String, Microsoft.Azure.Cosmos.CosmosClientOptions)" - }, - "Void .ctor(System.String, System.String, Microsoft.Azure.Cosmos.CosmosClientOptions)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.String, System.String, Microsoft.Azure.Cosmos.CosmosClientOptions)" - }, - "Void Dispose()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void Dispose()" - } - }, - "NestedTypes": {} - }, - "CosmosClientOptions": { - "Subclasses": {}, - "Members": { - "Boolean AllowBulkExecution": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Boolean get_AllowBulkExecution()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Boolean get_AllowBulkExecution()" - }, - "Boolean get_LimitToEndpoint()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Boolean get_LimitToEndpoint()" - }, - "Boolean LimitToEndpoint": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Int32 GatewayModeMaxConnectionLimit": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Int32 get_GatewayModeMaxConnectionLimit()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Int32 get_GatewayModeMaxConnectionLimit()" - }, - "Microsoft.Azure.Cosmos.ConnectionMode ConnectionMode": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.ConnectionMode get_ConnectionMode()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.ConnectionMode get_ConnectionMode()" - }, - "Microsoft.Azure.Cosmos.CosmosSerializationOptions get_SerializerOptions()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.CosmosSerializationOptions get_SerializerOptions()" - }, - "Microsoft.Azure.Cosmos.CosmosSerializationOptions SerializerOptions": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosSerializer get_Serializer()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.CosmosSerializer get_Serializer()" - }, - "Microsoft.Azure.Cosmos.CosmosSerializer Serializer[Newtonsoft.Json.JsonConverterAttribute(typeof(Microsoft.Azure.Cosmos.CosmosClientOptions+ClientOptionJsonConverter))]": { - "Type": "Property", - "Attributes": [ - "JsonConverterAttribute" - ], - "MethodInfo": null - }, - "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.RequestHandler] CustomHandlers[Newtonsoft.Json.JsonConverterAttribute(typeof(Microsoft.Azure.Cosmos.CosmosClientOptions+ClientOptionJsonConverter))]": { - "Type": "Property", - "Attributes": [ - "JsonConverterAttribute" - ], - "MethodInfo": null - }, - "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.RequestHandler] get_CustomHandlers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.RequestHandler] get_CustomHandlers()" - }, - "System.Net.IWebProxy get_WebProxy()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Net.IWebProxy get_WebProxy()" - }, - "System.Net.IWebProxy WebProxy[Newtonsoft.Json.JsonIgnoreAttribute()]": { - "Type": "Property", - "Attributes": [ - "JsonIgnoreAttribute" - ], - "MethodInfo": null - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] ConsistencyLevel": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()" - }, - "System.Nullable`1[System.Int32] get_MaxRequestsPerTcpConnection()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Nullable`1[System.Int32] get_MaxRequestsPerTcpConnection()" - }, - "System.Nullable`1[System.Int32] get_MaxRetryAttemptsOnRateLimitedRequests()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[System.Int32] get_MaxRetryAttemptsOnRateLimitedRequests()" - }, - "System.Nullable`1[System.Int32] get_MaxTcpConnectionsPerEndpoint()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Nullable`1[System.Int32] get_MaxTcpConnectionsPerEndpoint()" - }, - "System.Nullable`1[System.Int32] MaxRequestsPerTcpConnection": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[System.Int32] MaxRetryAttemptsOnRateLimitedRequests": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[System.Int32] MaxTcpConnectionsPerEndpoint": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[System.TimeSpan] get_IdleTcpConnectionTimeout()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Nullable`1[System.TimeSpan] get_IdleTcpConnectionTimeout()" - }, - "System.Nullable`1[System.TimeSpan] get_MaxRetryWaitTimeOnRateLimitedRequests()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[System.TimeSpan] get_MaxRetryWaitTimeOnRateLimitedRequests()" - }, - "System.Nullable`1[System.TimeSpan] get_OpenTcpConnectionTimeout()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Nullable`1[System.TimeSpan] get_OpenTcpConnectionTimeout()" - }, - "System.Nullable`1[System.TimeSpan] IdleTcpConnectionTimeout": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[System.TimeSpan] MaxRetryWaitTimeOnRateLimitedRequests": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[System.TimeSpan] OpenTcpConnectionTimeout": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ApplicationName": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ApplicationRegion": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String get_ApplicationName()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_ApplicationName()" - }, - "System.String get_ApplicationRegion()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_ApplicationRegion()" - }, - "System.TimeSpan get_RequestTimeout()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.TimeSpan get_RequestTimeout()" - }, - "System.TimeSpan RequestTimeout": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void set_AllowBulkExecution(Boolean)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_AllowBulkExecution(Boolean)" - }, - "Void set_ApplicationName(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_ApplicationName(System.String)" - }, - "Void set_ApplicationRegion(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_ApplicationRegion(System.String)" - }, - "Void set_ConnectionMode(Microsoft.Azure.Cosmos.ConnectionMode)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_ConnectionMode(Microsoft.Azure.Cosmos.ConnectionMode)" - }, - "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])" - }, - "Void set_GatewayModeMaxConnectionLimit(Int32)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_GatewayModeMaxConnectionLimit(Int32)" - }, - "Void set_IdleTcpConnectionTimeout(System.Nullable`1[System.TimeSpan])": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_IdleTcpConnectionTimeout(System.Nullable`1[System.TimeSpan])" - }, - "Void set_LimitToEndpoint(Boolean)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_LimitToEndpoint(Boolean)" - }, - "Void set_MaxRequestsPerTcpConnection(System.Nullable`1[System.Int32])": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_MaxRequestsPerTcpConnection(System.Nullable`1[System.Int32])" - }, - "Void set_MaxRetryAttemptsOnRateLimitedRequests(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_MaxRetryAttemptsOnRateLimitedRequests(System.Nullable`1[System.Int32])" - }, - "Void set_MaxRetryWaitTimeOnRateLimitedRequests(System.Nullable`1[System.TimeSpan])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_MaxRetryWaitTimeOnRateLimitedRequests(System.Nullable`1[System.TimeSpan])" - }, - "Void set_MaxTcpConnectionsPerEndpoint(System.Nullable`1[System.Int32])": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_MaxTcpConnectionsPerEndpoint(System.Nullable`1[System.Int32])" - }, - "Void set_OpenTcpConnectionTimeout(System.Nullable`1[System.TimeSpan])": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_OpenTcpConnectionTimeout(System.Nullable`1[System.TimeSpan])" - }, - "Void set_RequestTimeout(System.TimeSpan)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_RequestTimeout(System.TimeSpan)" - }, - "Void set_Serializer(Microsoft.Azure.Cosmos.CosmosSerializer)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_Serializer(Microsoft.Azure.Cosmos.CosmosSerializer)" - }, - "Void set_SerializerOptions(Microsoft.Azure.Cosmos.CosmosSerializationOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_SerializerOptions(Microsoft.Azure.Cosmos.CosmosSerializationOptions)" - }, - "Void set_WebProxy(System.Net.IWebProxy)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_WebProxy(System.Net.IWebProxy)" - } - }, - "NestedTypes": {} - }, - "CosmosDiagnostics": { - "Subclasses": {}, - "Members": { - "System.String ToString()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String ToString()" - } - }, - "NestedTypes": {} - }, - "CosmosException": { - "Subclasses": {}, - "Members": { - "Boolean TryGetHeader(System.String, System.String ByRef)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean TryGetHeader(System.String, System.String ByRef)" - }, - "Double get_RequestCharge()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Double get_RequestCharge()" - }, - "Double RequestCharge": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Int32 get_SubStatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Int32 get_SubStatusCode()" - }, - "Int32 SubStatusCode": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" - }, - "Microsoft.Azure.Cosmos.Headers get_Headers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" - }, - "Microsoft.Azure.Cosmos.Headers Headers": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" - }, - "System.Net.HttpStatusCode StatusCode": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[System.TimeSpan] get_RetryAfter()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[System.TimeSpan] get_RetryAfter()" - }, - "System.Nullable`1[System.TimeSpan] RetryAfter": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ActivityId": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String get_ActivityId()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_ActivityId()" - }, - "System.String get_ResponseBody()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_ResponseBody()" - }, - "System.String ResponseBody": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ToString()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String ToString()" - }, - "Void .ctor(System.String, System.Net.HttpStatusCode, Int32, System.String, Double)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.String, System.Net.HttpStatusCode, Int32, System.String, Double)" - } - }, - "NestedTypes": {} - }, - "CosmosPropertyNamingPolicy": { - "Subclasses": {}, - "Members": { - "Int32 value__": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosPropertyNamingPolicy CamelCase": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosPropertyNamingPolicy Default": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "CosmosSerializationOptions": { - "Subclasses": {}, - "Members": { - "Boolean get_IgnoreNullValues()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Boolean get_IgnoreNullValues()" - }, - "Boolean get_Indented()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Boolean get_Indented()" - }, - "Boolean IgnoreNullValues": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Boolean Indented": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosPropertyNamingPolicy get_PropertyNamingPolicy()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.CosmosPropertyNamingPolicy get_PropertyNamingPolicy()" - }, - "Microsoft.Azure.Cosmos.CosmosPropertyNamingPolicy PropertyNamingPolicy": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void set_IgnoreNullValues(Boolean)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_IgnoreNullValues(Boolean)" - }, - "Void set_Indented(Boolean)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_Indented(Boolean)" - }, - "Void set_PropertyNamingPolicy(Microsoft.Azure.Cosmos.CosmosPropertyNamingPolicy)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_PropertyNamingPolicy(Microsoft.Azure.Cosmos.CosmosPropertyNamingPolicy)" - } - }, - "NestedTypes": {} - }, - "CosmosSerializer": { - "Subclasses": {}, - "Members": { - "System.IO.Stream ToStream[T](T)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.IO.Stream ToStream[T](T)" - }, - "T FromStream[T](System.IO.Stream)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "T FromStream[T](System.IO.Stream)" - } - }, - "NestedTypes": {} - }, - "Database": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.Container GetContainer(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Container GetContainer(System.String)" - }, - "Microsoft.Azure.Cosmos.FeedIterator GetContainerQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetContainerQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator GetContainerQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetContainerQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetContainerQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetContainerQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetContainerQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetContainerQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetUserQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetUserQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetUserQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetUserQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.Fluent.ContainerBuilder DefineContainer(System.String, System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.ContainerBuilder DefineContainer(System.String, System.String)" - }, - "Microsoft.Azure.Cosmos.User GetUser(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.User GetUser(System.String)" - }, - "System.String get_Id()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_Id()" - }, - "System.String Id": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] CreateContainerAsync(Microsoft.Azure.Cosmos.ContainerProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] CreateContainerAsync(Microsoft.Azure.Cosmos.ContainerProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] CreateContainerAsync(System.String, System.String, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] CreateContainerAsync(System.String, System.String, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] CreateContainerIfNotExistsAsync(Microsoft.Azure.Cosmos.ContainerProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] CreateContainerIfNotExistsAsync(Microsoft.Azure.Cosmos.ContainerProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] CreateContainerIfNotExistsAsync(System.String, System.String, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] CreateContainerIfNotExistsAsync(System.String, System.String, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.DatabaseResponse] DeleteAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.DatabaseResponse] DeleteAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.DatabaseResponse] ReadAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.DatabaseResponse] ReadAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] CreateContainerStreamAsync(Microsoft.Azure.Cosmos.ContainerProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] CreateContainerStreamAsync(Microsoft.Azure.Cosmos.ContainerProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] DeleteStreamAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] DeleteStreamAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ReadStreamAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ReadStreamAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ThroughputResponse] ReadThroughputAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ThroughputResponse] ReadThroughputAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ThroughputResponse] ReplaceThroughputAsync(Int32, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ThroughputResponse] ReplaceThroughputAsync(Int32, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.UserResponse] CreateUserAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.UserResponse] CreateUserAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.UserResponse] UpsertUserAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.UserResponse] UpsertUserAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[System.Nullable`1[System.Int32]] ReadThroughputAsync(System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[System.Nullable`1[System.Int32]] ReadThroughputAsync(System.Threading.CancellationToken)" - } - }, - "NestedTypes": {} - }, - "DatabaseProperties": { - "Subclasses": {}, - "Members": { - "System.Nullable`1[System.DateTime] get_LastModified()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[System.DateTime] get_LastModified()" - }, - "System.Nullable`1[System.DateTime] LastModified[Newtonsoft.Json.JsonConverterAttribute(typeof(Microsoft.Azure.Documents.UnixDateTimeConverter))]-[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"_ts\")]": { - "Type": "Property", - "Attributes": [ - "JsonConverterAttribute", - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String ETag[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"_etag\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String get_ETag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_ETag()" - }, - "System.String get_Id()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_Id()" - }, - "System.String Id[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"id\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void .ctor(System.String)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.String)" - }, - "Void set_Id(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_Id(System.String)" - } - }, - "NestedTypes": {} - }, - "DatabaseResponse": { - "Subclasses": {}, - "Members": { - "Double get_RequestCharge()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Double get_RequestCharge()" - }, - "Double RequestCharge": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" - }, - "Microsoft.Azure.Cosmos.Database Database": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Database get_Database()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Database get_Database()" - }, - "Microsoft.Azure.Cosmos.Database op_Implicit(Microsoft.Azure.Cosmos.DatabaseResponse)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Database op_Implicit(Microsoft.Azure.Cosmos.DatabaseResponse)" - }, - "Microsoft.Azure.Cosmos.DatabaseProperties get_Resource()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.DatabaseProperties get_Resource()" - }, - "Microsoft.Azure.Cosmos.DatabaseProperties Resource": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Headers get_Headers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" - }, - "Microsoft.Azure.Cosmos.Headers Headers": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" - }, - "System.Net.HttpStatusCode StatusCode": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ActivityId": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ETag": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String get_ActivityId()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ActivityId()" - }, - "System.String get_ETag()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ETag()" - } - }, - "NestedTypes": {} - }, - "DataType": { - "Subclasses": {}, - "Members": { - "Int32 value__": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.DataType LineString": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.DataType MultiPolygon": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.DataType Number": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.DataType Point": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.DataType Polygon": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.DataType String": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "ExcludedPath": { - "Subclasses": {}, - "Members": { - "System.String get_Path()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_Path()" - }, - "System.String Path[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"path\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void set_Path(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_Path(System.String)" - } - }, - "NestedTypes": {} - }, - "FeedIterator": { - "Subclasses": {}, - "Members": { - "Boolean get_HasMoreResults()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean get_HasMoreResults()" - }, - "Boolean HasMoreResults": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ReadNextAsync(System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ReadNextAsync(System.Threading.CancellationToken)" - } - }, - "NestedTypes": {} - }, - "FeedIterator`1": { - "Subclasses": {}, - "Members": { - "Boolean get_HasMoreResults()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean get_HasMoreResults()" - }, - "Boolean HasMoreResults": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.FeedResponse`1[T]] ReadNextAsync(System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.FeedResponse`1[T]] ReadNextAsync(System.Threading.CancellationToken)" - } - }, - "NestedTypes": {} - }, - "FeedResponse`1": { - "Subclasses": {}, - "Members": { - "Double get_RequestCharge()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Double get_RequestCharge()" - }, - "Double RequestCharge": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Int32 Count": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Int32 get_Count()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Int32 get_Count()" - }, - "System.Collections.Generic.IEnumerator`1[T] GetEnumerator()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Collections.Generic.IEnumerator`1[T] GetEnumerator()" - }, - "System.String ActivityId": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ContinuationToken": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ETag": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String get_ActivityId()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ActivityId()" - }, - "System.String get_ContinuationToken()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ContinuationToken()" - }, - "System.String get_ETag()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ETag()" - } - }, - "NestedTypes": {} - }, - "CompositeIndexDefinition`1": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.Fluent.CompositeIndexDefinition`1[T] Path(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CompositeIndexDefinition`1[T] Path(System.String)" - }, - "Microsoft.Azure.Cosmos.Fluent.CompositeIndexDefinition`1[T] Path(System.String, Microsoft.Azure.Cosmos.CompositePathSortOrder)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CompositeIndexDefinition`1[T] Path(System.String, Microsoft.Azure.Cosmos.CompositePathSortOrder)" - }, - "T Attach()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "T Attach()" - } - }, - "NestedTypes": {} - }, - "ConflictResolutionDefinition": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.Fluent.ConflictResolutionDefinition WithCustomStoredProcedureResolution(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.ConflictResolutionDefinition WithCustomStoredProcedureResolution(System.String)" - }, - "Microsoft.Azure.Cosmos.Fluent.ConflictResolutionDefinition WithLastWriterWinsResolution(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.ConflictResolutionDefinition WithLastWriterWinsResolution(System.String)" - }, - "Microsoft.Azure.Cosmos.Fluent.ContainerBuilder Attach()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.ContainerBuilder Attach()" - } - }, - "NestedTypes": {} - }, - "ContainerBuilder": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.ContainerProperties Build()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.ContainerProperties Build()" - }, - "Microsoft.Azure.Cosmos.Fluent.ConflictResolutionDefinition WithConflictResolution()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.ConflictResolutionDefinition WithConflictResolution()" - }, - "Microsoft.Azure.Cosmos.Fluent.UniqueKeyDefinition WithUniqueKey()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.UniqueKeyDefinition WithUniqueKey()" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] CreateAsync(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.AsyncStateMachineAttribute(typeof(Microsoft.Azure.Cosmos.Fluent.ContainerBuilder+d__9))]": { - "Type": "Method", - "Attributes": [ - "AsyncStateMachineAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] CreateAsync(System.Nullable`1[System.Int32])" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] CreateIfNotExistsAsync(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.AsyncStateMachineAttribute(typeof(Microsoft.Azure.Cosmos.Fluent.ContainerBuilder+d__10))]": { - "Type": "Method", - "Attributes": [ - "AsyncStateMachineAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] CreateIfNotExistsAsync(System.Nullable`1[System.Int32])" - } - }, - "NestedTypes": {} - }, - "ContainerDefinition`1": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.ContainerProperties Build()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.ContainerProperties Build()" - }, - "Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T] WithIndexingPolicy()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T] WithIndexingPolicy()" - }, - "T WithDefaultTimeToLive(Int32)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "T WithDefaultTimeToLive(Int32)" - }, - "T WithDefaultTimeToLive(System.TimeSpan)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "T WithDefaultTimeToLive(System.TimeSpan)" - }, - "T WithPartitionKeyDefinitionVersion(Microsoft.Azure.Cosmos.PartitionKeyDefinitionVersion)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "T WithPartitionKeyDefinitionVersion(Microsoft.Azure.Cosmos.PartitionKeyDefinitionVersion)" - }, - "T WithTimeToLivePropertyPath(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "T WithTimeToLivePropertyPath(System.String)" - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - } - }, - "NestedTypes": {} - }, - "CosmosClientBuilder": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.CosmosClient Build()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.CosmosClient Build()" - }, - "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder AddCustomHandlers(Microsoft.Azure.Cosmos.RequestHandler[])": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder AddCustomHandlers(Microsoft.Azure.Cosmos.RequestHandler[])" - }, - "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithApplicationName(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithApplicationName(System.String)" - }, - "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithApplicationRegion(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithApplicationRegion(System.String)" - }, - "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithBulkExecution(Boolean)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithBulkExecution(Boolean)" - }, - "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithConnectionModeDirect()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithConnectionModeDirect()" - }, - "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithConnectionModeGateway(System.Nullable`1[System.Int32], System.Net.IWebProxy)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithConnectionModeGateway(System.Nullable`1[System.Int32], System.Net.IWebProxy)" - }, - "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithConsistencyLevel(Microsoft.Azure.Cosmos.ConsistencyLevel)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithConsistencyLevel(Microsoft.Azure.Cosmos.ConsistencyLevel)" - }, - "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithCustomSerializer(Microsoft.Azure.Cosmos.CosmosSerializer)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithCustomSerializer(Microsoft.Azure.Cosmos.CosmosSerializer)" - }, - "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithLimitToEndpoint(Boolean)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithLimitToEndpoint(Boolean)" - }, - "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithRequestTimeout(System.TimeSpan)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithRequestTimeout(System.TimeSpan)" - }, - "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithSerializerOptions(Microsoft.Azure.Cosmos.CosmosSerializationOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithSerializerOptions(Microsoft.Azure.Cosmos.CosmosSerializationOptions)" - }, - "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithThrottlingRetryOptions(System.TimeSpan, Int32)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithThrottlingRetryOptions(System.TimeSpan, Int32)" - }, - "Void .ctor(System.String)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.String)" - }, - "Void .ctor(System.String, System.String)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.String, System.String)" - } - }, - "NestedTypes": {} - }, - "IndexingPolicyDefinition`1": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.Fluent.CompositeIndexDefinition`1[Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T]] WithCompositeIndex()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CompositeIndexDefinition`1[Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T]] WithCompositeIndex()" - }, - "Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T] WithAutomaticIndexing(Boolean)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T] WithAutomaticIndexing(Boolean)" - }, - "Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T] WithIndexingMode(Microsoft.Azure.Cosmos.IndexingMode)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T] WithIndexingMode(Microsoft.Azure.Cosmos.IndexingMode)" - }, - "Microsoft.Azure.Cosmos.Fluent.PathsDefinition`1[Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T]] WithExcludedPaths()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.PathsDefinition`1[Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T]] WithExcludedPaths()" - }, - "Microsoft.Azure.Cosmos.Fluent.PathsDefinition`1[Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T]] WithIncludedPaths()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.PathsDefinition`1[Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T]] WithIncludedPaths()" - }, - "Microsoft.Azure.Cosmos.Fluent.SpatialIndexDefinition`1[Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T]] WithSpatialIndex()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.SpatialIndexDefinition`1[Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T]] WithSpatialIndex()" - }, - "T Attach()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "T Attach()" - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - } - }, - "NestedTypes": {} - }, - "PathsDefinition`1": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.Fluent.PathsDefinition`1[T] Path(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.PathsDefinition`1[T] Path(System.String)" - }, - "T Attach()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "T Attach()" - } - }, - "NestedTypes": {} - }, - "SpatialIndexDefinition`1": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.Fluent.SpatialIndexDefinition`1[T] Path(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.SpatialIndexDefinition`1[T] Path(System.String)" - }, - "Microsoft.Azure.Cosmos.Fluent.SpatialIndexDefinition`1[T] Path(System.String, Microsoft.Azure.Cosmos.SpatialType[])": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.SpatialIndexDefinition`1[T] Path(System.String, Microsoft.Azure.Cosmos.SpatialType[])" - }, - "T Attach()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "T Attach()" - } - }, - "NestedTypes": {} - }, - "UniqueKeyDefinition": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.Fluent.ContainerBuilder Attach()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.ContainerBuilder Attach()" - }, - "Microsoft.Azure.Cosmos.Fluent.UniqueKeyDefinition Path(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.UniqueKeyDefinition Path(System.String)" - } - }, - "NestedTypes": {} - }, - "Headers": { - "Subclasses": {}, - "Members": { - "Boolean TryGetValue(System.String, System.String ByRef)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean TryGetValue(System.String, System.String ByRef)" - }, - "Double get_RequestCharge()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Double get_RequestCharge()" - }, - "Double RequestCharge": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Collections.Generic.IEnumerator`1[System.String] GetEnumerator()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Collections.Generic.IEnumerator`1[System.String] GetEnumerator()" - }, - "System.String ActivityId[Microsoft.Azure.Cosmos.CosmosKnownHeaderAttribute(HeaderName = \"x-ms-activity-id\")]": { - "Type": "Property", - "Attributes": [ - "CosmosKnownHeaderAttribute" - ], - "MethodInfo": null - }, - "System.String ContentLength[Microsoft.Azure.Cosmos.CosmosKnownHeaderAttribute(HeaderName = \"Content-Length\")]": { - "Type": "Property", - "Attributes": [ - "CosmosKnownHeaderAttribute" - ], - "MethodInfo": null - }, - "System.String ContentType[Microsoft.Azure.Cosmos.CosmosKnownHeaderAttribute(HeaderName = \"Content-Type\")]": { - "Type": "Property", - "Attributes": [ - "CosmosKnownHeaderAttribute" - ], - "MethodInfo": null - }, - "System.String ContinuationToken[Microsoft.Azure.Cosmos.CosmosKnownHeaderAttribute(HeaderName = \"x-ms-continuation\")]": { - "Type": "Property", - "Attributes": [ - "CosmosKnownHeaderAttribute" - ], - "MethodInfo": null - }, - "System.String ETag[Microsoft.Azure.Cosmos.CosmosKnownHeaderAttribute(HeaderName = \"etag\")]": { - "Type": "Property", - "Attributes": [ - "CosmosKnownHeaderAttribute" - ], - "MethodInfo": null - }, - "System.String Get(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String Get(System.String)" - }, - "System.String get_ActivityId()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_ActivityId()" - }, - "System.String get_ContentLength()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ContentLength()" - }, - "System.String get_ContentType()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_ContentType()" - }, - "System.String get_ContinuationToken()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_ContinuationToken()" - }, - "System.String get_ETag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_ETag()" - }, - "System.String get_Item(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_Item(System.String)" - }, - "System.String get_Location()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_Location()" - }, - "System.String get_Session()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_Session()" - }, - "System.String GetValueOrDefault(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String GetValueOrDefault(System.String)" - }, - "System.String Item [System.String]": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String Location[Microsoft.Azure.Cosmos.CosmosKnownHeaderAttribute(HeaderName = \"Location\")]": { - "Type": "Property", - "Attributes": [ - "CosmosKnownHeaderAttribute" - ], - "MethodInfo": null - }, - "System.String Session[Microsoft.Azure.Cosmos.CosmosKnownHeaderAttribute(HeaderName = \"x-ms-session-token\")]": { - "Type": "Property", - "Attributes": [ - "CosmosKnownHeaderAttribute" - ], - "MethodInfo": null - }, - "System.String[] AllKeys()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String[] AllKeys()" - }, - "T GetHeaderValue[T](System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "T GetHeaderValue[T](System.String)" - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void Add(System.String, System.Collections.Generic.IEnumerable`1[System.String])": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void Add(System.String, System.Collections.Generic.IEnumerable`1[System.String])" - }, - "Void Add(System.String, System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void Add(System.String, System.String)" - }, - "Void Remove(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void Remove(System.String)" - }, - "Void Set(System.String, System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void Set(System.String, System.String)" - }, - "Void set_ContentLength(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_ContentLength(System.String)" - }, - "Void set_Item(System.String, System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_Item(System.String, System.String)" - } - }, - "NestedTypes": {} - }, - "IncludedPath": { - "Subclasses": {}, - "Members": { - "System.String get_Path()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_Path()" - }, - "System.String Path[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"path\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void set_Path(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_Path(System.String)" - } - }, - "NestedTypes": {} - }, - "IndexingDirective": { - "Subclasses": {}, - "Members": { - "Int32 value__": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.IndexingDirective Default": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.IndexingDirective Exclude": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.IndexingDirective Include": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "IndexingMode": { - "Subclasses": {}, - "Members": { - "Int32 value__": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.IndexingMode Consistent": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.IndexingMode Lazy": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.IndexingMode None": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "IndexingPolicy": { - "Subclasses": {}, - "Members": { - "Boolean Automatic[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"automatic\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Boolean get_Automatic()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Boolean get_Automatic()" - }, - "Microsoft.Azure.Cosmos.IndexingMode get_IndexingMode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.IndexingMode get_IndexingMode()" - }, - "Microsoft.Azure.Cosmos.IndexingMode IndexingMode[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"indexingMode\")]-[Newtonsoft.Json.JsonConverterAttribute(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]": { - "Type": "Property", - "Attributes": [ - "JsonConverterAttribute", - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.ExcludedPath] ExcludedPaths[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"excludedPaths\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.ExcludedPath] get_ExcludedPaths()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.ExcludedPath] get_ExcludedPaths()" - }, - "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.IncludedPath] get_IncludedPaths()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.IncludedPath] get_IncludedPaths()" - }, - "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.IncludedPath] IncludedPaths[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"includedPaths\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.SpatialPath] get_SpatialIndexes()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.SpatialPath] get_SpatialIndexes()" - }, - "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.SpatialPath] SpatialIndexes[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"spatialIndexes\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.Collections.ObjectModel.Collection`1[System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.CompositePath]] CompositeIndexes[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"compositeIndexes\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.Collections.ObjectModel.Collection`1[System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.CompositePath]] get_CompositeIndexes()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Collections.ObjectModel.Collection`1[System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.CompositePath]] get_CompositeIndexes()" - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void set_Automatic(Boolean)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_Automatic(Boolean)" - }, - "Void set_IndexingMode(Microsoft.Azure.Cosmos.IndexingMode)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_IndexingMode(Microsoft.Azure.Cosmos.IndexingMode)" - } - }, - "NestedTypes": {} - }, - "IndexKind": { - "Subclasses": {}, - "Members": { - "Int32 value__": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.IndexKind Hash": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.IndexKind Range": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.IndexKind Spatial": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "ItemRequestOptions": { - "Subclasses": {}, - "Members": { - "System.Collections.Generic.IEnumerable`1[System.String] get_PostTriggers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Collections.Generic.IEnumerable`1[System.String] get_PostTriggers()" - }, - "System.Collections.Generic.IEnumerable`1[System.String] get_PreTriggers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Collections.Generic.IEnumerable`1[System.String] get_PreTriggers()" - }, - "System.Collections.Generic.IEnumerable`1[System.String] PostTriggers": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Collections.Generic.IEnumerable`1[System.String] PreTriggers": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] ConsistencyLevel": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()" - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective] get_IndexingDirective()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective] get_IndexingDirective()" - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective] IndexingDirective": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String get_SessionToken()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_SessionToken()" - }, - "System.String SessionToken": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])" - }, - "Void set_IndexingDirective(System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_IndexingDirective(System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective])" - }, - "Void set_PostTriggers(System.Collections.Generic.IEnumerable`1[System.String])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_PostTriggers(System.Collections.Generic.IEnumerable`1[System.String])" - }, - "Void set_PreTriggers(System.Collections.Generic.IEnumerable`1[System.String])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_PreTriggers(System.Collections.Generic.IEnumerable`1[System.String])" - }, - "Void set_SessionToken(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_SessionToken(System.String)" - } - }, - "NestedTypes": {} - }, - "ItemResponse`1": { - "Subclasses": {}, - "Members": { - "Double get_RequestCharge()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Double get_RequestCharge()" - }, - "Double RequestCharge": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" - }, - "Microsoft.Azure.Cosmos.Headers get_Headers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" - }, - "Microsoft.Azure.Cosmos.Headers Headers": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" - }, - "System.Net.HttpStatusCode StatusCode": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ActivityId": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ETag": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String get_ActivityId()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ActivityId()" - }, - "System.String get_ETag()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ETag()" - }, - "T get_Resource()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "T get_Resource()" - }, - "T Resource": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "CosmosLinqExtensions": { - "Subclasses": {}, - "Members": { - "Boolean IsDefined(System.Object)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "Boolean IsDefined(System.Object)" - }, - "Boolean IsNull(System.Object)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "Boolean IsNull(System.Object)" - }, - "Boolean IsPrimitive(System.Object)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "Boolean IsPrimitive(System.Object)" - }, - "Microsoft.Azure.Cosmos.FeedIterator ToStreamIterator[T](System.Linq.IQueryable`1[T])[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator ToStreamIterator[T](System.Linq.IQueryable`1[T])" - }, - "Microsoft.Azure.Cosmos.FeedIterator`1[T] ToFeedIterator[T](System.Linq.IQueryable`1[T])[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] ToFeedIterator[T](System.Linq.IQueryable`1[T])" - }, - "Microsoft.Azure.Cosmos.QueryDefinition ToQueryDefinition[T](System.Linq.IQueryable`1[T])[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.QueryDefinition ToQueryDefinition[T](System.Linq.IQueryable`1[T])" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Decimal]] AverageAsync(System.Linq.IQueryable`1[System.Decimal], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Decimal]] AverageAsync(System.Linq.IQueryable`1[System.Decimal], System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Decimal]] SumAsync(System.Linq.IQueryable`1[System.Decimal], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Decimal]] SumAsync(System.Linq.IQueryable`1[System.Decimal], System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Double]] AverageAsync(System.Linq.IQueryable`1[System.Double], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Double]] AverageAsync(System.Linq.IQueryable`1[System.Double], System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Double]] AverageAsync(System.Linq.IQueryable`1[System.Int32], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Double]] AverageAsync(System.Linq.IQueryable`1[System.Int32], System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Double]] AverageAsync(System.Linq.IQueryable`1[System.Int64], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Double]] AverageAsync(System.Linq.IQueryable`1[System.Int64], System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Double]] SumAsync(System.Linq.IQueryable`1[System.Double], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Double]] SumAsync(System.Linq.IQueryable`1[System.Double], System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Int32]] CountAsync[TSource](System.Linq.IQueryable`1[TSource], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Int32]] CountAsync[TSource](System.Linq.IQueryable`1[TSource], System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Int32]] SumAsync(System.Linq.IQueryable`1[System.Int32], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Int32]] SumAsync(System.Linq.IQueryable`1[System.Int32], System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Int64]] SumAsync(System.Linq.IQueryable`1[System.Int64], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Int64]] SumAsync(System.Linq.IQueryable`1[System.Int64], System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Decimal]]] AverageAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Decimal]], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Decimal]]] AverageAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Decimal]], System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Decimal]]] SumAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Decimal]], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Decimal]]] SumAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Decimal]], System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Double]]] AverageAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Double]], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Double]]] AverageAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Double]], System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Double]]] AverageAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Int32]], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Double]]] AverageAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Int32]], System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Double]]] AverageAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Int64]], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Double]]] AverageAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Int64]], System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Double]]] SumAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Double]], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Double]]] SumAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Double]], System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Int32]]] SumAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Int32]], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Int32]]] SumAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Int32]], System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Int64]]] SumAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Int64]], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Int64]]] SumAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Int64]], System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Single]]] AverageAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Single]], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Single]]] AverageAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Single]], System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Single]]] SumAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Single]], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Single]]] SumAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Single]], System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Single]] AverageAsync(System.Linq.IQueryable`1[System.Single], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Single]] AverageAsync(System.Linq.IQueryable`1[System.Single], System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Single]] SumAsync(System.Linq.IQueryable`1[System.Single], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Single]] SumAsync(System.Linq.IQueryable`1[System.Single], System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[TSource]] MaxAsync[TSource](System.Linq.IQueryable`1[TSource], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[TSource]] MaxAsync[TSource](System.Linq.IQueryable`1[TSource], System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[TSource]] MinAsync[TSource](System.Linq.IQueryable`1[TSource], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { - "Type": "Method", - "Attributes": [ - "ExtensionAttribute" - ], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[TSource]] MinAsync[TSource](System.Linq.IQueryable`1[TSource], System.Threading.CancellationToken)" - } - }, - "NestedTypes": {} - }, - "OperationKind": { - "Subclasses": {}, - "Members": { - "Int32 value__": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.OperationKind Create": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.OperationKind Delete": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.OperationKind Invalid": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.OperationKind Read[System.ObsoleteAttribute(\"This item is obsolete as it does not apply to Conflict.\")]": { - "Type": "Field", - "Attributes": [ - "ObsoleteAttribute" - ], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.OperationKind Replace": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "PartitionKey": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.PartitionKey None": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.PartitionKey Null": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String SystemKeyName": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String SystemKeyPath": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String ToString()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String ToString()" - }, - "Void .ctor(Boolean)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(Boolean)" - }, - "Void .ctor(Double)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(Double)" - }, - "Void .ctor(System.String)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.String)" - } - }, - "NestedTypes": {} - }, - "PartitionKeyDefinitionVersion": { - "Subclasses": {}, - "Members": { - "Int32 value__": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.PartitionKeyDefinitionVersion V1": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.PartitionKeyDefinitionVersion V2": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "Permission": { - "Subclasses": {}, - "Members": { - "System.String get_Id()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_Id()" - }, - "System.String Id": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.PermissionResponse] DeleteAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.PermissionResponse] DeleteAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.PermissionResponse] ReadAsync(System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.PermissionResponse] ReadAsync(System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.PermissionResponse] ReplaceAsync(Microsoft.Azure.Cosmos.PermissionProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.PermissionResponse] ReplaceAsync(Microsoft.Azure.Cosmos.PermissionProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - } - }, - "NestedTypes": {} - }, - "PermissionMode": { - "Subclasses": {}, - "Members": { - "Byte value__": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.PermissionMode All": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.PermissionMode Read": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "PermissionProperties": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.PermissionMode get_PermissionMode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.PermissionMode get_PermissionMode()" - }, - "Microsoft.Azure.Cosmos.PermissionMode PermissionMode[Newtonsoft.Json.JsonConverterAttribute(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]-[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"permissionMode\")]": { - "Type": "Property", - "Attributes": [ - "JsonConverterAttribute", - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey] get_ResourcePartitionKey()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey] get_ResourcePartitionKey()" - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey] ResourcePartitionKey[Newtonsoft.Json.JsonIgnoreAttribute()]": { - "Type": "Property", - "Attributes": [ - "JsonIgnoreAttribute" - ], - "MethodInfo": null - }, - "System.Nullable`1[System.DateTime] get_LastModified()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[System.DateTime] get_LastModified()" - }, - "System.Nullable`1[System.DateTime] LastModified[Newtonsoft.Json.JsonConverterAttribute(typeof(Microsoft.Azure.Documents.UnixDateTimeConverter))]-[Newtonsoft.Json.JsonPropertyAttribute(NullValueHandling = 1, PropertyName = \"_ts\")]": { - "Type": "Property", - "Attributes": [ - "JsonConverterAttribute", - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String ETag[Newtonsoft.Json.JsonPropertyAttribute(NullValueHandling = 1, PropertyName = \"_etag\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String get_ETag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_ETag()" - }, - "System.String get_Id()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_Id()" - }, - "System.String get_ResourceUri()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_ResourceUri()" - }, - "System.String get_Token()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_Token()" - }, - "System.String Id[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"id\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String ResourceUri[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"resource\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String Token[Newtonsoft.Json.JsonPropertyAttribute(NullValueHandling = 1, PropertyName = \"_token\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Void .ctor(System.String, Microsoft.Azure.Cosmos.PermissionMode, Microsoft.Azure.Cosmos.Container, Microsoft.Azure.Cosmos.PartitionKey, System.String)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.String, Microsoft.Azure.Cosmos.PermissionMode, Microsoft.Azure.Cosmos.Container, Microsoft.Azure.Cosmos.PartitionKey, System.String)" - }, - "Void .ctor(System.String, Microsoft.Azure.Cosmos.PermissionMode, Microsoft.Azure.Cosmos.Container, System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey])": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.String, Microsoft.Azure.Cosmos.PermissionMode, Microsoft.Azure.Cosmos.Container, System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey])" - }, - "Void set_ResourcePartitionKey(System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey])": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_ResourcePartitionKey(System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey])" - } - }, - "NestedTypes": {} - }, - "PermissionResponse": { - "Subclasses": {}, - "Members": { - "Double get_RequestCharge()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Double get_RequestCharge()" - }, - "Double RequestCharge": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" - }, - "Microsoft.Azure.Cosmos.Headers get_Headers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" - }, - "Microsoft.Azure.Cosmos.Headers Headers": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Permission get_Permission()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Permission get_Permission()" - }, - "Microsoft.Azure.Cosmos.Permission op_Implicit(Microsoft.Azure.Cosmos.PermissionResponse)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Permission op_Implicit(Microsoft.Azure.Cosmos.PermissionResponse)" - }, - "Microsoft.Azure.Cosmos.Permission Permission": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.PermissionProperties get_Resource()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.PermissionProperties get_Resource()" - }, - "Microsoft.Azure.Cosmos.PermissionProperties Resource": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" - }, - "System.Net.HttpStatusCode StatusCode": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ActivityId": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ETag": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String get_ActivityId()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ActivityId()" - }, - "System.String get_ETag()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ETag()" - } - }, - "NestedTypes": {} - }, - "QueryDefinition": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.QueryDefinition WithParameter(System.String, System.Object)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.QueryDefinition WithParameter(System.String, System.Object)" - }, - "System.String get_QueryText()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_QueryText()" - }, - "System.String QueryText": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Void .ctor(System.String)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.String)" - } - }, - "NestedTypes": {} - }, - "QueryRequestOptions": { - "Subclasses": {}, - "Members": { - "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] ConsistencyLevel": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()" - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey] get_PartitionKey()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey] get_PartitionKey()" - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey] PartitionKey": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[System.Boolean] EnableLowPrecisionOrderBy": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[System.Boolean] EnableScanInQuery": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[System.Boolean] get_EnableLowPrecisionOrderBy()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[System.Boolean] get_EnableLowPrecisionOrderBy()" - }, - "System.Nullable`1[System.Boolean] get_EnableScanInQuery()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[System.Boolean] get_EnableScanInQuery()" - }, - "System.Nullable`1[System.Int32] get_MaxBufferedItemCount()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[System.Int32] get_MaxBufferedItemCount()" - }, - "System.Nullable`1[System.Int32] get_MaxConcurrency()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[System.Int32] get_MaxConcurrency()" - }, - "System.Nullable`1[System.Int32] get_MaxItemCount()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[System.Int32] get_MaxItemCount()" - }, - "System.Nullable`1[System.Int32] get_ResponseContinuationTokenLimitInKb()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[System.Int32] get_ResponseContinuationTokenLimitInKb()" - }, - "System.Nullable`1[System.Int32] MaxBufferedItemCount": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[System.Int32] MaxConcurrency": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[System.Int32] MaxItemCount": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[System.Int32] ResponseContinuationTokenLimitInKb": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])" - }, - "Void set_EnableLowPrecisionOrderBy(System.Nullable`1[System.Boolean])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_EnableLowPrecisionOrderBy(System.Nullable`1[System.Boolean])" - }, - "Void set_EnableScanInQuery(System.Nullable`1[System.Boolean])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_EnableScanInQuery(System.Nullable`1[System.Boolean])" - }, - "Void set_MaxBufferedItemCount(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_MaxBufferedItemCount(System.Nullable`1[System.Int32])" - }, - "Void set_MaxConcurrency(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_MaxConcurrency(System.Nullable`1[System.Int32])" - }, - "Void set_MaxItemCount(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_MaxItemCount(System.Nullable`1[System.Int32])" - }, - "Void set_PartitionKey(System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_PartitionKey(System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey])" - }, - "Void set_ResponseContinuationTokenLimitInKb(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_ResponseContinuationTokenLimitInKb(System.Nullable`1[System.Int32])" - } - }, - "NestedTypes": {} - }, - "Regions": { - "Subclasses": {}, - "Members": { - "System.String AustraliaCentral": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String AustraliaCentral2": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String AustraliaEast": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String AustraliaSoutheast": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String BrazilSouth": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String CanadaCentral": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String CanadaEast": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String CentralIndia": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String CentralUS": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String CentralUSEUAP": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String ChinaEast": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String ChinaEast2": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String ChinaNorth": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String ChinaNorth2": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String EastAsia": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String EastUS": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String EastUS2": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String EastUS2EUAP": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String FranceCentral": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String FranceSouth": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String GermanyCentral": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String GermanyNorth": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String GermanyNortheast": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String GermanyWestCentral": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String JapanEast": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String JapanWest": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String KoreaCentral": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String KoreaSouth": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String NorthCentralUS": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String NorthEurope": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String NorwayEast": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String NorwayWest": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String SouthAfricaNorth": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String SouthAfricaWest": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String SouthCentralUS": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String SoutheastAsia": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String SouthIndia": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String SwitzerlandNorth": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String SwitzerlandWest": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String UAECentral": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String UAENorth": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String UKSouth": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String UKWest": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String USDoDCentral": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String USDoDEast": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String USGovArizona": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String USGovTexas": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String USGovVirginia": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String USNatEast": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String USNatWest": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String USSecEast": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String USSecWest": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String WestCentralUS": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String WestEurope": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String WestIndia": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String WestUS": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "System.String WestUS2": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "RequestHandler": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.RequestHandler get_InnerHandler()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.RequestHandler get_InnerHandler()" - }, - "Microsoft.Azure.Cosmos.RequestHandler InnerHandler": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] SendAsync(Microsoft.Azure.Cosmos.RequestMessage, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] SendAsync(Microsoft.Azure.Cosmos.RequestMessage, System.Threading.CancellationToken)" - }, - "Void set_InnerHandler(Microsoft.Azure.Cosmos.RequestHandler)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_InnerHandler(Microsoft.Azure.Cosmos.RequestHandler)" - } - }, - "NestedTypes": {} - }, - "RequestMessage": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.Headers get_Headers()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" - }, - "Microsoft.Azure.Cosmos.Headers Headers": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Collections.Generic.Dictionary`2[System.String,System.Object] get_Properties()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Collections.Generic.Dictionary`2[System.String,System.Object] get_Properties()" - }, - "System.Collections.Generic.Dictionary`2[System.String,System.Object] Properties": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.IO.Stream Content": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.IO.Stream get_Content()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.IO.Stream get_Content()" - }, - "System.Net.Http.HttpMethod get_Method()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Net.Http.HttpMethod get_Method()" - }, - "System.Net.Http.HttpMethod Method": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Uri get_RequestUri()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Uri get_RequestUri()" - }, - "System.Uri RequestUri": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void .ctor(System.Net.Http.HttpMethod, System.Uri)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.Net.Http.HttpMethod, System.Uri)" - }, - "Void Dispose()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void Dispose()" - }, - "Void set_Content(System.IO.Stream)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_Content(System.IO.Stream)" - } - }, - "NestedTypes": {} - }, - "RequestOptions": { - "Subclasses": { - "ContainerRequestOptions": { - "Subclasses": {}, - "Members": { - "Boolean get_PopulateQuotaInfo()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Boolean get_PopulateQuotaInfo()" - }, - "Boolean PopulateQuotaInfo": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void set_PopulateQuotaInfo(Boolean)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_PopulateQuotaInfo(Boolean)" - } - }, - "NestedTypes": {} - }, - "ItemRequestOptions": { - "Subclasses": {}, - "Members": { - "System.Collections.Generic.IEnumerable`1[System.String] get_PostTriggers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Collections.Generic.IEnumerable`1[System.String] get_PostTriggers()" - }, - "System.Collections.Generic.IEnumerable`1[System.String] get_PreTriggers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Collections.Generic.IEnumerable`1[System.String] get_PreTriggers()" - }, - "System.Collections.Generic.IEnumerable`1[System.String] PostTriggers": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Collections.Generic.IEnumerable`1[System.String] PreTriggers": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] ConsistencyLevel": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()" - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective] get_IndexingDirective()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective] get_IndexingDirective()" - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective] IndexingDirective": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String get_SessionToken()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_SessionToken()" - }, - "System.String SessionToken": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])" - }, - "Void set_IndexingDirective(System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_IndexingDirective(System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective])" - }, - "Void set_PostTriggers(System.Collections.Generic.IEnumerable`1[System.String])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_PostTriggers(System.Collections.Generic.IEnumerable`1[System.String])" - }, - "Void set_PreTriggers(System.Collections.Generic.IEnumerable`1[System.String])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_PreTriggers(System.Collections.Generic.IEnumerable`1[System.String])" - }, - "Void set_SessionToken(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_SessionToken(System.String)" - } - }, - "NestedTypes": {} - }, - "QueryRequestOptions": { - "Subclasses": {}, - "Members": { - "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] ConsistencyLevel": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()" - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey] get_PartitionKey()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey] get_PartitionKey()" - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey] PartitionKey": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[System.Boolean] EnableLowPrecisionOrderBy": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[System.Boolean] EnableScanInQuery": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[System.Boolean] get_EnableLowPrecisionOrderBy()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[System.Boolean] get_EnableLowPrecisionOrderBy()" - }, - "System.Nullable`1[System.Boolean] get_EnableScanInQuery()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[System.Boolean] get_EnableScanInQuery()" - }, - "System.Nullable`1[System.Int32] get_MaxBufferedItemCount()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[System.Int32] get_MaxBufferedItemCount()" - }, - "System.Nullable`1[System.Int32] get_MaxConcurrency()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[System.Int32] get_MaxConcurrency()" - }, - "System.Nullable`1[System.Int32] get_MaxItemCount()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[System.Int32] get_MaxItemCount()" - }, - "System.Nullable`1[System.Int32] get_ResponseContinuationTokenLimitInKb()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[System.Int32] get_ResponseContinuationTokenLimitInKb()" - }, - "System.Nullable`1[System.Int32] MaxBufferedItemCount": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[System.Int32] MaxConcurrency": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[System.Int32] MaxItemCount": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[System.Int32] ResponseContinuationTokenLimitInKb": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])" - }, - "Void set_EnableLowPrecisionOrderBy(System.Nullable`1[System.Boolean])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_EnableLowPrecisionOrderBy(System.Nullable`1[System.Boolean])" - }, - "Void set_EnableScanInQuery(System.Nullable`1[System.Boolean])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_EnableScanInQuery(System.Nullable`1[System.Boolean])" - }, - "Void set_MaxBufferedItemCount(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_MaxBufferedItemCount(System.Nullable`1[System.Int32])" - }, - "Void set_MaxConcurrency(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_MaxConcurrency(System.Nullable`1[System.Int32])" - }, - "Void set_MaxItemCount(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_MaxItemCount(System.Nullable`1[System.Int32])" - }, - "Void set_PartitionKey(System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_PartitionKey(System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey])" - }, - "Void set_ResponseContinuationTokenLimitInKb(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_ResponseContinuationTokenLimitInKb(System.Nullable`1[System.Int32])" - } - }, - "NestedTypes": {} - }, - "StoredProcedureRequestOptions": { - "Subclasses": {}, - "Members": { - "Boolean EnableScriptLogging": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Boolean get_EnableScriptLogging()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Boolean get_EnableScriptLogging()" - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] ConsistencyLevel": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()" - }, - "System.String get_SessionToken()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_SessionToken()" - }, - "System.String SessionToken": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])" - }, - "Void set_EnableScriptLogging(Boolean)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_EnableScriptLogging(Boolean)" - }, - "Void set_SessionToken(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_SessionToken(System.String)" - } - }, - "NestedTypes": {} - }, - "TransactionalBatchItemRequestOptions": { - "Subclasses": {}, - "Members": { - "System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective] get_IndexingDirective()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective] get_IndexingDirective()" - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective] IndexingDirective": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void set_IndexingDirective(System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_IndexingDirective(System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective])" - } - }, - "NestedTypes": {} - } - }, - "Members": { - "System.String get_IfMatchEtag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_IfMatchEtag()" - }, - "System.String get_IfNoneMatchEtag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_IfNoneMatchEtag()" - }, - "System.String IfMatchEtag": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String IfNoneMatchEtag": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void set_IfMatchEtag(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_IfMatchEtag(System.String)" - }, - "Void set_IfNoneMatchEtag(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_IfNoneMatchEtag(System.String)" - } - }, - "NestedTypes": {} - }, - "Response`1": { - "Subclasses": {}, - "Members": { - "Double get_RequestCharge()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Double get_RequestCharge()" - }, - "Double RequestCharge": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" - }, - "Microsoft.Azure.Cosmos.Headers get_Headers()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" - }, - "Microsoft.Azure.Cosmos.Headers Headers": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Net.HttpStatusCode get_StatusCode()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" - }, - "System.Net.HttpStatusCode StatusCode": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ActivityId": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ETag": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String get_ActivityId()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ActivityId()" - }, - "System.String get_ETag()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ETag()" - }, - "T get_Resource()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "T get_Resource()" - }, - "T op_Implicit(Microsoft.Azure.Cosmos.Response`1[T])": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "T op_Implicit(Microsoft.Azure.Cosmos.Response`1[T])" - }, - "T Resource": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "ResponseMessage": { - "Subclasses": {}, - "Members": { - "Boolean get_IsSuccessStatusCode()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean get_IsSuccessStatusCode()" - }, - "Boolean IsSuccessStatusCode": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" - }, - "Microsoft.Azure.Cosmos.Headers get_Headers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" - }, - "Microsoft.Azure.Cosmos.Headers Headers": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.RequestMessage get_RequestMessage()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.RequestMessage get_RequestMessage()" - }, - "Microsoft.Azure.Cosmos.RequestMessage RequestMessage": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.ResponseMessage EnsureSuccessStatusCode()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.ResponseMessage EnsureSuccessStatusCode()" - }, - "System.IO.Stream Content": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.IO.Stream get_Content()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.IO.Stream get_Content()" - }, - "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" - }, - "System.Net.HttpStatusCode StatusCode": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ContinuationToken": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ErrorMessage": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String get_ContinuationToken()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ContinuationToken()" - }, - "System.String get_ErrorMessage()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_ErrorMessage()" - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void .ctor(System.Net.HttpStatusCode, Microsoft.Azure.Cosmos.RequestMessage, System.String)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.Net.HttpStatusCode, Microsoft.Azure.Cosmos.RequestMessage, System.String)" - }, - "Void Dispose()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void Dispose()" - }, - "Void set_Content(System.IO.Stream)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_Content(System.IO.Stream)" - } - }, - "NestedTypes": {} - }, - "Scripts": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.FeedIterator GetStoredProcedureQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetStoredProcedureQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator GetStoredProcedureQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetStoredProcedureQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator GetTriggerQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetTriggerQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator GetTriggerQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetTriggerQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator GetUserDefinedFunctionQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetUserDefinedFunctionQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator GetUserDefinedFunctionQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetUserDefinedFunctionQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetStoredProcedureQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetStoredProcedureQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetStoredProcedureQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetStoredProcedureQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetTriggerQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetTriggerQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetTriggerQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetTriggerQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetUserDefinedFunctionQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetUserDefinedFunctionQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetUserDefinedFunctionQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetUserDefinedFunctionQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ExecuteStoredProcedureStreamAsync(System.String, Microsoft.Azure.Cosmos.PartitionKey, System.Object[], Microsoft.Azure.Cosmos.Scripts.StoredProcedureRequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ExecuteStoredProcedureStreamAsync(System.String, Microsoft.Azure.Cosmos.PartitionKey, System.Object[], Microsoft.Azure.Cosmos.Scripts.StoredProcedureRequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.StoredProcedureExecuteResponse`1[TOutput]] ExecuteStoredProcedureAsync[TOutput](System.String, Microsoft.Azure.Cosmos.PartitionKey, System.Object[], Microsoft.Azure.Cosmos.Scripts.StoredProcedureRequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.StoredProcedureExecuteResponse`1[TOutput]] ExecuteStoredProcedureAsync[TOutput](System.String, Microsoft.Azure.Cosmos.PartitionKey, System.Object[], Microsoft.Azure.Cosmos.Scripts.StoredProcedureRequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.StoredProcedureResponse] CreateStoredProcedureAsync(Microsoft.Azure.Cosmos.Scripts.StoredProcedureProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.StoredProcedureResponse] CreateStoredProcedureAsync(Microsoft.Azure.Cosmos.Scripts.StoredProcedureProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.StoredProcedureResponse] DeleteStoredProcedureAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.StoredProcedureResponse] DeleteStoredProcedureAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.StoredProcedureResponse] ReadStoredProcedureAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.StoredProcedureResponse] ReadStoredProcedureAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.StoredProcedureResponse] ReplaceStoredProcedureAsync(Microsoft.Azure.Cosmos.Scripts.StoredProcedureProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.StoredProcedureResponse] ReplaceStoredProcedureAsync(Microsoft.Azure.Cosmos.Scripts.StoredProcedureProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.TriggerResponse] CreateTriggerAsync(Microsoft.Azure.Cosmos.Scripts.TriggerProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.TriggerResponse] CreateTriggerAsync(Microsoft.Azure.Cosmos.Scripts.TriggerProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.TriggerResponse] DeleteTriggerAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.TriggerResponse] DeleteTriggerAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.TriggerResponse] ReadTriggerAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.TriggerResponse] ReadTriggerAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.TriggerResponse] ReplaceTriggerAsync(Microsoft.Azure.Cosmos.Scripts.TriggerProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.TriggerResponse] ReplaceTriggerAsync(Microsoft.Azure.Cosmos.Scripts.TriggerProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionResponse] CreateUserDefinedFunctionAsync(Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionResponse] CreateUserDefinedFunctionAsync(Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionResponse] DeleteUserDefinedFunctionAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionResponse] DeleteUserDefinedFunctionAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionResponse] ReadUserDefinedFunctionAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionResponse] ReadUserDefinedFunctionAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionResponse] ReplaceUserDefinedFunctionAsync(Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionResponse] ReplaceUserDefinedFunctionAsync(Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - } - }, - "NestedTypes": {} - }, - "StoredProcedureExecuteResponse`1": { - "Subclasses": {}, - "Members": { - "Double get_RequestCharge()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Double get_RequestCharge()" - }, - "Double RequestCharge": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" - }, - "Microsoft.Azure.Cosmos.Headers get_Headers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" - }, - "Microsoft.Azure.Cosmos.Headers Headers": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" - }, - "System.Net.HttpStatusCode StatusCode": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ActivityId": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ETag": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String get_ActivityId()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ActivityId()" - }, - "System.String get_ETag()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ETag()" - }, - "System.String get_ScriptLog()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ScriptLog()" - }, - "System.String get_SessionToken()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_SessionToken()" - }, - "System.String ScriptLog": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String SessionToken": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "T get_Resource()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "T get_Resource()" - }, - "T Resource": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "StoredProcedureProperties": { - "Subclasses": {}, - "Members": { - "System.Nullable`1[System.DateTime] get_LastModified()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[System.DateTime] get_LastModified()" - }, - "System.Nullable`1[System.DateTime] LastModified[Newtonsoft.Json.JsonConverterAttribute(typeof(Microsoft.Azure.Documents.UnixDateTimeConverter))]-[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"_ts\")]": { - "Type": "Property", - "Attributes": [ - "JsonConverterAttribute", - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String Body[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"body\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String ETag[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"_etag\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String get_Body()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_Body()" - }, - "System.String get_ETag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_ETag()" - }, - "System.String get_Id()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_Id()" - }, - "System.String Id[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"id\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void .ctor(System.String, System.String)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.String, System.String)" - }, - "Void set_Body(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_Body(System.String)" - }, - "Void set_Id(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_Id(System.String)" - } - }, - "NestedTypes": {} - }, - "StoredProcedureRequestOptions": { - "Subclasses": {}, - "Members": { - "Boolean EnableScriptLogging": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Boolean get_EnableScriptLogging()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Boolean get_EnableScriptLogging()" - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] ConsistencyLevel": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()" - }, - "System.String get_SessionToken()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_SessionToken()" - }, - "System.String SessionToken": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])" - }, - "Void set_EnableScriptLogging(Boolean)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_EnableScriptLogging(Boolean)" - }, - "Void set_SessionToken(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_SessionToken(System.String)" - } - }, - "NestedTypes": {} - }, - "StoredProcedureResponse": { - "Subclasses": {}, - "Members": { - "Double get_RequestCharge()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Double get_RequestCharge()" - }, - "Double RequestCharge": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" - }, - "Microsoft.Azure.Cosmos.Headers get_Headers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" - }, - "Microsoft.Azure.Cosmos.Headers Headers": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Scripts.StoredProcedureProperties get_Resource()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Scripts.StoredProcedureProperties get_Resource()" - }, - "Microsoft.Azure.Cosmos.Scripts.StoredProcedureProperties op_Implicit(Microsoft.Azure.Cosmos.Scripts.StoredProcedureResponse)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Scripts.StoredProcedureProperties op_Implicit(Microsoft.Azure.Cosmos.Scripts.StoredProcedureResponse)" - }, - "Microsoft.Azure.Cosmos.Scripts.StoredProcedureProperties Resource": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" - }, - "System.Net.HttpStatusCode StatusCode": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ActivityId": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ETag": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String get_ActivityId()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ActivityId()" - }, - "System.String get_ETag()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ETag()" - }, - "System.String get_SessionToken()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_SessionToken()" - }, - "System.String SessionToken": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "TriggerOperation": { - "Subclasses": {}, - "Members": { - "Int16 value__": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Scripts.TriggerOperation All": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Scripts.TriggerOperation Create": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Scripts.TriggerOperation Delete": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Scripts.TriggerOperation Replace": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Scripts.TriggerOperation Update": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "TriggerProperties": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.Scripts.TriggerOperation get_TriggerOperation()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Scripts.TriggerOperation get_TriggerOperation()" - }, - "Microsoft.Azure.Cosmos.Scripts.TriggerOperation TriggerOperation[Newtonsoft.Json.JsonConverterAttribute(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]-[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"triggerOperation\")]": { - "Type": "Property", - "Attributes": [ - "JsonConverterAttribute", - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Scripts.TriggerType get_TriggerType()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Scripts.TriggerType get_TriggerType()" - }, - "Microsoft.Azure.Cosmos.Scripts.TriggerType TriggerType[Newtonsoft.Json.JsonConverterAttribute(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]-[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"triggerType\")]": { - "Type": "Property", - "Attributes": [ - "JsonConverterAttribute", - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String Body[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"body\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String ETag[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"_etag\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String get_Body()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_Body()" - }, - "System.String get_ETag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_ETag()" - }, - "System.String get_Id()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_Id()" - }, - "System.String Id[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"id\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void set_Body(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_Body(System.String)" - }, - "Void set_Id(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_Id(System.String)" - }, - "Void set_TriggerOperation(Microsoft.Azure.Cosmos.Scripts.TriggerOperation)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_TriggerOperation(Microsoft.Azure.Cosmos.Scripts.TriggerOperation)" - }, - "Void set_TriggerType(Microsoft.Azure.Cosmos.Scripts.TriggerType)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_TriggerType(Microsoft.Azure.Cosmos.Scripts.TriggerType)" - } - }, - "NestedTypes": {} - }, - "TriggerResponse": { - "Subclasses": {}, - "Members": { - "Double get_RequestCharge()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Double get_RequestCharge()" - }, - "Double RequestCharge": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" - }, - "Microsoft.Azure.Cosmos.Headers get_Headers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" - }, - "Microsoft.Azure.Cosmos.Headers Headers": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Scripts.TriggerProperties get_Resource()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Scripts.TriggerProperties get_Resource()" - }, - "Microsoft.Azure.Cosmos.Scripts.TriggerProperties op_Implicit(Microsoft.Azure.Cosmos.Scripts.TriggerResponse)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Scripts.TriggerProperties op_Implicit(Microsoft.Azure.Cosmos.Scripts.TriggerResponse)" - }, - "Microsoft.Azure.Cosmos.Scripts.TriggerProperties Resource": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" - }, - "System.Net.HttpStatusCode StatusCode": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ActivityId": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ETag": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String get_ActivityId()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ActivityId()" - }, - "System.String get_ETag()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ETag()" - } - }, - "NestedTypes": {} - }, - "TriggerType": { - "Subclasses": {}, - "Members": { - "Byte value__": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Scripts.TriggerType Post": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Scripts.TriggerType Pre": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "UserDefinedFunctionProperties": { - "Subclasses": {}, - "Members": { - "System.String Body[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"body\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String ETag[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"_etag\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String get_Body()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_Body()" - }, - "System.String get_ETag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_ETag()" - }, - "System.String get_Id()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_Id()" - }, - "System.String Id[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"id\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void set_Body(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_Body(System.String)" - }, - "Void set_Id(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_Id(System.String)" - } - }, - "NestedTypes": {} - }, - "UserDefinedFunctionResponse": { - "Subclasses": {}, - "Members": { - "Double get_RequestCharge()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Double get_RequestCharge()" - }, - "Double RequestCharge": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" - }, - "Microsoft.Azure.Cosmos.Headers get_Headers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" - }, - "Microsoft.Azure.Cosmos.Headers Headers": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionProperties get_Resource()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionProperties get_Resource()" - }, - "Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionProperties op_Implicit(Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionResponse)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionProperties op_Implicit(Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionResponse)" - }, - "Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionProperties Resource": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" - }, - "System.Net.HttpStatusCode StatusCode": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ActivityId": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ETag": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String get_ActivityId()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ActivityId()" - }, - "System.String get_ETag()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ETag()" - } - }, - "NestedTypes": {} - }, - "BoundingBox": { - "Subclasses": {}, - "Members": { - "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.BoundingBox)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.BoundingBox)" - }, - "Boolean Equals(System.Object)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(System.Object)" - }, - "Int32 GetHashCode()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Int32 GetHashCode()" - }, - "Microsoft.Azure.Cosmos.Spatial.Position get_Max()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.Position get_Max()" - }, - "Microsoft.Azure.Cosmos.Spatial.Position get_Min()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.Position get_Min()" - }, - "Microsoft.Azure.Cosmos.Spatial.Position Max[System.Runtime.Serialization.DataMemberAttribute(Name = \"max\")]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute" - ], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.Position Min[System.Runtime.Serialization.DataMemberAttribute(Name = \"min\")]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute" - ], - "MethodInfo": null - }, - "Void .ctor(Microsoft.Azure.Cosmos.Spatial.Position, Microsoft.Azure.Cosmos.Spatial.Position)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(Microsoft.Azure.Cosmos.Spatial.Position, Microsoft.Azure.Cosmos.Spatial.Position)" - } - }, - "NestedTypes": {} - }, - "Crs": { - "Subclasses": { - "LinkedCrs": { - "Subclasses": {}, - "Members": { - "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.LinkedCrs)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.LinkedCrs)" - }, - "Boolean Equals(System.Object)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(System.Object)" - }, - "Int32 GetHashCode()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Int32 GetHashCode()" - }, - "System.String get_Href()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_Href()" - }, - "System.String get_HrefType()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_HrefType()" - }, - "System.String Href[System.Runtime.Serialization.DataMemberAttribute(Name = \"href\")]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute" - ], - "MethodInfo": null - }, - "System.String HrefType[System.Runtime.Serialization.DataMemberAttribute(Name = \"hrefType\")]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute" - ], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "NamedCrs": { - "Subclasses": {}, - "Members": { - "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.NamedCrs)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.NamedCrs)" - }, - "Boolean Equals(System.Object)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(System.Object)" - }, - "Int32 GetHashCode()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Int32 GetHashCode()" - }, - "System.String get_Name()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_Name()" - }, - "System.String Name[System.Runtime.Serialization.DataMemberAttribute(Name = \"name\")]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute" - ], - "MethodInfo": null - } - }, - "NestedTypes": {} - } - }, - "Members": { - "Microsoft.Azure.Cosmos.Spatial.Crs Default": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.Crs get_Default()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.Crs get_Default()" - }, - "Microsoft.Azure.Cosmos.Spatial.Crs get_Unspecified()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.Crs get_Unspecified()" - }, - "Microsoft.Azure.Cosmos.Spatial.Crs Unspecified": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.CrsType get_Type()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.CrsType get_Type()" - }, - "Microsoft.Azure.Cosmos.Spatial.CrsType Type[System.Runtime.Serialization.DataMemberAttribute(Name = \"type\")]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute" - ], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.LinkedCrs Linked(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.LinkedCrs Linked(System.String)" - }, - "Microsoft.Azure.Cosmos.Spatial.LinkedCrs Linked(System.String, System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.LinkedCrs Linked(System.String, System.String)" - }, - "Microsoft.Azure.Cosmos.Spatial.NamedCrs Named(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.NamedCrs Named(System.String)" - } - }, - "NestedTypes": {} - }, - "CrsType": { - "Subclasses": {}, - "Members": { - "Int32 value__": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.CrsType Linked": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.CrsType Named": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.CrsType Unspecified": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "Geometry": { - "Subclasses": { - "LineString": { - "Subclasses": {}, - "Members": { - "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.LineString)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.LineString)" - }, - "Boolean Equals(System.Object)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(System.Object)" - }, - "Int32 GetHashCode()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Int32 GetHashCode()" - }, - "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.Position] get_Positions()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.Position] get_Positions()" - }, - "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.Position] Positions[System.Runtime.Serialization.DataMemberAttribute(Name = \"coordinates\")]-[Newtonsoft.Json.JsonPropertyAttribute(\"coordinates\", Order = 1, Required = 2)]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute", - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position])": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position])" - }, - "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position], Microsoft.Azure.Cosmos.Spatial.GeometryParams)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position], Microsoft.Azure.Cosmos.Spatial.GeometryParams)" - } - }, - "NestedTypes": {} - }, - "Point": { - "Subclasses": {}, - "Members": { - "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.Point)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.Point)" - }, - "Boolean Equals(System.Object)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(System.Object)" - }, - "Int32 GetHashCode()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Int32 GetHashCode()" - }, - "Microsoft.Azure.Cosmos.Spatial.Position get_Position()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.Position get_Position()" - }, - "Microsoft.Azure.Cosmos.Spatial.Position Position[System.Runtime.Serialization.DataMemberAttribute(Name = \"coordinates\")]-[Newtonsoft.Json.JsonPropertyAttribute(\"coordinates\", Order = 1, Required = 2)]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute", - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Void .ctor(Double, Double)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(Double, Double)" - }, - "Void .ctor(Microsoft.Azure.Cosmos.Spatial.Position)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(Microsoft.Azure.Cosmos.Spatial.Position)" - }, - "Void .ctor(Microsoft.Azure.Cosmos.Spatial.Position, Microsoft.Azure.Cosmos.Spatial.GeometryParams)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(Microsoft.Azure.Cosmos.Spatial.Position, Microsoft.Azure.Cosmos.Spatial.GeometryParams)" - } - }, - "NestedTypes": {} - }, - "Polygon": { - "Subclasses": {}, - "Members": { - "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.Polygon)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.Polygon)" - }, - "Boolean Equals(System.Object)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(System.Object)" - }, - "Int32 GetHashCode()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Int32 GetHashCode()" - }, - "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.LinearRing] get_Rings()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.LinearRing] get_Rings()" - }, - "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.LinearRing] Rings[System.Runtime.Serialization.DataMemberAttribute(Name = \"coordinates\")]-[Newtonsoft.Json.JsonPropertyAttribute(\"coordinates\", Order = 1, Required = 2)]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute", - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.LinearRing])": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.LinearRing])" - }, - "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.LinearRing], Microsoft.Azure.Cosmos.Spatial.GeometryParams)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.LinearRing], Microsoft.Azure.Cosmos.Spatial.GeometryParams)" - }, - "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position])": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position])" - } - }, - "NestedTypes": {} - } - }, - "Members": { - "Boolean Equals(System.Object)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(System.Object)" - }, - "Boolean Intersects(Microsoft.Azure.Cosmos.Spatial.Geometry)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Intersects(Microsoft.Azure.Cosmos.Spatial.Geometry)" - }, - "Boolean IsValid()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean IsValid()" - }, - "Boolean Within(Microsoft.Azure.Cosmos.Spatial.Geometry)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Within(Microsoft.Azure.Cosmos.Spatial.Geometry)" - }, - "Double Distance(Microsoft.Azure.Cosmos.Spatial.Geometry)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Double Distance(Microsoft.Azure.Cosmos.Spatial.Geometry)" - }, - "Int32 GetHashCode()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Int32 GetHashCode()" - }, - "Microsoft.Azure.Cosmos.Spatial.BoundingBox BoundingBox[System.Runtime.Serialization.DataMemberAttribute(Name = \"bbox\")]-[Newtonsoft.Json.JsonPropertyAttribute(\"bbox\", DefaultValueHandling = 1, Order = 3)]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute", - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.BoundingBox get_BoundingBox()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.BoundingBox get_BoundingBox()" - }, - "Microsoft.Azure.Cosmos.Spatial.Crs Crs": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.Crs get_Crs()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.Crs get_Crs()" - }, - "Microsoft.Azure.Cosmos.Spatial.GeometryType get_Type()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.GeometryType get_Type()" - }, - "Microsoft.Azure.Cosmos.Spatial.GeometryType Type[System.Runtime.Serialization.DataMemberAttribute(Name = \"type\")]-[Newtonsoft.Json.JsonPropertyAttribute(\"type\", Order = 0, Required = 2)]-[Newtonsoft.Json.JsonConverterAttribute(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute", - "JsonConverterAttribute", - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.GeometryValidationResult IsValidDetailed()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.GeometryValidationResult IsValidDetailed()" - }, - "System.Collections.Generic.IDictionary`2[System.String,System.Object] AdditionalProperties[Newtonsoft.Json.JsonExtensionDataAttribute()]-[System.Runtime.Serialization.DataMemberAttribute(Name = \"properties\")]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute", - "JsonExtensionDataAttribute" - ], - "MethodInfo": null - }, - "System.Collections.Generic.IDictionary`2[System.String,System.Object] get_AdditionalProperties()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Collections.Generic.IDictionary`2[System.String,System.Object] get_AdditionalProperties()" - } - }, - "NestedTypes": {} - }, - "GeometryParams": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.Spatial.BoundingBox BoundingBox[System.Runtime.Serialization.DataMemberAttribute(Name = \"bbox\")]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute" - ], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.BoundingBox get_BoundingBox()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.BoundingBox get_BoundingBox()" - }, - "Microsoft.Azure.Cosmos.Spatial.Crs Crs[System.Runtime.Serialization.DataMemberAttribute(Name = \"crs\")]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute" - ], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.Crs get_Crs()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.Crs get_Crs()" - }, - "System.Collections.Generic.IDictionary`2[System.String,System.Object] AdditionalProperties[System.Runtime.Serialization.DataMemberAttribute(Name = \"properties\")]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute" - ], - "MethodInfo": null - }, - "System.Collections.Generic.IDictionary`2[System.String,System.Object] get_AdditionalProperties()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Collections.Generic.IDictionary`2[System.String,System.Object] get_AdditionalProperties()" - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void set_AdditionalProperties(System.Collections.Generic.IDictionary`2[System.String,System.Object])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_AdditionalProperties(System.Collections.Generic.IDictionary`2[System.String,System.Object])" - }, - "Void set_BoundingBox(Microsoft.Azure.Cosmos.Spatial.BoundingBox)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_BoundingBox(Microsoft.Azure.Cosmos.Spatial.BoundingBox)" - }, - "Void set_Crs(Microsoft.Azure.Cosmos.Spatial.Crs)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_Crs(Microsoft.Azure.Cosmos.Spatial.Crs)" - } - }, - "NestedTypes": {} - }, - "GeometryShape": { - "Subclasses": {}, - "Members": { - "Int32 value__": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.GeometryShape GeometryCollection": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.GeometryShape LineString": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.GeometryShape MultiLineString": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.GeometryShape MultiPoint": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.GeometryShape MultiPolygon": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.GeometryShape Point": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.GeometryShape Polygon": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "GeometryType": { - "Subclasses": {}, - "Members": { - "Int32 value__": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.GeometryType GeometryCollection": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.GeometryType LineString": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.GeometryType MultiLineString": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.GeometryType MultiPoint": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.GeometryType MultiPolygon": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.GeometryType Point": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.Spatial.GeometryType Polygon": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "GeometryValidationResult": { - "Subclasses": {}, - "Members": { - "Boolean get_IsValid()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Boolean get_IsValid()" - }, - "Boolean IsValid[System.Runtime.Serialization.DataMemberAttribute(Name = \"valid\")]-[Newtonsoft.Json.JsonPropertyAttribute(\"valid\", Order = 0, Required = 2)]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute", - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String get_Reason()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_Reason()" - }, - "System.String Reason[System.Runtime.Serialization.DataMemberAttribute(Name = \"reason\")]-[Newtonsoft.Json.JsonPropertyAttribute(\"reason\", Order = 1)]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute", - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - } - }, - "NestedTypes": {} - }, - "LinearRing": { - "Subclasses": {}, - "Members": { - "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.LinearRing)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.LinearRing)" - }, - "Boolean Equals(System.Object)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(System.Object)" - }, - "Int32 GetHashCode()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Int32 GetHashCode()" - }, - "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.Position] get_Positions()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.Position] get_Positions()" - }, - "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.Position] Positions[System.Runtime.Serialization.DataMemberAttribute(Name = \"coordinates\")]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute" - ], - "MethodInfo": null - }, - "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position])": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position])" - } - }, - "NestedTypes": {} - }, - "LineString": { - "Subclasses": {}, - "Members": { - "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.LineString)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.LineString)" - }, - "Boolean Equals(System.Object)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(System.Object)" - }, - "Int32 GetHashCode()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Int32 GetHashCode()" - }, - "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.Position] get_Positions()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.Position] get_Positions()" - }, - "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.Position] Positions[System.Runtime.Serialization.DataMemberAttribute(Name = \"coordinates\")]-[Newtonsoft.Json.JsonPropertyAttribute(\"coordinates\", Order = 1, Required = 2)]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute", - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position])": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position])" - }, - "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position], Microsoft.Azure.Cosmos.Spatial.GeometryParams)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position], Microsoft.Azure.Cosmos.Spatial.GeometryParams)" - } - }, - "NestedTypes": {} - }, - "LinkedCrs": { - "Subclasses": {}, - "Members": { - "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.LinkedCrs)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.LinkedCrs)" - }, - "Boolean Equals(System.Object)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(System.Object)" - }, - "Int32 GetHashCode()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Int32 GetHashCode()" - }, - "System.String get_Href()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_Href()" - }, - "System.String get_HrefType()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_HrefType()" - }, - "System.String Href[System.Runtime.Serialization.DataMemberAttribute(Name = \"href\")]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute" - ], - "MethodInfo": null - }, - "System.String HrefType[System.Runtime.Serialization.DataMemberAttribute(Name = \"hrefType\")]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute" - ], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "NamedCrs": { - "Subclasses": {}, - "Members": { - "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.NamedCrs)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.NamedCrs)" - }, - "Boolean Equals(System.Object)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(System.Object)" - }, - "Int32 GetHashCode()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Int32 GetHashCode()" - }, - "System.String get_Name()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_Name()" - }, - "System.String Name[System.Runtime.Serialization.DataMemberAttribute(Name = \"name\")]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute" - ], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "Point": { - "Subclasses": {}, - "Members": { - "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.Point)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.Point)" - }, - "Boolean Equals(System.Object)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(System.Object)" - }, - "Int32 GetHashCode()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Int32 GetHashCode()" - }, - "Microsoft.Azure.Cosmos.Spatial.Position get_Position()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.Position get_Position()" - }, - "Microsoft.Azure.Cosmos.Spatial.Position Position[System.Runtime.Serialization.DataMemberAttribute(Name = \"coordinates\")]-[Newtonsoft.Json.JsonPropertyAttribute(\"coordinates\", Order = 1, Required = 2)]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute", - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Void .ctor(Double, Double)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(Double, Double)" - }, - "Void .ctor(Microsoft.Azure.Cosmos.Spatial.Position)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(Microsoft.Azure.Cosmos.Spatial.Position)" - }, - "Void .ctor(Microsoft.Azure.Cosmos.Spatial.Position, Microsoft.Azure.Cosmos.Spatial.GeometryParams)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(Microsoft.Azure.Cosmos.Spatial.Position, Microsoft.Azure.Cosmos.Spatial.GeometryParams)" - } - }, - "NestedTypes": {} - }, - "Polygon": { - "Subclasses": {}, - "Members": { - "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.Polygon)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.Polygon)" - }, - "Boolean Equals(System.Object)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(System.Object)" - }, - "Int32 GetHashCode()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Int32 GetHashCode()" - }, - "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.LinearRing] get_Rings()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.LinearRing] get_Rings()" - }, - "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.LinearRing] Rings[System.Runtime.Serialization.DataMemberAttribute(Name = \"coordinates\")]-[Newtonsoft.Json.JsonPropertyAttribute(\"coordinates\", Order = 1, Required = 2)]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute", - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.LinearRing])": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.LinearRing])" - }, - "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.LinearRing], Microsoft.Azure.Cosmos.Spatial.GeometryParams)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.LinearRing], Microsoft.Azure.Cosmos.Spatial.GeometryParams)" - }, - "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position])": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position])" - } - }, - "NestedTypes": {} - }, - "Position": { - "Subclasses": {}, - "Members": { - "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.Position)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.Position)" - }, - "Boolean Equals(System.Object)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(System.Object)" - }, - "Double get_Latitude()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Double get_Latitude()" - }, - "Double get_Longitude()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Double get_Longitude()" - }, - "Double Latitude": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Double Longitude": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Int32 GetHashCode()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Int32 GetHashCode()" - }, - "System.Collections.ObjectModel.ReadOnlyCollection`1[System.Double] Coordinates[System.Runtime.Serialization.DataMemberAttribute(Name = \"Coordinates\")]": { - "Type": "Property", - "Attributes": [ - "DataMemberAttribute" - ], - "MethodInfo": null - }, - "System.Collections.ObjectModel.ReadOnlyCollection`1[System.Double] get_Coordinates()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Collections.ObjectModel.ReadOnlyCollection`1[System.Double] get_Coordinates()" - }, - "System.Nullable`1[System.Double] Altitude": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[System.Double] get_Altitude()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Nullable`1[System.Double] get_Altitude()" - }, - "Void .ctor(Double, Double)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(Double, Double)" - }, - "Void .ctor(Double, Double, System.Nullable`1[System.Double])": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(Double, Double, System.Nullable`1[System.Double])" - }, - "Void .ctor(System.Collections.Generic.IList`1[System.Double])": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.Collections.Generic.IList`1[System.Double])" - } - }, - "NestedTypes": {} - }, - "SpatialPath": { - "Subclasses": {}, - "Members": { - "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.SpatialType] get_SpatialTypes()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.SpatialType] get_SpatialTypes()" - }, - "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.SpatialType] SpatialTypes[Newtonsoft.Json.JsonPropertyAttribute(ItemConverterType = typeof(Newtonsoft.Json.Converters.StringEnumConverter), PropertyName = \"types\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String get_Path()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_Path()" - }, - "System.String Path[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"path\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void set_Path(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_Path(System.String)" - } - }, - "NestedTypes": {} - }, - "SpatialType": { - "Subclasses": {}, - "Members": { - "Int32 value__": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.SpatialType LineString": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.SpatialType MultiPolygon": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.SpatialType Point": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.SpatialType Polygon": { - "Type": "Field", - "Attributes": [], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "ThroughputProperties": { - "Subclasses": {}, - "Members": { - "System.DateTime get_LastModified()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.DateTime get_LastModified()" - }, - "System.DateTime LastModified[Newtonsoft.Json.JsonConverterAttribute(typeof(Microsoft.Azure.Documents.UnixDateTimeConverter))]-[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"_ts\")]": { - "Type": "Property", - "Attributes": [ - "JsonConverterAttribute", - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.Nullable`1[System.Int32] get_Throughput()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Nullable`1[System.Int32] get_Throughput()" - }, - "System.Nullable`1[System.Int32] Throughput": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ETag[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"_etag\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String get_ETag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_ETag()" - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - } - }, - "NestedTypes": {} - }, - "ThroughputResponse": { - "Subclasses": {}, - "Members": { - "Double get_RequestCharge()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Double get_RequestCharge()" - }, - "Double RequestCharge": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" - }, - "Microsoft.Azure.Cosmos.Headers get_Headers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" - }, - "Microsoft.Azure.Cosmos.Headers Headers": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.ThroughputProperties get_Resource()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.ThroughputProperties get_Resource()" - }, - "Microsoft.Azure.Cosmos.ThroughputProperties op_Implicit(Microsoft.Azure.Cosmos.ThroughputResponse)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.ThroughputProperties op_Implicit(Microsoft.Azure.Cosmos.ThroughputResponse)" - }, - "Microsoft.Azure.Cosmos.ThroughputProperties Resource": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" - }, - "System.Net.HttpStatusCode StatusCode": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[System.Boolean] get_IsReplacePending()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Nullable`1[System.Boolean] get_IsReplacePending()" - }, - "System.Nullable`1[System.Boolean] IsReplacePending": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[System.Int32] get_MinThroughput()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Nullable`1[System.Int32] get_MinThroughput()" - }, - "System.Nullable`1[System.Int32] MinThroughput": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ActivityId": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ETag": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String get_ActivityId()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ActivityId()" - }, - "System.String get_ETag()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ETag()" - } - }, - "NestedTypes": {} - }, - "TransactionalBatch": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.TransactionalBatch CreateItem[T](T, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.TransactionalBatch CreateItem[T](T, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)" - }, - "Microsoft.Azure.Cosmos.TransactionalBatch CreateItemStream(System.IO.Stream, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.TransactionalBatch CreateItemStream(System.IO.Stream, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)" - }, - "Microsoft.Azure.Cosmos.TransactionalBatch DeleteItem(System.String, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.TransactionalBatch DeleteItem(System.String, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)" - }, - "Microsoft.Azure.Cosmos.TransactionalBatch ReadItem(System.String, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.TransactionalBatch ReadItem(System.String, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)" - }, - "Microsoft.Azure.Cosmos.TransactionalBatch ReplaceItem[T](System.String, T, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.TransactionalBatch ReplaceItem[T](System.String, T, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)" - }, - "Microsoft.Azure.Cosmos.TransactionalBatch ReplaceItemStream(System.String, System.IO.Stream, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.TransactionalBatch ReplaceItemStream(System.String, System.IO.Stream, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)" - }, - "Microsoft.Azure.Cosmos.TransactionalBatch UpsertItem[T](T, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.TransactionalBatch UpsertItem[T](T, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)" - }, - "Microsoft.Azure.Cosmos.TransactionalBatch UpsertItemStream(System.IO.Stream, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.TransactionalBatch UpsertItemStream(System.IO.Stream, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.TransactionalBatchResponse] ExecuteAsync(System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.TransactionalBatchResponse] ExecuteAsync(System.Threading.CancellationToken)" - } - }, - "NestedTypes": {} - }, - "TransactionalBatchItemRequestOptions": { - "Subclasses": {}, - "Members": { - "System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective] get_IndexingDirective()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective] get_IndexingDirective()" - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective] IndexingDirective": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - }, - "Void set_IndexingDirective(System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_IndexingDirective(System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective])" - } - }, - "NestedTypes": {} - }, - "TransactionalBatchOperationResult": { - "Subclasses": { - "TransactionalBatchOperationResult`1": { - "Subclasses": {}, - "Members": { - "T get_Resource()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "T get_Resource()" - }, - "T Resource": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Void set_Resource(T)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_Resource(T)" - } - }, - "NestedTypes": {} - } - }, - "Members": { - "Boolean get_IsSuccessStatusCode()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean get_IsSuccessStatusCode()" - }, - "Boolean IsSuccessStatusCode": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.IO.Stream get_ResourceStream()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.IO.Stream get_ResourceStream()" - }, - "System.IO.Stream ResourceStream": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" - }, - "System.Net.HttpStatusCode StatusCode": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ETag": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String get_ETag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_ETag()" - }, - "System.TimeSpan get_RetryAfter()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.TimeSpan get_RetryAfter()" - }, - "System.TimeSpan RetryAfter": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - } - }, - "NestedTypes": {} - }, - "TransactionalBatchOperationResult`1": { - "Subclasses": {}, - "Members": { - "T get_Resource()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "T get_Resource()" - }, - "T Resource": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Void set_Resource(T)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Void set_Resource(T)" - } - }, - "NestedTypes": {} - }, - "TransactionalBatchResponse": { - "Subclasses": {}, - "Members": { - "Boolean get_IsSuccessStatusCode()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean get_IsSuccessStatusCode()" - }, - "Boolean IsSuccessStatusCode": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Double get_RequestCharge()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Double get_RequestCharge()" - }, - "Double RequestCharge": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Int32 Count": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Int32 get_Count()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Int32 get_Count()" - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" - }, - "Microsoft.Azure.Cosmos.TransactionalBatchOperationResult get_Item(Int32)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.TransactionalBatchOperationResult get_Item(Int32)" - }, - "Microsoft.Azure.Cosmos.TransactionalBatchOperationResult Item [Int32]": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.TransactionalBatchOperationResult`1[T] GetOperationResultAtIndex[T](Int32)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.TransactionalBatchOperationResult`1[T] GetOperationResultAtIndex[T](Int32)" - }, - "System.Collections.Generic.IEnumerator`1[Microsoft.Azure.Cosmos.TransactionalBatchOperationResult] GetEnumerator()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Collections.Generic.IEnumerator`1[Microsoft.Azure.Cosmos.TransactionalBatchOperationResult] GetEnumerator()" - }, - "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" - }, - "System.Net.HttpStatusCode StatusCode": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Nullable`1[System.TimeSpan] get_RetryAfter()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[System.TimeSpan] get_RetryAfter()" - }, - "System.Nullable`1[System.TimeSpan] RetryAfter": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ActivityId": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ErrorMessage": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String get_ActivityId()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_ActivityId()" - }, - "System.String get_ErrorMessage()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_ErrorMessage()" - }, - "Void Dispose()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void Dispose()" - } - }, - "NestedTypes": {} - }, - "UniqueKey": { - "Subclasses": {}, - "Members": { - "System.Collections.ObjectModel.Collection`1[System.String] get_Paths()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Collections.ObjectModel.Collection`1[System.String] get_Paths()" - }, - "System.Collections.ObjectModel.Collection`1[System.String] Paths[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"paths\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - } - }, - "NestedTypes": {} - }, - "UniqueKeyPolicy": { - "Subclasses": {}, - "Members": { - "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.UniqueKey] get_UniqueKeys()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.UniqueKey] get_UniqueKeys()" - }, - "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.UniqueKey] UniqueKeys[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"uniqueKeys\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - } - }, - "NestedTypes": {} - }, - "User": { - "Subclasses": {}, - "Members": { - "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetPermissionQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetPermissionQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetPermissionQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetPermissionQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" - }, - "Microsoft.Azure.Cosmos.Permission GetPermission(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.Permission GetPermission(System.String)" - }, - "System.String get_Id()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_Id()" - }, - "System.String Id": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.PermissionResponse] CreatePermissionAsync(Microsoft.Azure.Cosmos.PermissionProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.PermissionResponse] CreatePermissionAsync(Microsoft.Azure.Cosmos.PermissionProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.PermissionResponse] UpsertPermissionAsync(Microsoft.Azure.Cosmos.PermissionProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.PermissionResponse] UpsertPermissionAsync(Microsoft.Azure.Cosmos.PermissionProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.UserResponse] DeleteAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.UserResponse] DeleteAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.UserResponse] ReadAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.UserResponse] ReadAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.UserResponse] ReplaceAsync(Microsoft.Azure.Cosmos.UserProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.UserResponse] ReplaceAsync(Microsoft.Azure.Cosmos.UserProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" - } - }, - "NestedTypes": {} - }, - "UserProperties": { - "Subclasses": {}, - "Members": { - "System.Nullable`1[System.DateTime] get_LastModified()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Nullable`1[System.DateTime] get_LastModified()" - }, - "System.Nullable`1[System.DateTime] LastModified[Newtonsoft.Json.JsonConverterAttribute(typeof(Microsoft.Azure.Documents.UnixDateTimeConverter))]-[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"_ts\")]": { - "Type": "Property", - "Attributes": [ - "JsonConverterAttribute", - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String ETag[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"_etag\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "System.String get_ETag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.String get_ETag()" - }, - "System.String get_Id()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_Id()" - }, - "System.String Id[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"id\")]": { - "Type": "Property", - "Attributes": [ - "JsonPropertyAttribute" - ], - "MethodInfo": null - }, - "Void .ctor(System.String)": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor(System.String)" - }, - "Void set_Id(System.String)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Void set_Id(System.String)" - } - }, - "NestedTypes": {} - }, - "UserResponse": { - "Subclasses": {}, - "Members": { - "Double get_RequestCharge()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Double get_RequestCharge()" - }, - "Double RequestCharge": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" - }, - "Microsoft.Azure.Cosmos.Headers get_Headers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" - }, - "Microsoft.Azure.Cosmos.Headers Headers": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.User get_User()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.User get_User()" - }, - "Microsoft.Azure.Cosmos.User op_Implicit(Microsoft.Azure.Cosmos.UserResponse)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Microsoft.Azure.Cosmos.User op_Implicit(Microsoft.Azure.Cosmos.UserResponse)" - }, - "Microsoft.Azure.Cosmos.User User": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "Microsoft.Azure.Cosmos.UserProperties get_Resource()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "Microsoft.Azure.Cosmos.UserProperties get_Resource()" - }, - "Microsoft.Azure.Cosmos.UserProperties Resource": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { - "Type": "Method", - "Attributes": [ - "CompilerGeneratedAttribute" - ], - "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" - }, - "System.Net.HttpStatusCode StatusCode": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ActivityId": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String ETag": { - "Type": "Property", - "Attributes": [], - "MethodInfo": null - }, - "System.String get_ActivityId()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ActivityId()" - }, - "System.String get_ETag()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String get_ETag()" - } - }, - "NestedTypes": {} - } - }, - "Members": { - "Boolean Equals(System.Object)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(System.Object)" - }, - "Boolean Equals(System.Object, System.Object)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean Equals(System.Object, System.Object)" - }, - "Boolean ReferenceEquals(System.Object, System.Object)": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Boolean ReferenceEquals(System.Object, System.Object)" - }, - "Int32 GetHashCode()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "Int32 GetHashCode()" - }, - "System.String ToString()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.String ToString()" - }, - "System.Type GetType()": { - "Type": "Method", - "Attributes": [], - "MethodInfo": "System.Type GetType()" - }, - "Void .ctor()": { - "Type": "Constructor", - "Attributes": [], - "MethodInfo": "Void .ctor()" - } - }, - "NestedTypes": {} +{ + "Subclasses": { + "AccountConsistency": { + "Subclasses": {}, + "Members": { + "Int32 get_MaxStalenessIntervalInSeconds()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Int32 get_MaxStalenessIntervalInSeconds()" + }, + "Int32 get_MaxStalenessPrefix()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Int32 get_MaxStalenessPrefix()" + }, + "Int32 MaxStalenessIntervalInSeconds[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"maxIntervalInSeconds\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Int32 MaxStalenessPrefix[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"maxStalenessPrefix\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.ConsistencyLevel DefaultConsistencyLevel[Newtonsoft.Json.JsonConverterAttribute(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]-[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"defaultConsistencyLevel\")]": { + "Type": "Property", + "Attributes": [ + "JsonConverterAttribute", + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.ConsistencyLevel get_DefaultConsistencyLevel()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.ConsistencyLevel get_DefaultConsistencyLevel()" + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + } + }, + "NestedTypes": {} + }, + "AccountProperties": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.AccountConsistency Consistency[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"userConsistencyPolicy\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.AccountConsistency get_Consistency()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.AccountConsistency get_Consistency()" + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.AccountRegion] get_ReadableRegions()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.AccountRegion] get_ReadableRegions()" + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.AccountRegion] get_WritableRegions()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.AccountRegion] get_WritableRegions()" + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.AccountRegion] ReadableRegions[Newtonsoft.Json.JsonIgnoreAttribute()]": { + "Type": "Property", + "Attributes": [ + "JsonIgnoreAttribute" + ], + "MethodInfo": null + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.AccountRegion] WritableRegions[Newtonsoft.Json.JsonIgnoreAttribute()]": { + "Type": "Property", + "Attributes": [ + "JsonIgnoreAttribute" + ], + "MethodInfo": null + }, + "System.String ETag[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"_etag\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String get_ETag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_ETag()" + }, + "System.String get_Id()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_Id()" + }, + "System.String Id[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"id\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "AccountRegion": { + "Subclasses": {}, + "Members": { + "System.String Endpoint[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"databaseAccountEndpoint\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String get_Endpoint()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_Endpoint()" + }, + "System.String get_Name()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_Name()" + }, + "System.String Name[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"name\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + } + }, + "NestedTypes": {} + }, + "ChangeFeedProcessor": { + "Subclasses": {}, + "Members": { + "System.Threading.Tasks.Task StartAsync()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task StartAsync()" + }, + "System.Threading.Tasks.Task StopAsync()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task StopAsync()" + } + }, + "NestedTypes": {} + }, + "ChangeFeedProcessorBuilder": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.ChangeFeedProcessor Build()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.ChangeFeedProcessor Build()" + }, + "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithInstanceName(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithInstanceName(System.String)" + }, + "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithLeaseConfiguration(System.Nullable`1[System.TimeSpan], System.Nullable`1[System.TimeSpan], System.Nullable`1[System.TimeSpan])": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithLeaseConfiguration(System.Nullable`1[System.TimeSpan], System.Nullable`1[System.TimeSpan], System.Nullable`1[System.TimeSpan])" + }, + "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithLeaseContainer(Microsoft.Azure.Cosmos.Container)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithLeaseContainer(Microsoft.Azure.Cosmos.Container)" + }, + "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithMaxItems(Int32)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithMaxItems(Int32)" + }, + "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithPollInterval(System.TimeSpan)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithPollInterval(System.TimeSpan)" + }, + "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithStartTime(System.DateTime)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithStartTime(System.DateTime)" + } + }, + "NestedTypes": {} + }, + "CompositePath": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.CompositePathSortOrder get_Order()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.CompositePathSortOrder get_Order()" + }, + "Microsoft.Azure.Cosmos.CompositePathSortOrder Order[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"order\")]-[Newtonsoft.Json.JsonConverterAttribute(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]": { + "Type": "Property", + "Attributes": [ + "JsonConverterAttribute", + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String get_Path()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_Path()" + }, + "System.String Path[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"path\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void set_Order(Microsoft.Azure.Cosmos.CompositePathSortOrder)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_Order(Microsoft.Azure.Cosmos.CompositePathSortOrder)" + }, + "Void set_Path(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_Path(System.String)" + } + }, + "NestedTypes": {} + }, + "CompositePathSortOrder": { + "Subclasses": {}, + "Members": { + "Int32 value__": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CompositePathSortOrder Ascending[System.Runtime.Serialization.EnumMemberAttribute(Value = \"ascending\")]": { + "Type": "Field", + "Attributes": [ + "EnumMemberAttribute" + ], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CompositePathSortOrder Descending[System.Runtime.Serialization.EnumMemberAttribute(Value = \"descending\")]": { + "Type": "Field", + "Attributes": [ + "EnumMemberAttribute" + ], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "ConflictProperties": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.OperationKind get_OperationKind()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.OperationKind get_OperationKind()" + }, + "Microsoft.Azure.Cosmos.OperationKind OperationKind[Newtonsoft.Json.JsonConverterAttribute(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]-[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"operationType\")]": { + "Type": "Property", + "Attributes": [ + "JsonConverterAttribute", + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String get_Id()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_Id()" + }, + "System.String Id[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"id\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + } + }, + "NestedTypes": {} + }, + "ConflictResolutionMode": { + "Subclasses": {}, + "Members": { + "Int32 value__": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.ConflictResolutionMode Custom": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.ConflictResolutionMode LastWriterWins": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "ConflictResolutionPolicy": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.ConflictResolutionMode get_Mode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.ConflictResolutionMode get_Mode()" + }, + "Microsoft.Azure.Cosmos.ConflictResolutionMode Mode[Newtonsoft.Json.JsonPropertyAttribute(NullValueHandling = 1, PropertyName = \"mode\")]-[Newtonsoft.Json.JsonConverterAttribute(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]": { + "Type": "Property", + "Attributes": [ + "JsonConverterAttribute", + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String get_ResolutionPath()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_ResolutionPath()" + }, + "System.String get_ResolutionProcedure()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_ResolutionProcedure()" + }, + "System.String ResolutionPath[Newtonsoft.Json.JsonPropertyAttribute(NullValueHandling = 1, PropertyName = \"conflictResolutionPath\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String ResolutionProcedure[Newtonsoft.Json.JsonPropertyAttribute(NullValueHandling = 1, PropertyName = \"conflictResolutionProcedure\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void set_Mode(Microsoft.Azure.Cosmos.ConflictResolutionMode)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_Mode(Microsoft.Azure.Cosmos.ConflictResolutionMode)" + }, + "Void set_ResolutionPath(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_ResolutionPath(System.String)" + }, + "Void set_ResolutionProcedure(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_ResolutionProcedure(System.String)" + } + }, + "NestedTypes": {} + }, + "Conflicts": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.FeedIterator GetConflictQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetConflictQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator GetConflictQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetConflictQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetConflictQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetConflictQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetConflictQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetConflictQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ItemResponse`1[T]] ReadCurrentAsync[T](Microsoft.Azure.Cosmos.ConflictProperties, Microsoft.Azure.Cosmos.PartitionKey, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ItemResponse`1[T]] ReadCurrentAsync[T](Microsoft.Azure.Cosmos.ConflictProperties, Microsoft.Azure.Cosmos.PartitionKey, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] DeleteAsync(Microsoft.Azure.Cosmos.ConflictProperties, Microsoft.Azure.Cosmos.PartitionKey, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] DeleteAsync(Microsoft.Azure.Cosmos.ConflictProperties, Microsoft.Azure.Cosmos.PartitionKey, System.Threading.CancellationToken)" + }, + "T ReadConflictContent[T](Microsoft.Azure.Cosmos.ConflictProperties)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "T ReadConflictContent[T](Microsoft.Azure.Cosmos.ConflictProperties)" + } + }, + "NestedTypes": {} + }, + "ConnectionMode": { + "Subclasses": {}, + "Members": { + "Int32 value__": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.ConnectionMode Direct": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.ConnectionMode Gateway": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "ConsistencyLevel": { + "Subclasses": {}, + "Members": { + "Int32 value__": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.ConsistencyLevel BoundedStaleness": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.ConsistencyLevel ConsistentPrefix": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.ConsistencyLevel Eventual": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.ConsistencyLevel Session": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.ConsistencyLevel Strong": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "Container": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder GetChangeFeedEstimatorBuilder(System.String, ChangesEstimationHandler, System.Nullable`1[System.TimeSpan])": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder GetChangeFeedEstimatorBuilder(System.String, ChangesEstimationHandler, System.Nullable`1[System.TimeSpan])" + }, + "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder GetChangeFeedProcessorBuilder[T](System.String, ChangesHandler`1)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder GetChangeFeedProcessorBuilder[T](System.String, ChangesHandler`1)" + }, + "Microsoft.Azure.Cosmos.Conflicts Conflicts": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Conflicts get_Conflicts()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Conflicts get_Conflicts()" + }, + "Microsoft.Azure.Cosmos.Container+ChangesEstimationHandler": { + "Type": "NestedType", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Container+ChangesHandler`1[T]": { + "Type": "NestedType", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.FeedIterator GetItemQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetItemQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator GetItemQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetItemQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetItemQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetItemQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetItemQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetItemQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.Scripts.Scripts get_Scripts()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Scripts.Scripts get_Scripts()" + }, + "Microsoft.Azure.Cosmos.Scripts.Scripts Scripts": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.TransactionalBatch CreateTransactionalBatch(Microsoft.Azure.Cosmos.PartitionKey)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.TransactionalBatch CreateTransactionalBatch(Microsoft.Azure.Cosmos.PartitionKey)" + }, + "System.Linq.IOrderedQueryable`1[T] GetItemLinqQueryable[T](Boolean, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Linq.IOrderedQueryable`1[T] GetItemLinqQueryable[T](Boolean, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "System.String get_Id()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_Id()" + }, + "System.String Id": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] DeleteContainerAsync(Microsoft.Azure.Cosmos.ContainerRequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] DeleteContainerAsync(Microsoft.Azure.Cosmos.ContainerRequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] ReadContainerAsync(Microsoft.Azure.Cosmos.ContainerRequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] ReadContainerAsync(Microsoft.Azure.Cosmos.ContainerRequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] ReplaceContainerAsync(Microsoft.Azure.Cosmos.ContainerProperties, Microsoft.Azure.Cosmos.ContainerRequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] ReplaceContainerAsync(Microsoft.Azure.Cosmos.ContainerProperties, Microsoft.Azure.Cosmos.ContainerRequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ItemResponse`1[T]] CreateItemAsync[T](T, System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey], Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ItemResponse`1[T]] CreateItemAsync[T](T, System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey], Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ItemResponse`1[T]] DeleteItemAsync[T](System.String, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ItemResponse`1[T]] DeleteItemAsync[T](System.String, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ItemResponse`1[T]] ReadItemAsync[T](System.String, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ItemResponse`1[T]] ReadItemAsync[T](System.String, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ItemResponse`1[T]] ReplaceItemAsync[T](T, System.String, System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey], Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ItemResponse`1[T]] ReplaceItemAsync[T](T, System.String, System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey], Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ItemResponse`1[T]] UpsertItemAsync[T](T, System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey], Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ItemResponse`1[T]] UpsertItemAsync[T](T, System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey], Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] CreateItemStreamAsync(System.IO.Stream, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] CreateItemStreamAsync(System.IO.Stream, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] DeleteContainerStreamAsync(Microsoft.Azure.Cosmos.ContainerRequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] DeleteContainerStreamAsync(Microsoft.Azure.Cosmos.ContainerRequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] DeleteItemStreamAsync(System.String, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] DeleteItemStreamAsync(System.String, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ReadContainerStreamAsync(Microsoft.Azure.Cosmos.ContainerRequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ReadContainerStreamAsync(Microsoft.Azure.Cosmos.ContainerRequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ReadItemStreamAsync(System.String, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ReadItemStreamAsync(System.String, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ReplaceContainerStreamAsync(Microsoft.Azure.Cosmos.ContainerProperties, Microsoft.Azure.Cosmos.ContainerRequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ReplaceContainerStreamAsync(Microsoft.Azure.Cosmos.ContainerProperties, Microsoft.Azure.Cosmos.ContainerRequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ReplaceItemStreamAsync(System.IO.Stream, System.String, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ReplaceItemStreamAsync(System.IO.Stream, System.String, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] UpsertItemStreamAsync(System.IO.Stream, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] UpsertItemStreamAsync(System.IO.Stream, Microsoft.Azure.Cosmos.PartitionKey, Microsoft.Azure.Cosmos.ItemRequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ThroughputResponse] ReadThroughputAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ThroughputResponse] ReadThroughputAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ThroughputResponse] ReplaceThroughputAsync(Int32, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ThroughputResponse] ReplaceThroughputAsync(Int32, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[System.Nullable`1[System.Int32]] ReadThroughputAsync(System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[System.Nullable`1[System.Int32]] ReadThroughputAsync(System.Threading.CancellationToken)" + } + }, + "NestedTypes": { + "ChangesEstimationHandler": { + "Subclasses": {}, + "Members": { + "System.IAsyncResult BeginInvoke(Int64, System.Threading.CancellationToken, System.AsyncCallback, System.Object)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.IAsyncResult BeginInvoke(Int64, System.Threading.CancellationToken, System.AsyncCallback, System.Object)" + }, + "System.Threading.Tasks.Task EndInvoke(System.IAsyncResult)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task EndInvoke(System.IAsyncResult)" + }, + "System.Threading.Tasks.Task Invoke(Int64, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task Invoke(Int64, System.Threading.CancellationToken)" + }, + "Void .ctor(System.Object, IntPtr)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.Object, IntPtr)" + } + }, + "NestedTypes": {} + }, + "ChangesHandler`1": { + "Subclasses": {}, + "Members": { + "System.IAsyncResult BeginInvoke(System.Collections.Generic.IReadOnlyCollection`1[T], System.Threading.CancellationToken, System.AsyncCallback, System.Object)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.IAsyncResult BeginInvoke(System.Collections.Generic.IReadOnlyCollection`1[T], System.Threading.CancellationToken, System.AsyncCallback, System.Object)" + }, + "System.Threading.Tasks.Task EndInvoke(System.IAsyncResult)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task EndInvoke(System.IAsyncResult)" + }, + "System.Threading.Tasks.Task Invoke(System.Collections.Generic.IReadOnlyCollection`1[T], System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task Invoke(System.Collections.Generic.IReadOnlyCollection`1[T], System.Threading.CancellationToken)" + }, + "Void .ctor(System.Object, IntPtr)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.Object, IntPtr)" + } + }, + "NestedTypes": {} + } + } + }, + "ChangesEstimationHandler": { + "Subclasses": {}, + "Members": { + "System.IAsyncResult BeginInvoke(Int64, System.Threading.CancellationToken, System.AsyncCallback, System.Object)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.IAsyncResult BeginInvoke(Int64, System.Threading.CancellationToken, System.AsyncCallback, System.Object)" + }, + "System.Threading.Tasks.Task EndInvoke(System.IAsyncResult)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task EndInvoke(System.IAsyncResult)" + }, + "System.Threading.Tasks.Task Invoke(Int64, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task Invoke(Int64, System.Threading.CancellationToken)" + }, + "Void .ctor(System.Object, IntPtr)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.Object, IntPtr)" + } + }, + "NestedTypes": {} + }, + "ChangesHandler`1": { + "Subclasses": {}, + "Members": { + "System.IAsyncResult BeginInvoke(System.Collections.Generic.IReadOnlyCollection`1[T], System.Threading.CancellationToken, System.AsyncCallback, System.Object)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.IAsyncResult BeginInvoke(System.Collections.Generic.IReadOnlyCollection`1[T], System.Threading.CancellationToken, System.AsyncCallback, System.Object)" + }, + "System.Threading.Tasks.Task EndInvoke(System.IAsyncResult)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task EndInvoke(System.IAsyncResult)" + }, + "System.Threading.Tasks.Task Invoke(System.Collections.Generic.IReadOnlyCollection`1[T], System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task Invoke(System.Collections.Generic.IReadOnlyCollection`1[T], System.Threading.CancellationToken)" + }, + "Void .ctor(System.Object, IntPtr)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.Object, IntPtr)" + } + }, + "NestedTypes": {} + }, + "ContainerProperties": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.ConflictResolutionPolicy ConflictResolutionPolicy[Newtonsoft.Json.JsonIgnoreAttribute()]": { + "Type": "Property", + "Attributes": [ + "JsonIgnoreAttribute" + ], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.ConflictResolutionPolicy get_ConflictResolutionPolicy()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.ConflictResolutionPolicy get_ConflictResolutionPolicy()" + }, + "Microsoft.Azure.Cosmos.IndexingPolicy get_IndexingPolicy()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.IndexingPolicy get_IndexingPolicy()" + }, + "Microsoft.Azure.Cosmos.IndexingPolicy IndexingPolicy[Newtonsoft.Json.JsonIgnoreAttribute()]": { + "Type": "Property", + "Attributes": [ + "JsonIgnoreAttribute" + ], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.UniqueKeyPolicy get_UniqueKeyPolicy()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.UniqueKeyPolicy get_UniqueKeyPolicy()" + }, + "Microsoft.Azure.Cosmos.UniqueKeyPolicy UniqueKeyPolicy[Newtonsoft.Json.JsonIgnoreAttribute()]": { + "Type": "Property", + "Attributes": [ + "JsonIgnoreAttribute" + ], + "MethodInfo": null + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKeyDefinitionVersion] get_PartitionKeyDefinitionVersion()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKeyDefinitionVersion] get_PartitionKeyDefinitionVersion()" + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKeyDefinitionVersion] PartitionKeyDefinitionVersion[Newtonsoft.Json.JsonIgnoreAttribute()]": { + "Type": "Property", + "Attributes": [ + "JsonIgnoreAttribute" + ], + "MethodInfo": null + }, + "System.Nullable`1[System.DateTime] get_LastModified()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[System.DateTime] get_LastModified()" + }, + "System.Nullable`1[System.DateTime] LastModified[Newtonsoft.Json.JsonPropertyAttribute(NullValueHandling = 1, PropertyName = \"_ts\")]-[Newtonsoft.Json.JsonConverterAttribute(typeof(Microsoft.Azure.Documents.UnixDateTimeConverter))]": { + "Type": "Property", + "Attributes": [ + "JsonConverterAttribute", + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.Nullable`1[System.Int32] DefaultTimeToLive[Newtonsoft.Json.JsonPropertyAttribute(NullValueHandling = 1, PropertyName = \"defaultTtl\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.Nullable`1[System.Int32] get_DefaultTimeToLive()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[System.Int32] get_DefaultTimeToLive()" + }, + "System.String ETag[Newtonsoft.Json.JsonPropertyAttribute(NullValueHandling = 1, PropertyName = \"_etag\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String get_ETag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_ETag()" + }, + "System.String get_Id()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_Id()" + }, + "System.String get_PartitionKeyPath()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_PartitionKeyPath()" + }, + "System.String get_TimeToLivePropertyPath()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_TimeToLivePropertyPath()" + }, + "System.String Id[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"id\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String PartitionKeyPath[Newtonsoft.Json.JsonIgnoreAttribute()]": { + "Type": "Property", + "Attributes": [ + "JsonIgnoreAttribute" + ], + "MethodInfo": null + }, + "System.String TimeToLivePropertyPath[System.ObsoleteAttribute()]-[Newtonsoft.Json.JsonPropertyAttribute(NullValueHandling = 1, PropertyName = \"ttlPropertyPath\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute", + "ObsoleteAttribute" + ], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void .ctor(System.String, System.String)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.String, System.String)" + }, + "Void set_ConflictResolutionPolicy(Microsoft.Azure.Cosmos.ConflictResolutionPolicy)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_ConflictResolutionPolicy(Microsoft.Azure.Cosmos.ConflictResolutionPolicy)" + }, + "Void set_DefaultTimeToLive(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_DefaultTimeToLive(System.Nullable`1[System.Int32])" + }, + "Void set_Id(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_Id(System.String)" + }, + "Void set_IndexingPolicy(Microsoft.Azure.Cosmos.IndexingPolicy)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_IndexingPolicy(Microsoft.Azure.Cosmos.IndexingPolicy)" + }, + "Void set_PartitionKeyDefinitionVersion(System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKeyDefinitionVersion])": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_PartitionKeyDefinitionVersion(System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKeyDefinitionVersion])" + }, + "Void set_PartitionKeyPath(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_PartitionKeyPath(System.String)" + }, + "Void set_TimeToLivePropertyPath(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_TimeToLivePropertyPath(System.String)" + }, + "Void set_UniqueKeyPolicy(Microsoft.Azure.Cosmos.UniqueKeyPolicy)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_UniqueKeyPolicy(Microsoft.Azure.Cosmos.UniqueKeyPolicy)" + } + }, + "NestedTypes": {} + }, + "ContainerRequestOptions": { + "Subclasses": {}, + "Members": { + "Boolean get_PopulateQuotaInfo()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Boolean get_PopulateQuotaInfo()" + }, + "Boolean PopulateQuotaInfo": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void set_PopulateQuotaInfo(Boolean)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_PopulateQuotaInfo(Boolean)" + } + }, + "NestedTypes": {} + }, + "ContainerResponse": { + "Subclasses": {}, + "Members": { + "Double get_RequestCharge()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Double get_RequestCharge()" + }, + "Double RequestCharge": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Container Container": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Container get_Container()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Container get_Container()" + }, + "Microsoft.Azure.Cosmos.Container op_Implicit(Microsoft.Azure.Cosmos.ContainerResponse)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Container op_Implicit(Microsoft.Azure.Cosmos.ContainerResponse)" + }, + "Microsoft.Azure.Cosmos.ContainerProperties get_Resource()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.ContainerProperties get_Resource()" + }, + "Microsoft.Azure.Cosmos.ContainerProperties Resource": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" + }, + "Microsoft.Azure.Cosmos.Headers get_Headers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" + }, + "Microsoft.Azure.Cosmos.Headers Headers": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" + }, + "System.Net.HttpStatusCode StatusCode": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ActivityId": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ETag": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String get_ActivityId()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ActivityId()" + }, + "System.String get_ETag()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ETag()" + } + }, + "NestedTypes": {} + }, + "CosmosClient": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.Container GetContainer(System.String, System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Container GetContainer(System.String, System.String)" + }, + "Microsoft.Azure.Cosmos.CosmosClientOptions ClientOptions": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosClientOptions get_ClientOptions()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.CosmosClientOptions get_ClientOptions()" + }, + "Microsoft.Azure.Cosmos.Database GetDatabase(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Database GetDatabase(System.String)" + }, + "Microsoft.Azure.Cosmos.FeedIterator GetDatabaseQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetDatabaseQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator GetDatabaseQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetDatabaseQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetDatabaseQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetDatabaseQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetDatabaseQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetDatabaseQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.AccountProperties] ReadAccountAsync()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.AccountProperties] ReadAccountAsync()" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.DatabaseResponse] CreateDatabaseAsync(System.String, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.DatabaseResponse] CreateDatabaseAsync(System.String, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.DatabaseResponse] CreateDatabaseIfNotExistsAsync(System.String, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)[System.Runtime.CompilerServices.AsyncStateMachineAttribute(typeof(Microsoft.Azure.Cosmos.CosmosClient+d__41))]": { + "Type": "Method", + "Attributes": [ + "AsyncStateMachineAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.DatabaseResponse] CreateDatabaseIfNotExistsAsync(System.String, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] CreateDatabaseStreamAsync(Microsoft.Azure.Cosmos.DatabaseProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] CreateDatabaseStreamAsync(Microsoft.Azure.Cosmos.DatabaseProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Uri Endpoint": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Uri get_Endpoint()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Uri get_Endpoint()" + }, + "Void .ctor(System.String, Microsoft.Azure.Cosmos.CosmosClientOptions)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.String, Microsoft.Azure.Cosmos.CosmosClientOptions)" + }, + "Void .ctor(System.String, System.String, Microsoft.Azure.Cosmos.CosmosClientOptions)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.String, System.String, Microsoft.Azure.Cosmos.CosmosClientOptions)" + }, + "Void Dispose()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void Dispose()" + } + }, + "NestedTypes": {} + }, + "CosmosClientOptions": { + "Subclasses": {}, + "Members": { + "Boolean AllowBulkExecution": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Boolean get_AllowBulkExecution()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Boolean get_AllowBulkExecution()" + }, + "Boolean get_LimitToEndpoint()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Boolean get_LimitToEndpoint()" + }, + "Boolean LimitToEndpoint": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Int32 GatewayModeMaxConnectionLimit": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Int32 get_GatewayModeMaxConnectionLimit()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Int32 get_GatewayModeMaxConnectionLimit()" + }, + "Microsoft.Azure.Cosmos.ConnectionMode ConnectionMode": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.ConnectionMode get_ConnectionMode()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.ConnectionMode get_ConnectionMode()" + }, + "Microsoft.Azure.Cosmos.CosmosSerializationOptions get_SerializerOptions()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.CosmosSerializationOptions get_SerializerOptions()" + }, + "Microsoft.Azure.Cosmos.CosmosSerializationOptions SerializerOptions": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosSerializer get_Serializer()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.CosmosSerializer get_Serializer()" + }, + "Microsoft.Azure.Cosmos.CosmosSerializer Serializer[Newtonsoft.Json.JsonConverterAttribute(typeof(Microsoft.Azure.Cosmos.CosmosClientOptions+ClientOptionJsonConverter))]": { + "Type": "Property", + "Attributes": [ + "JsonConverterAttribute" + ], + "MethodInfo": null + }, + "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.RequestHandler] CustomHandlers[Newtonsoft.Json.JsonConverterAttribute(typeof(Microsoft.Azure.Cosmos.CosmosClientOptions+ClientOptionJsonConverter))]": { + "Type": "Property", + "Attributes": [ + "JsonConverterAttribute" + ], + "MethodInfo": null + }, + "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.RequestHandler] get_CustomHandlers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.RequestHandler] get_CustomHandlers()" + }, + "System.Net.IWebProxy get_WebProxy()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Net.IWebProxy get_WebProxy()" + }, + "System.Net.IWebProxy WebProxy[Newtonsoft.Json.JsonIgnoreAttribute()]": { + "Type": "Property", + "Attributes": [ + "JsonIgnoreAttribute" + ], + "MethodInfo": null + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] ConsistencyLevel": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()" + }, + "System.Nullable`1[System.Int32] get_MaxRequestsPerTcpConnection()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Nullable`1[System.Int32] get_MaxRequestsPerTcpConnection()" + }, + "System.Nullable`1[System.Int32] get_MaxRetryAttemptsOnRateLimitedRequests()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[System.Int32] get_MaxRetryAttemptsOnRateLimitedRequests()" + }, + "System.Nullable`1[System.Int32] get_MaxTcpConnectionsPerEndpoint()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Nullable`1[System.Int32] get_MaxTcpConnectionsPerEndpoint()" + }, + "System.Nullable`1[System.Int32] MaxRequestsPerTcpConnection": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[System.Int32] MaxRetryAttemptsOnRateLimitedRequests": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[System.Int32] MaxTcpConnectionsPerEndpoint": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[System.TimeSpan] get_IdleTcpConnectionTimeout()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Nullable`1[System.TimeSpan] get_IdleTcpConnectionTimeout()" + }, + "System.Nullable`1[System.TimeSpan] get_MaxRetryWaitTimeOnRateLimitedRequests()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[System.TimeSpan] get_MaxRetryWaitTimeOnRateLimitedRequests()" + }, + "System.Nullable`1[System.TimeSpan] get_OpenTcpConnectionTimeout()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Nullable`1[System.TimeSpan] get_OpenTcpConnectionTimeout()" + }, + "System.Nullable`1[System.TimeSpan] IdleTcpConnectionTimeout": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[System.TimeSpan] MaxRetryWaitTimeOnRateLimitedRequests": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[System.TimeSpan] OpenTcpConnectionTimeout": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ApplicationName": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ApplicationRegion": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String get_ApplicationName()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_ApplicationName()" + }, + "System.String get_ApplicationRegion()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_ApplicationRegion()" + }, + "System.TimeSpan get_RequestTimeout()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.TimeSpan get_RequestTimeout()" + }, + "System.TimeSpan RequestTimeout": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void set_AllowBulkExecution(Boolean)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_AllowBulkExecution(Boolean)" + }, + "Void set_ApplicationName(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_ApplicationName(System.String)" + }, + "Void set_ApplicationRegion(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_ApplicationRegion(System.String)" + }, + "Void set_ConnectionMode(Microsoft.Azure.Cosmos.ConnectionMode)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_ConnectionMode(Microsoft.Azure.Cosmos.ConnectionMode)" + }, + "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])" + }, + "Void set_GatewayModeMaxConnectionLimit(Int32)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_GatewayModeMaxConnectionLimit(Int32)" + }, + "Void set_IdleTcpConnectionTimeout(System.Nullable`1[System.TimeSpan])": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_IdleTcpConnectionTimeout(System.Nullable`1[System.TimeSpan])" + }, + "Void set_LimitToEndpoint(Boolean)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_LimitToEndpoint(Boolean)" + }, + "Void set_MaxRequestsPerTcpConnection(System.Nullable`1[System.Int32])": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_MaxRequestsPerTcpConnection(System.Nullable`1[System.Int32])" + }, + "Void set_MaxRetryAttemptsOnRateLimitedRequests(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_MaxRetryAttemptsOnRateLimitedRequests(System.Nullable`1[System.Int32])" + }, + "Void set_MaxRetryWaitTimeOnRateLimitedRequests(System.Nullable`1[System.TimeSpan])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_MaxRetryWaitTimeOnRateLimitedRequests(System.Nullable`1[System.TimeSpan])" + }, + "Void set_MaxTcpConnectionsPerEndpoint(System.Nullable`1[System.Int32])": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_MaxTcpConnectionsPerEndpoint(System.Nullable`1[System.Int32])" + }, + "Void set_OpenTcpConnectionTimeout(System.Nullable`1[System.TimeSpan])": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_OpenTcpConnectionTimeout(System.Nullable`1[System.TimeSpan])" + }, + "Void set_RequestTimeout(System.TimeSpan)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_RequestTimeout(System.TimeSpan)" + }, + "Void set_Serializer(Microsoft.Azure.Cosmos.CosmosSerializer)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_Serializer(Microsoft.Azure.Cosmos.CosmosSerializer)" + }, + "Void set_SerializerOptions(Microsoft.Azure.Cosmos.CosmosSerializationOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_SerializerOptions(Microsoft.Azure.Cosmos.CosmosSerializationOptions)" + }, + "Void set_WebProxy(System.Net.IWebProxy)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_WebProxy(System.Net.IWebProxy)" + } + }, + "NestedTypes": {} + }, + "CosmosDiagnostics": { + "Subclasses": {}, + "Members": { + "System.String ToString()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String ToString()" + } + }, + "NestedTypes": {} + }, + "CosmosException": { + "Subclasses": {}, + "Members": { + "Boolean TryGetHeader(System.String, System.String ByRef)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean TryGetHeader(System.String, System.String ByRef)" + }, + "Double get_RequestCharge()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Double get_RequestCharge()" + }, + "Double RequestCharge": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Int32 get_SubStatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Int32 get_SubStatusCode()" + }, + "Int32 SubStatusCode": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" + }, + "Microsoft.Azure.Cosmos.Headers get_Headers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" + }, + "Microsoft.Azure.Cosmos.Headers Headers": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" + }, + "System.Net.HttpStatusCode StatusCode": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[System.TimeSpan] get_RetryAfter()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[System.TimeSpan] get_RetryAfter()" + }, + "System.Nullable`1[System.TimeSpan] RetryAfter": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ActivityId": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String get_ActivityId()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_ActivityId()" + }, + "System.String get_ResponseBody()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_ResponseBody()" + }, + "System.String ResponseBody": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ToString()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String ToString()" + }, + "Void .ctor(System.String, System.Net.HttpStatusCode, Int32, System.String, Double)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.String, System.Net.HttpStatusCode, Int32, System.String, Double)" + } + }, + "NestedTypes": {} + }, + "CosmosPropertyNamingPolicy": { + "Subclasses": {}, + "Members": { + "Int32 value__": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosPropertyNamingPolicy CamelCase": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosPropertyNamingPolicy Default": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "CosmosSerializationOptions": { + "Subclasses": {}, + "Members": { + "Boolean get_IgnoreNullValues()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Boolean get_IgnoreNullValues()" + }, + "Boolean get_Indented()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Boolean get_Indented()" + }, + "Boolean IgnoreNullValues": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Boolean Indented": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosPropertyNamingPolicy get_PropertyNamingPolicy()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.CosmosPropertyNamingPolicy get_PropertyNamingPolicy()" + }, + "Microsoft.Azure.Cosmos.CosmosPropertyNamingPolicy PropertyNamingPolicy": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void set_IgnoreNullValues(Boolean)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_IgnoreNullValues(Boolean)" + }, + "Void set_Indented(Boolean)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_Indented(Boolean)" + }, + "Void set_PropertyNamingPolicy(Microsoft.Azure.Cosmos.CosmosPropertyNamingPolicy)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_PropertyNamingPolicy(Microsoft.Azure.Cosmos.CosmosPropertyNamingPolicy)" + } + }, + "NestedTypes": {} + }, + "CosmosSerializer": { + "Subclasses": {}, + "Members": { + "System.IO.Stream ToStream[T](T)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.IO.Stream ToStream[T](T)" + }, + "T FromStream[T](System.IO.Stream)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "T FromStream[T](System.IO.Stream)" + } + }, + "NestedTypes": {} + }, + "Database": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.Container GetContainer(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Container GetContainer(System.String)" + }, + "Microsoft.Azure.Cosmos.FeedIterator GetContainerQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetContainerQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator GetContainerQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetContainerQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetContainerQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetContainerQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetContainerQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetContainerQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetUserQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetUserQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetUserQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetUserQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.Fluent.ContainerBuilder DefineContainer(System.String, System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.ContainerBuilder DefineContainer(System.String, System.String)" + }, + "Microsoft.Azure.Cosmos.User GetUser(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.User GetUser(System.String)" + }, + "System.String get_Id()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_Id()" + }, + "System.String Id": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] CreateContainerAsync(Microsoft.Azure.Cosmos.ContainerProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] CreateContainerAsync(Microsoft.Azure.Cosmos.ContainerProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] CreateContainerAsync(System.String, System.String, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] CreateContainerAsync(System.String, System.String, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] CreateContainerIfNotExistsAsync(Microsoft.Azure.Cosmos.ContainerProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] CreateContainerIfNotExistsAsync(Microsoft.Azure.Cosmos.ContainerProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] CreateContainerIfNotExistsAsync(System.String, System.String, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] CreateContainerIfNotExistsAsync(System.String, System.String, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.DatabaseResponse] DeleteAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.DatabaseResponse] DeleteAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.DatabaseResponse] ReadAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.DatabaseResponse] ReadAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] CreateContainerStreamAsync(Microsoft.Azure.Cosmos.ContainerProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] CreateContainerStreamAsync(Microsoft.Azure.Cosmos.ContainerProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] DeleteStreamAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] DeleteStreamAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ReadStreamAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ReadStreamAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ThroughputResponse] ReadThroughputAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ThroughputResponse] ReadThroughputAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ThroughputResponse] ReplaceThroughputAsync(Int32, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ThroughputResponse] ReplaceThroughputAsync(Int32, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.UserResponse] CreateUserAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.UserResponse] CreateUserAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.UserResponse] UpsertUserAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.UserResponse] UpsertUserAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[System.Nullable`1[System.Int32]] ReadThroughputAsync(System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[System.Nullable`1[System.Int32]] ReadThroughputAsync(System.Threading.CancellationToken)" + } + }, + "NestedTypes": {} + }, + "DatabaseProperties": { + "Subclasses": {}, + "Members": { + "System.Nullable`1[System.DateTime] get_LastModified()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[System.DateTime] get_LastModified()" + }, + "System.Nullable`1[System.DateTime] LastModified[Newtonsoft.Json.JsonConverterAttribute(typeof(Microsoft.Azure.Documents.UnixDateTimeConverter))]-[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"_ts\")]": { + "Type": "Property", + "Attributes": [ + "JsonConverterAttribute", + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String ETag[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"_etag\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String get_ETag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_ETag()" + }, + "System.String get_Id()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_Id()" + }, + "System.String Id[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"id\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void .ctor(System.String)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.String)" + }, + "Void set_Id(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_Id(System.String)" + } + }, + "NestedTypes": {} + }, + "DatabaseResponse": { + "Subclasses": {}, + "Members": { + "Double get_RequestCharge()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Double get_RequestCharge()" + }, + "Double RequestCharge": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" + }, + "Microsoft.Azure.Cosmos.Database Database": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Database get_Database()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Database get_Database()" + }, + "Microsoft.Azure.Cosmos.Database op_Implicit(Microsoft.Azure.Cosmos.DatabaseResponse)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Database op_Implicit(Microsoft.Azure.Cosmos.DatabaseResponse)" + }, + "Microsoft.Azure.Cosmos.DatabaseProperties get_Resource()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.DatabaseProperties get_Resource()" + }, + "Microsoft.Azure.Cosmos.DatabaseProperties Resource": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Headers get_Headers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" + }, + "Microsoft.Azure.Cosmos.Headers Headers": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" + }, + "System.Net.HttpStatusCode StatusCode": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ActivityId": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ETag": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String get_ActivityId()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ActivityId()" + }, + "System.String get_ETag()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ETag()" + } + }, + "NestedTypes": {} + }, + "DataType": { + "Subclasses": {}, + "Members": { + "Int32 value__": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.DataType LineString": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.DataType MultiPolygon": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.DataType Number": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.DataType Point": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.DataType Polygon": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.DataType String": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "ExcludedPath": { + "Subclasses": {}, + "Members": { + "System.String get_Path()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_Path()" + }, + "System.String Path[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"path\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void set_Path(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_Path(System.String)" + } + }, + "NestedTypes": {} + }, + "FeedIterator": { + "Subclasses": {}, + "Members": { + "Boolean get_HasMoreResults()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean get_HasMoreResults()" + }, + "Boolean HasMoreResults": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ReadNextAsync(System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ReadNextAsync(System.Threading.CancellationToken)" + } + }, + "NestedTypes": {} + }, + "FeedIterator`1": { + "Subclasses": {}, + "Members": { + "Boolean get_HasMoreResults()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean get_HasMoreResults()" + }, + "Boolean HasMoreResults": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.FeedResponse`1[T]] ReadNextAsync(System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.FeedResponse`1[T]] ReadNextAsync(System.Threading.CancellationToken)" + } + }, + "NestedTypes": {} + }, + "FeedResponse`1": { + "Subclasses": {}, + "Members": { + "Double get_RequestCharge()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Double get_RequestCharge()" + }, + "Double RequestCharge": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Int32 Count": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Int32 get_Count()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Int32 get_Count()" + }, + "System.Collections.Generic.IEnumerator`1[T] GetEnumerator()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Collections.Generic.IEnumerator`1[T] GetEnumerator()" + }, + "System.String ActivityId": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ContinuationToken": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ETag": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String get_ActivityId()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ActivityId()" + }, + "System.String get_ContinuationToken()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ContinuationToken()" + }, + "System.String get_ETag()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ETag()" + } + }, + "NestedTypes": {} + }, + "CompositeIndexDefinition`1": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.Fluent.CompositeIndexDefinition`1[T] Path(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CompositeIndexDefinition`1[T] Path(System.String)" + }, + "Microsoft.Azure.Cosmos.Fluent.CompositeIndexDefinition`1[T] Path(System.String, Microsoft.Azure.Cosmos.CompositePathSortOrder)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CompositeIndexDefinition`1[T] Path(System.String, Microsoft.Azure.Cosmos.CompositePathSortOrder)" + }, + "T Attach()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "T Attach()" + } + }, + "NestedTypes": {} + }, + "ConflictResolutionDefinition": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.Fluent.ConflictResolutionDefinition WithCustomStoredProcedureResolution(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.ConflictResolutionDefinition WithCustomStoredProcedureResolution(System.String)" + }, + "Microsoft.Azure.Cosmos.Fluent.ConflictResolutionDefinition WithLastWriterWinsResolution(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.ConflictResolutionDefinition WithLastWriterWinsResolution(System.String)" + }, + "Microsoft.Azure.Cosmos.Fluent.ContainerBuilder Attach()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.ContainerBuilder Attach()" + } + }, + "NestedTypes": {} + }, + "ContainerBuilder": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.ContainerProperties Build()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.ContainerProperties Build()" + }, + "Microsoft.Azure.Cosmos.Fluent.ConflictResolutionDefinition WithConflictResolution()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.ConflictResolutionDefinition WithConflictResolution()" + }, + "Microsoft.Azure.Cosmos.Fluent.UniqueKeyDefinition WithUniqueKey()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.UniqueKeyDefinition WithUniqueKey()" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] CreateAsync(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.AsyncStateMachineAttribute(typeof(Microsoft.Azure.Cosmos.Fluent.ContainerBuilder+d__9))]": { + "Type": "Method", + "Attributes": [ + "AsyncStateMachineAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] CreateAsync(System.Nullable`1[System.Int32])" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] CreateIfNotExistsAsync(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.AsyncStateMachineAttribute(typeof(Microsoft.Azure.Cosmos.Fluent.ContainerBuilder+d__10))]": { + "Type": "Method", + "Attributes": [ + "AsyncStateMachineAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ContainerResponse] CreateIfNotExistsAsync(System.Nullable`1[System.Int32])" + } + }, + "NestedTypes": {} + }, + "ContainerDefinition`1": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.ContainerProperties Build()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.ContainerProperties Build()" + }, + "Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T] WithIndexingPolicy()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T] WithIndexingPolicy()" + }, + "T WithDefaultTimeToLive(Int32)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "T WithDefaultTimeToLive(Int32)" + }, + "T WithDefaultTimeToLive(System.TimeSpan)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "T WithDefaultTimeToLive(System.TimeSpan)" + }, + "T WithPartitionKeyDefinitionVersion(Microsoft.Azure.Cosmos.PartitionKeyDefinitionVersion)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "T WithPartitionKeyDefinitionVersion(Microsoft.Azure.Cosmos.PartitionKeyDefinitionVersion)" + }, + "T WithTimeToLivePropertyPath(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "T WithTimeToLivePropertyPath(System.String)" + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + } + }, + "NestedTypes": {} + }, + "CosmosClientBuilder": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.CosmosClient Build()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.CosmosClient Build()" + }, + "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder AddCustomHandlers(Microsoft.Azure.Cosmos.RequestHandler[])": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder AddCustomHandlers(Microsoft.Azure.Cosmos.RequestHandler[])" + }, + "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithApplicationName(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithApplicationName(System.String)" + }, + "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithApplicationRegion(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithApplicationRegion(System.String)" + }, + "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithBulkExecution(Boolean)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithBulkExecution(Boolean)" + }, + "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithConnectionModeDirect()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithConnectionModeDirect()" + }, + "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithConnectionModeGateway(System.Nullable`1[System.Int32], System.Net.IWebProxy)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithConnectionModeGateway(System.Nullable`1[System.Int32], System.Net.IWebProxy)" + }, + "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithConsistencyLevel(Microsoft.Azure.Cosmos.ConsistencyLevel)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithConsistencyLevel(Microsoft.Azure.Cosmos.ConsistencyLevel)" + }, + "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithCustomSerializer(Microsoft.Azure.Cosmos.CosmosSerializer)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithCustomSerializer(Microsoft.Azure.Cosmos.CosmosSerializer)" + }, + "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithLimitToEndpoint(Boolean)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithLimitToEndpoint(Boolean)" + }, + "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithRequestTimeout(System.TimeSpan)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithRequestTimeout(System.TimeSpan)" + }, + "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithSerializerOptions(Microsoft.Azure.Cosmos.CosmosSerializationOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithSerializerOptions(Microsoft.Azure.Cosmos.CosmosSerializationOptions)" + }, + "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithThrottlingRetryOptions(System.TimeSpan, Int32)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder WithThrottlingRetryOptions(System.TimeSpan, Int32)" + }, + "Void .ctor(System.String)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.String)" + }, + "Void .ctor(System.String, System.String)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.String, System.String)" + } + }, + "NestedTypes": {} + }, + "IndexingPolicyDefinition`1": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.Fluent.CompositeIndexDefinition`1[Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T]] WithCompositeIndex()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.CompositeIndexDefinition`1[Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T]] WithCompositeIndex()" + }, + "Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T] WithAutomaticIndexing(Boolean)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T] WithAutomaticIndexing(Boolean)" + }, + "Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T] WithIndexingMode(Microsoft.Azure.Cosmos.IndexingMode)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T] WithIndexingMode(Microsoft.Azure.Cosmos.IndexingMode)" + }, + "Microsoft.Azure.Cosmos.Fluent.PathsDefinition`1[Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T]] WithExcludedPaths()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.PathsDefinition`1[Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T]] WithExcludedPaths()" + }, + "Microsoft.Azure.Cosmos.Fluent.PathsDefinition`1[Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T]] WithIncludedPaths()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.PathsDefinition`1[Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T]] WithIncludedPaths()" + }, + "Microsoft.Azure.Cosmos.Fluent.SpatialIndexDefinition`1[Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T]] WithSpatialIndex()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.SpatialIndexDefinition`1[Microsoft.Azure.Cosmos.Fluent.IndexingPolicyDefinition`1[T]] WithSpatialIndex()" + }, + "T Attach()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "T Attach()" + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + } + }, + "NestedTypes": {} + }, + "PathsDefinition`1": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.Fluent.PathsDefinition`1[T] Path(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.PathsDefinition`1[T] Path(System.String)" + }, + "T Attach()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "T Attach()" + } + }, + "NestedTypes": {} + }, + "SpatialIndexDefinition`1": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.Fluent.SpatialIndexDefinition`1[T] Path(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.SpatialIndexDefinition`1[T] Path(System.String)" + }, + "Microsoft.Azure.Cosmos.Fluent.SpatialIndexDefinition`1[T] Path(System.String, Microsoft.Azure.Cosmos.SpatialType[])": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.SpatialIndexDefinition`1[T] Path(System.String, Microsoft.Azure.Cosmos.SpatialType[])" + }, + "T Attach()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "T Attach()" + } + }, + "NestedTypes": {} + }, + "UniqueKeyDefinition": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.Fluent.ContainerBuilder Attach()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.ContainerBuilder Attach()" + }, + "Microsoft.Azure.Cosmos.Fluent.UniqueKeyDefinition Path(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Fluent.UniqueKeyDefinition Path(System.String)" + } + }, + "NestedTypes": {} + }, + "Headers": { + "Subclasses": {}, + "Members": { + "Boolean TryGetValue(System.String, System.String ByRef)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean TryGetValue(System.String, System.String ByRef)" + }, + "Double get_RequestCharge()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Double get_RequestCharge()" + }, + "Double RequestCharge": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Collections.Generic.IEnumerator`1[System.String] GetEnumerator()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Collections.Generic.IEnumerator`1[System.String] GetEnumerator()" + }, + "System.String ActivityId[Microsoft.Azure.Cosmos.CosmosKnownHeaderAttribute(HeaderName = \"x-ms-activity-id\")]": { + "Type": "Property", + "Attributes": [ + "CosmosKnownHeaderAttribute" + ], + "MethodInfo": null + }, + "System.String ContentLength[Microsoft.Azure.Cosmos.CosmosKnownHeaderAttribute(HeaderName = \"Content-Length\")]": { + "Type": "Property", + "Attributes": [ + "CosmosKnownHeaderAttribute" + ], + "MethodInfo": null + }, + "System.String ContentType[Microsoft.Azure.Cosmos.CosmosKnownHeaderAttribute(HeaderName = \"Content-Type\")]": { + "Type": "Property", + "Attributes": [ + "CosmosKnownHeaderAttribute" + ], + "MethodInfo": null + }, + "System.String ContinuationToken[Microsoft.Azure.Cosmos.CosmosKnownHeaderAttribute(HeaderName = \"x-ms-continuation\")]": { + "Type": "Property", + "Attributes": [ + "CosmosKnownHeaderAttribute" + ], + "MethodInfo": null + }, + "System.String ETag[Microsoft.Azure.Cosmos.CosmosKnownHeaderAttribute(HeaderName = \"etag\")]": { + "Type": "Property", + "Attributes": [ + "CosmosKnownHeaderAttribute" + ], + "MethodInfo": null + }, + "System.String Get(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String Get(System.String)" + }, + "System.String get_ActivityId()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_ActivityId()" + }, + "System.String get_ContentLength()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ContentLength()" + }, + "System.String get_ContentType()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_ContentType()" + }, + "System.String get_ContinuationToken()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_ContinuationToken()" + }, + "System.String get_ETag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_ETag()" + }, + "System.String get_Item(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_Item(System.String)" + }, + "System.String get_Location()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_Location()" + }, + "System.String get_Session()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_Session()" + }, + "System.String GetValueOrDefault(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String GetValueOrDefault(System.String)" + }, + "System.String Item [System.String]": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String Location[Microsoft.Azure.Cosmos.CosmosKnownHeaderAttribute(HeaderName = \"Location\")]": { + "Type": "Property", + "Attributes": [ + "CosmosKnownHeaderAttribute" + ], + "MethodInfo": null + }, + "System.String Session[Microsoft.Azure.Cosmos.CosmosKnownHeaderAttribute(HeaderName = \"x-ms-session-token\")]": { + "Type": "Property", + "Attributes": [ + "CosmosKnownHeaderAttribute" + ], + "MethodInfo": null + }, + "System.String[] AllKeys()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String[] AllKeys()" + }, + "T GetHeaderValue[T](System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "T GetHeaderValue[T](System.String)" + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void Add(System.String, System.Collections.Generic.IEnumerable`1[System.String])": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void Add(System.String, System.Collections.Generic.IEnumerable`1[System.String])" + }, + "Void Add(System.String, System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void Add(System.String, System.String)" + }, + "Void Remove(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void Remove(System.String)" + }, + "Void Set(System.String, System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void Set(System.String, System.String)" + }, + "Void set_ContentLength(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_ContentLength(System.String)" + }, + "Void set_Item(System.String, System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_Item(System.String, System.String)" + } + }, + "NestedTypes": {} + }, + "IncludedPath": { + "Subclasses": {}, + "Members": { + "System.String get_Path()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_Path()" + }, + "System.String Path[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"path\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void set_Path(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_Path(System.String)" + } + }, + "NestedTypes": {} + }, + "IndexingDirective": { + "Subclasses": {}, + "Members": { + "Int32 value__": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.IndexingDirective Default": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.IndexingDirective Exclude": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.IndexingDirective Include": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "IndexingMode": { + "Subclasses": {}, + "Members": { + "Int32 value__": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.IndexingMode Consistent": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.IndexingMode Lazy": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.IndexingMode None": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "IndexingPolicy": { + "Subclasses": {}, + "Members": { + "Boolean Automatic[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"automatic\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Boolean get_Automatic()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Boolean get_Automatic()" + }, + "Microsoft.Azure.Cosmos.IndexingMode get_IndexingMode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.IndexingMode get_IndexingMode()" + }, + "Microsoft.Azure.Cosmos.IndexingMode IndexingMode[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"indexingMode\")]-[Newtonsoft.Json.JsonConverterAttribute(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]": { + "Type": "Property", + "Attributes": [ + "JsonConverterAttribute", + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.ExcludedPath] ExcludedPaths[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"excludedPaths\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.ExcludedPath] get_ExcludedPaths()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.ExcludedPath] get_ExcludedPaths()" + }, + "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.IncludedPath] get_IncludedPaths()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.IncludedPath] get_IncludedPaths()" + }, + "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.IncludedPath] IncludedPaths[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"includedPaths\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.SpatialPath] get_SpatialIndexes()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.SpatialPath] get_SpatialIndexes()" + }, + "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.SpatialPath] SpatialIndexes[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"spatialIndexes\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.Collections.ObjectModel.Collection`1[System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.CompositePath]] CompositeIndexes[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"compositeIndexes\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.Collections.ObjectModel.Collection`1[System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.CompositePath]] get_CompositeIndexes()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Collections.ObjectModel.Collection`1[System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.CompositePath]] get_CompositeIndexes()" + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void set_Automatic(Boolean)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_Automatic(Boolean)" + }, + "Void set_IndexingMode(Microsoft.Azure.Cosmos.IndexingMode)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_IndexingMode(Microsoft.Azure.Cosmos.IndexingMode)" + } + }, + "NestedTypes": {} + }, + "IndexKind": { + "Subclasses": {}, + "Members": { + "Int32 value__": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.IndexKind Hash": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.IndexKind Range": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.IndexKind Spatial": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "ItemRequestOptions": { + "Subclasses": {}, + "Members": { + "System.Collections.Generic.IEnumerable`1[System.String] get_PostTriggers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Collections.Generic.IEnumerable`1[System.String] get_PostTriggers()" + }, + "System.Collections.Generic.IEnumerable`1[System.String] get_PreTriggers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Collections.Generic.IEnumerable`1[System.String] get_PreTriggers()" + }, + "System.Collections.Generic.IEnumerable`1[System.String] PostTriggers": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Collections.Generic.IEnumerable`1[System.String] PreTriggers": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] ConsistencyLevel": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()" + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective] get_IndexingDirective()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective] get_IndexingDirective()" + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective] IndexingDirective": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String get_SessionToken()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_SessionToken()" + }, + "System.String SessionToken": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])" + }, + "Void set_IndexingDirective(System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_IndexingDirective(System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective])" + }, + "Void set_PostTriggers(System.Collections.Generic.IEnumerable`1[System.String])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_PostTriggers(System.Collections.Generic.IEnumerable`1[System.String])" + }, + "Void set_PreTriggers(System.Collections.Generic.IEnumerable`1[System.String])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_PreTriggers(System.Collections.Generic.IEnumerable`1[System.String])" + }, + "Void set_SessionToken(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_SessionToken(System.String)" + } + }, + "NestedTypes": {} + }, + "ItemResponse`1": { + "Subclasses": {}, + "Members": { + "Double get_RequestCharge()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Double get_RequestCharge()" + }, + "Double RequestCharge": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" + }, + "Microsoft.Azure.Cosmos.Headers get_Headers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" + }, + "Microsoft.Azure.Cosmos.Headers Headers": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" + }, + "System.Net.HttpStatusCode StatusCode": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ActivityId": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ETag": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String get_ActivityId()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ActivityId()" + }, + "System.String get_ETag()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ETag()" + }, + "T get_Resource()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "T get_Resource()" + }, + "T Resource": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "CosmosLinqExtensions": { + "Subclasses": {}, + "Members": { + "Boolean IsDefined(System.Object)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "Boolean IsDefined(System.Object)" + }, + "Boolean IsNull(System.Object)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "Boolean IsNull(System.Object)" + }, + "Boolean IsPrimitive(System.Object)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "Boolean IsPrimitive(System.Object)" + }, + "Microsoft.Azure.Cosmos.FeedIterator ToStreamIterator[T](System.Linq.IQueryable`1[T])[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator ToStreamIterator[T](System.Linq.IQueryable`1[T])" + }, + "Microsoft.Azure.Cosmos.FeedIterator`1[T] ToFeedIterator[T](System.Linq.IQueryable`1[T])[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] ToFeedIterator[T](System.Linq.IQueryable`1[T])" + }, + "Microsoft.Azure.Cosmos.QueryDefinition ToQueryDefinition[T](System.Linq.IQueryable`1[T])[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.QueryDefinition ToQueryDefinition[T](System.Linq.IQueryable`1[T])" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Decimal]] AverageAsync(System.Linq.IQueryable`1[System.Decimal], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Decimal]] AverageAsync(System.Linq.IQueryable`1[System.Decimal], System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Decimal]] SumAsync(System.Linq.IQueryable`1[System.Decimal], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Decimal]] SumAsync(System.Linq.IQueryable`1[System.Decimal], System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Double]] AverageAsync(System.Linq.IQueryable`1[System.Double], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Double]] AverageAsync(System.Linq.IQueryable`1[System.Double], System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Double]] AverageAsync(System.Linq.IQueryable`1[System.Int32], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Double]] AverageAsync(System.Linq.IQueryable`1[System.Int32], System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Double]] AverageAsync(System.Linq.IQueryable`1[System.Int64], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Double]] AverageAsync(System.Linq.IQueryable`1[System.Int64], System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Double]] SumAsync(System.Linq.IQueryable`1[System.Double], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Double]] SumAsync(System.Linq.IQueryable`1[System.Double], System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Int32]] CountAsync[TSource](System.Linq.IQueryable`1[TSource], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Int32]] CountAsync[TSource](System.Linq.IQueryable`1[TSource], System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Int32]] SumAsync(System.Linq.IQueryable`1[System.Int32], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Int32]] SumAsync(System.Linq.IQueryable`1[System.Int32], System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Int64]] SumAsync(System.Linq.IQueryable`1[System.Int64], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Int64]] SumAsync(System.Linq.IQueryable`1[System.Int64], System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Decimal]]] AverageAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Decimal]], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Decimal]]] AverageAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Decimal]], System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Decimal]]] SumAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Decimal]], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Decimal]]] SumAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Decimal]], System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Double]]] AverageAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Double]], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Double]]] AverageAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Double]], System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Double]]] AverageAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Int32]], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Double]]] AverageAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Int32]], System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Double]]] AverageAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Int64]], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Double]]] AverageAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Int64]], System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Double]]] SumAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Double]], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Double]]] SumAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Double]], System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Int32]]] SumAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Int32]], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Int32]]] SumAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Int32]], System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Int64]]] SumAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Int64]], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Int64]]] SumAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Int64]], System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Single]]] AverageAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Single]], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Single]]] AverageAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Single]], System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Single]]] SumAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Single]], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Nullable`1[System.Single]]] SumAsync(System.Linq.IQueryable`1[System.Nullable`1[System.Single]], System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Single]] AverageAsync(System.Linq.IQueryable`1[System.Single], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Single]] AverageAsync(System.Linq.IQueryable`1[System.Single], System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Single]] SumAsync(System.Linq.IQueryable`1[System.Single], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[System.Single]] SumAsync(System.Linq.IQueryable`1[System.Single], System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[TSource]] MaxAsync[TSource](System.Linq.IQueryable`1[TSource], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[TSource]] MaxAsync[TSource](System.Linq.IQueryable`1[TSource], System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[TSource]] MinAsync[TSource](System.Linq.IQueryable`1[TSource], System.Threading.CancellationToken)[System.Runtime.CompilerServices.ExtensionAttribute()]": { + "Type": "Method", + "Attributes": [ + "ExtensionAttribute" + ], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Response`1[TSource]] MinAsync[TSource](System.Linq.IQueryable`1[TSource], System.Threading.CancellationToken)" + } + }, + "NestedTypes": {} + }, + "OperationKind": { + "Subclasses": {}, + "Members": { + "Int32 value__": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.OperationKind Create": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.OperationKind Delete": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.OperationKind Invalid": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.OperationKind Read[System.ObsoleteAttribute(\"This item is obsolete as it does not apply to Conflict.\")]": { + "Type": "Field", + "Attributes": [ + "ObsoleteAttribute" + ], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.OperationKind Replace": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "PartitionKey": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.PartitionKey None": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.PartitionKey Null": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String SystemKeyName": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String SystemKeyPath": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String ToString()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String ToString()" + }, + "Void .ctor(Boolean)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(Boolean)" + }, + "Void .ctor(Double)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(Double)" + }, + "Void .ctor(System.String)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.String)" + } + }, + "NestedTypes": {} + }, + "PartitionKeyDefinitionVersion": { + "Subclasses": {}, + "Members": { + "Int32 value__": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.PartitionKeyDefinitionVersion V1": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.PartitionKeyDefinitionVersion V2": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "Permission": { + "Subclasses": {}, + "Members": { + "System.String get_Id()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_Id()" + }, + "System.String Id": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.PermissionResponse] DeleteAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.PermissionResponse] DeleteAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.PermissionResponse] ReadAsync(System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.PermissionResponse] ReadAsync(System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.PermissionResponse] ReplaceAsync(Microsoft.Azure.Cosmos.PermissionProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.PermissionResponse] ReplaceAsync(Microsoft.Azure.Cosmos.PermissionProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + } + }, + "NestedTypes": {} + }, + "PermissionMode": { + "Subclasses": {}, + "Members": { + "Byte value__": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.PermissionMode All": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.PermissionMode Read": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "PermissionProperties": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.PermissionMode get_PermissionMode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.PermissionMode get_PermissionMode()" + }, + "Microsoft.Azure.Cosmos.PermissionMode PermissionMode[Newtonsoft.Json.JsonConverterAttribute(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]-[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"permissionMode\")]": { + "Type": "Property", + "Attributes": [ + "JsonConverterAttribute", + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey] get_ResourcePartitionKey()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey] get_ResourcePartitionKey()" + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey] ResourcePartitionKey[Newtonsoft.Json.JsonIgnoreAttribute()]": { + "Type": "Property", + "Attributes": [ + "JsonIgnoreAttribute" + ], + "MethodInfo": null + }, + "System.Nullable`1[System.DateTime] get_LastModified()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[System.DateTime] get_LastModified()" + }, + "System.Nullable`1[System.DateTime] LastModified[Newtonsoft.Json.JsonConverterAttribute(typeof(Microsoft.Azure.Documents.UnixDateTimeConverter))]-[Newtonsoft.Json.JsonPropertyAttribute(NullValueHandling = 1, PropertyName = \"_ts\")]": { + "Type": "Property", + "Attributes": [ + "JsonConverterAttribute", + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String ETag[Newtonsoft.Json.JsonPropertyAttribute(NullValueHandling = 1, PropertyName = \"_etag\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String get_ETag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_ETag()" + }, + "System.String get_Id()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_Id()" + }, + "System.String get_ResourceUri()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_ResourceUri()" + }, + "System.String get_Token()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_Token()" + }, + "System.String Id[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"id\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String ResourceUri[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"resource\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String Token[Newtonsoft.Json.JsonPropertyAttribute(NullValueHandling = 1, PropertyName = \"_token\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Void .ctor(System.String, Microsoft.Azure.Cosmos.PermissionMode, Microsoft.Azure.Cosmos.Container, Microsoft.Azure.Cosmos.PartitionKey, System.String)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.String, Microsoft.Azure.Cosmos.PermissionMode, Microsoft.Azure.Cosmos.Container, Microsoft.Azure.Cosmos.PartitionKey, System.String)" + }, + "Void .ctor(System.String, Microsoft.Azure.Cosmos.PermissionMode, Microsoft.Azure.Cosmos.Container, System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey])": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.String, Microsoft.Azure.Cosmos.PermissionMode, Microsoft.Azure.Cosmos.Container, System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey])" + }, + "Void set_ResourcePartitionKey(System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey])": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_ResourcePartitionKey(System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey])" + } + }, + "NestedTypes": {} + }, + "PermissionResponse": { + "Subclasses": {}, + "Members": { + "Double get_RequestCharge()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Double get_RequestCharge()" + }, + "Double RequestCharge": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" + }, + "Microsoft.Azure.Cosmos.Headers get_Headers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" + }, + "Microsoft.Azure.Cosmos.Headers Headers": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Permission get_Permission()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Permission get_Permission()" + }, + "Microsoft.Azure.Cosmos.Permission op_Implicit(Microsoft.Azure.Cosmos.PermissionResponse)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Permission op_Implicit(Microsoft.Azure.Cosmos.PermissionResponse)" + }, + "Microsoft.Azure.Cosmos.Permission Permission": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.PermissionProperties get_Resource()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.PermissionProperties get_Resource()" + }, + "Microsoft.Azure.Cosmos.PermissionProperties Resource": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" + }, + "System.Net.HttpStatusCode StatusCode": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ActivityId": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ETag": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String get_ActivityId()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ActivityId()" + }, + "System.String get_ETag()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ETag()" + } + }, + "NestedTypes": {} + }, + "QueryDefinition": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.QueryDefinition WithParameter(System.String, System.Object)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.QueryDefinition WithParameter(System.String, System.Object)" + }, + "System.String get_QueryText()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_QueryText()" + }, + "System.String QueryText": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Void .ctor(System.String)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.String)" + } + }, + "NestedTypes": {} + }, + "QueryRequestOptions": { + "Subclasses": {}, + "Members": { + "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] ConsistencyLevel": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()" + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey] get_PartitionKey()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey] get_PartitionKey()" + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey] PartitionKey": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[System.Boolean] EnableLowPrecisionOrderBy": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[System.Boolean] EnableScanInQuery": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[System.Boolean] get_EnableLowPrecisionOrderBy()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[System.Boolean] get_EnableLowPrecisionOrderBy()" + }, + "System.Nullable`1[System.Boolean] get_EnableScanInQuery()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[System.Boolean] get_EnableScanInQuery()" + }, + "System.Nullable`1[System.Int32] get_MaxBufferedItemCount()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[System.Int32] get_MaxBufferedItemCount()" + }, + "System.Nullable`1[System.Int32] get_MaxConcurrency()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[System.Int32] get_MaxConcurrency()" + }, + "System.Nullable`1[System.Int32] get_MaxItemCount()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[System.Int32] get_MaxItemCount()" + }, + "System.Nullable`1[System.Int32] get_ResponseContinuationTokenLimitInKb()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[System.Int32] get_ResponseContinuationTokenLimitInKb()" + }, + "System.Nullable`1[System.Int32] MaxBufferedItemCount": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[System.Int32] MaxConcurrency": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[System.Int32] MaxItemCount": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[System.Int32] ResponseContinuationTokenLimitInKb": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String get_SessionToken()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_SessionToken()" + }, + "System.String SessionToken": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])" + }, + "Void set_EnableLowPrecisionOrderBy(System.Nullable`1[System.Boolean])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_EnableLowPrecisionOrderBy(System.Nullable`1[System.Boolean])" + }, + "Void set_EnableScanInQuery(System.Nullable`1[System.Boolean])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_EnableScanInQuery(System.Nullable`1[System.Boolean])" + }, + "Void set_MaxBufferedItemCount(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_MaxBufferedItemCount(System.Nullable`1[System.Int32])" + }, + "Void set_MaxConcurrency(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_MaxConcurrency(System.Nullable`1[System.Int32])" + }, + "Void set_MaxItemCount(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_MaxItemCount(System.Nullable`1[System.Int32])" + }, + "Void set_PartitionKey(System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_PartitionKey(System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey])" + }, + "Void set_ResponseContinuationTokenLimitInKb(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_ResponseContinuationTokenLimitInKb(System.Nullable`1[System.Int32])" + }, + "Void set_SessionToken(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_SessionToken(System.String)" + } + }, + "NestedTypes": {} + }, + "Regions": { + "Subclasses": {}, + "Members": { + "System.String AustraliaCentral": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String AustraliaCentral2": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String AustraliaEast": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String AustraliaSoutheast": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String BrazilSouth": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String CanadaCentral": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String CanadaEast": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String CentralIndia": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String CentralUS": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String CentralUSEUAP": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String ChinaEast": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String ChinaEast2": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String ChinaNorth": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String ChinaNorth2": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String EastAsia": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String EastUS": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String EastUS2": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String EastUS2EUAP": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String FranceCentral": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String FranceSouth": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String GermanyCentral": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String GermanyNorth": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String GermanyNortheast": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String GermanyWestCentral": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String JapanEast": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String JapanWest": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String KoreaCentral": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String KoreaSouth": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String NorthCentralUS": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String NorthEurope": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String NorwayEast": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String NorwayWest": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String SouthAfricaNorth": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String SouthAfricaWest": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String SouthCentralUS": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String SoutheastAsia": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String SouthIndia": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String SwitzerlandNorth": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String SwitzerlandWest": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String UAECentral": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String UAENorth": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String UKSouth": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String UKWest": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String USDoDCentral": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String USDoDEast": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String USGovArizona": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String USGovTexas": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String USGovVirginia": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String USNatEast": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String USNatWest": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String USSecEast": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String USSecWest": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String WestCentralUS": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String WestEurope": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String WestIndia": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String WestUS": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "System.String WestUS2": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "RequestHandler": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.RequestHandler get_InnerHandler()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.RequestHandler get_InnerHandler()" + }, + "Microsoft.Azure.Cosmos.RequestHandler InnerHandler": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] SendAsync(Microsoft.Azure.Cosmos.RequestMessage, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] SendAsync(Microsoft.Azure.Cosmos.RequestMessage, System.Threading.CancellationToken)" + }, + "Void set_InnerHandler(Microsoft.Azure.Cosmos.RequestHandler)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_InnerHandler(Microsoft.Azure.Cosmos.RequestHandler)" + } + }, + "NestedTypes": {} + }, + "RequestMessage": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.Headers get_Headers()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" + }, + "Microsoft.Azure.Cosmos.Headers Headers": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Collections.Generic.Dictionary`2[System.String,System.Object] get_Properties()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Collections.Generic.Dictionary`2[System.String,System.Object] get_Properties()" + }, + "System.Collections.Generic.Dictionary`2[System.String,System.Object] Properties": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.IO.Stream Content": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.IO.Stream get_Content()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.IO.Stream get_Content()" + }, + "System.Net.Http.HttpMethod get_Method()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Net.Http.HttpMethod get_Method()" + }, + "System.Net.Http.HttpMethod Method": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Uri get_RequestUri()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Uri get_RequestUri()" + }, + "System.Uri RequestUri": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void .ctor(System.Net.Http.HttpMethod, System.Uri)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.Net.Http.HttpMethod, System.Uri)" + }, + "Void Dispose()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void Dispose()" + }, + "Void set_Content(System.IO.Stream)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_Content(System.IO.Stream)" + } + }, + "NestedTypes": {} + }, + "RequestOptions": { + "Subclasses": { + "ContainerRequestOptions": { + "Subclasses": {}, + "Members": { + "Boolean get_PopulateQuotaInfo()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Boolean get_PopulateQuotaInfo()" + }, + "Boolean PopulateQuotaInfo": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void set_PopulateQuotaInfo(Boolean)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_PopulateQuotaInfo(Boolean)" + } + }, + "NestedTypes": {} + }, + "ItemRequestOptions": { + "Subclasses": {}, + "Members": { + "System.Collections.Generic.IEnumerable`1[System.String] get_PostTriggers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Collections.Generic.IEnumerable`1[System.String] get_PostTriggers()" + }, + "System.Collections.Generic.IEnumerable`1[System.String] get_PreTriggers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Collections.Generic.IEnumerable`1[System.String] get_PreTriggers()" + }, + "System.Collections.Generic.IEnumerable`1[System.String] PostTriggers": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Collections.Generic.IEnumerable`1[System.String] PreTriggers": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] ConsistencyLevel": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()" + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective] get_IndexingDirective()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective] get_IndexingDirective()" + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective] IndexingDirective": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String get_SessionToken()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_SessionToken()" + }, + "System.String SessionToken": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])" + }, + "Void set_IndexingDirective(System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_IndexingDirective(System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective])" + }, + "Void set_PostTriggers(System.Collections.Generic.IEnumerable`1[System.String])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_PostTriggers(System.Collections.Generic.IEnumerable`1[System.String])" + }, + "Void set_PreTriggers(System.Collections.Generic.IEnumerable`1[System.String])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_PreTriggers(System.Collections.Generic.IEnumerable`1[System.String])" + }, + "Void set_SessionToken(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_SessionToken(System.String)" + } + }, + "NestedTypes": {} + }, + "QueryRequestOptions": { + "Subclasses": {}, + "Members": { + "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] ConsistencyLevel": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()" + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey] get_PartitionKey()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey] get_PartitionKey()" + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey] PartitionKey": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[System.Boolean] EnableLowPrecisionOrderBy": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[System.Boolean] EnableScanInQuery": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[System.Boolean] get_EnableLowPrecisionOrderBy()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[System.Boolean] get_EnableLowPrecisionOrderBy()" + }, + "System.Nullable`1[System.Boolean] get_EnableScanInQuery()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[System.Boolean] get_EnableScanInQuery()" + }, + "System.Nullable`1[System.Int32] get_MaxBufferedItemCount()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[System.Int32] get_MaxBufferedItemCount()" + }, + "System.Nullable`1[System.Int32] get_MaxConcurrency()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[System.Int32] get_MaxConcurrency()" + }, + "System.Nullable`1[System.Int32] get_MaxItemCount()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[System.Int32] get_MaxItemCount()" + }, + "System.Nullable`1[System.Int32] get_ResponseContinuationTokenLimitInKb()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[System.Int32] get_ResponseContinuationTokenLimitInKb()" + }, + "System.Nullable`1[System.Int32] MaxBufferedItemCount": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[System.Int32] MaxConcurrency": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[System.Int32] MaxItemCount": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[System.Int32] ResponseContinuationTokenLimitInKb": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String get_SessionToken()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_SessionToken()" + }, + "System.String SessionToken": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])" + }, + "Void set_EnableLowPrecisionOrderBy(System.Nullable`1[System.Boolean])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_EnableLowPrecisionOrderBy(System.Nullable`1[System.Boolean])" + }, + "Void set_EnableScanInQuery(System.Nullable`1[System.Boolean])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_EnableScanInQuery(System.Nullable`1[System.Boolean])" + }, + "Void set_MaxBufferedItemCount(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_MaxBufferedItemCount(System.Nullable`1[System.Int32])" + }, + "Void set_MaxConcurrency(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_MaxConcurrency(System.Nullable`1[System.Int32])" + }, + "Void set_MaxItemCount(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_MaxItemCount(System.Nullable`1[System.Int32])" + }, + "Void set_PartitionKey(System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_PartitionKey(System.Nullable`1[Microsoft.Azure.Cosmos.PartitionKey])" + }, + "Void set_ResponseContinuationTokenLimitInKb(System.Nullable`1[System.Int32])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_ResponseContinuationTokenLimitInKb(System.Nullable`1[System.Int32])" + }, + "Void set_SessionToken(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_SessionToken(System.String)" + } + }, + "NestedTypes": {} + }, + "StoredProcedureRequestOptions": { + "Subclasses": {}, + "Members": { + "Boolean EnableScriptLogging": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Boolean get_EnableScriptLogging()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Boolean get_EnableScriptLogging()" + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] ConsistencyLevel": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()" + }, + "System.String get_SessionToken()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_SessionToken()" + }, + "System.String SessionToken": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])" + }, + "Void set_EnableScriptLogging(Boolean)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_EnableScriptLogging(Boolean)" + }, + "Void set_SessionToken(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_SessionToken(System.String)" + } + }, + "NestedTypes": {} + }, + "TransactionalBatchItemRequestOptions": { + "Subclasses": {}, + "Members": { + "System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective] get_IndexingDirective()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective] get_IndexingDirective()" + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective] IndexingDirective": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void set_IndexingDirective(System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_IndexingDirective(System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective])" + } + }, + "NestedTypes": {} + } + }, + "Members": { + "System.String get_IfMatchEtag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_IfMatchEtag()" + }, + "System.String get_IfNoneMatchEtag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_IfNoneMatchEtag()" + }, + "System.String IfMatchEtag": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String IfNoneMatchEtag": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void set_IfMatchEtag(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_IfMatchEtag(System.String)" + }, + "Void set_IfNoneMatchEtag(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_IfNoneMatchEtag(System.String)" + } + }, + "NestedTypes": {} + }, + "Response`1": { + "Subclasses": {}, + "Members": { + "Double get_RequestCharge()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Double get_RequestCharge()" + }, + "Double RequestCharge": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" + }, + "Microsoft.Azure.Cosmos.Headers get_Headers()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" + }, + "Microsoft.Azure.Cosmos.Headers Headers": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Net.HttpStatusCode get_StatusCode()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" + }, + "System.Net.HttpStatusCode StatusCode": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ActivityId": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ETag": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String get_ActivityId()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ActivityId()" + }, + "System.String get_ETag()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ETag()" + }, + "T get_Resource()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "T get_Resource()" + }, + "T op_Implicit(Microsoft.Azure.Cosmos.Response`1[T])": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "T op_Implicit(Microsoft.Azure.Cosmos.Response`1[T])" + }, + "T Resource": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "ResponseMessage": { + "Subclasses": {}, + "Members": { + "Boolean get_IsSuccessStatusCode()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean get_IsSuccessStatusCode()" + }, + "Boolean IsSuccessStatusCode": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" + }, + "Microsoft.Azure.Cosmos.Headers get_Headers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" + }, + "Microsoft.Azure.Cosmos.Headers Headers": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.RequestMessage get_RequestMessage()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.RequestMessage get_RequestMessage()" + }, + "Microsoft.Azure.Cosmos.RequestMessage RequestMessage": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.ResponseMessage EnsureSuccessStatusCode()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.ResponseMessage EnsureSuccessStatusCode()" + }, + "System.IO.Stream Content": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.IO.Stream get_Content()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.IO.Stream get_Content()" + }, + "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" + }, + "System.Net.HttpStatusCode StatusCode": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ContinuationToken": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ErrorMessage": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String get_ContinuationToken()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ContinuationToken()" + }, + "System.String get_ErrorMessage()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_ErrorMessage()" + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void .ctor(System.Net.HttpStatusCode, Microsoft.Azure.Cosmos.RequestMessage, System.String)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.Net.HttpStatusCode, Microsoft.Azure.Cosmos.RequestMessage, System.String)" + }, + "Void Dispose()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void Dispose()" + }, + "Void set_Content(System.IO.Stream)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_Content(System.IO.Stream)" + } + }, + "NestedTypes": {} + }, + "Scripts": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.FeedIterator GetStoredProcedureQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetStoredProcedureQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator GetStoredProcedureQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetStoredProcedureQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator GetTriggerQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetTriggerQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator GetTriggerQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetTriggerQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator GetUserDefinedFunctionQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetUserDefinedFunctionQueryStreamIterator(Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator GetUserDefinedFunctionQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator GetUserDefinedFunctionQueryStreamIterator(System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetStoredProcedureQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetStoredProcedureQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetStoredProcedureQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetStoredProcedureQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetTriggerQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetTriggerQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetTriggerQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetTriggerQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetUserDefinedFunctionQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetUserDefinedFunctionQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetUserDefinedFunctionQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetUserDefinedFunctionQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ExecuteStoredProcedureStreamAsync(System.String, Microsoft.Azure.Cosmos.PartitionKey, System.Object[], Microsoft.Azure.Cosmos.Scripts.StoredProcedureRequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.ResponseMessage] ExecuteStoredProcedureStreamAsync(System.String, Microsoft.Azure.Cosmos.PartitionKey, System.Object[], Microsoft.Azure.Cosmos.Scripts.StoredProcedureRequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.StoredProcedureExecuteResponse`1[TOutput]] ExecuteStoredProcedureAsync[TOutput](System.String, Microsoft.Azure.Cosmos.PartitionKey, System.Object[], Microsoft.Azure.Cosmos.Scripts.StoredProcedureRequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.StoredProcedureExecuteResponse`1[TOutput]] ExecuteStoredProcedureAsync[TOutput](System.String, Microsoft.Azure.Cosmos.PartitionKey, System.Object[], Microsoft.Azure.Cosmos.Scripts.StoredProcedureRequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.StoredProcedureResponse] CreateStoredProcedureAsync(Microsoft.Azure.Cosmos.Scripts.StoredProcedureProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.StoredProcedureResponse] CreateStoredProcedureAsync(Microsoft.Azure.Cosmos.Scripts.StoredProcedureProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.StoredProcedureResponse] DeleteStoredProcedureAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.StoredProcedureResponse] DeleteStoredProcedureAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.StoredProcedureResponse] ReadStoredProcedureAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.StoredProcedureResponse] ReadStoredProcedureAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.StoredProcedureResponse] ReplaceStoredProcedureAsync(Microsoft.Azure.Cosmos.Scripts.StoredProcedureProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.StoredProcedureResponse] ReplaceStoredProcedureAsync(Microsoft.Azure.Cosmos.Scripts.StoredProcedureProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.TriggerResponse] CreateTriggerAsync(Microsoft.Azure.Cosmos.Scripts.TriggerProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.TriggerResponse] CreateTriggerAsync(Microsoft.Azure.Cosmos.Scripts.TriggerProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.TriggerResponse] DeleteTriggerAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.TriggerResponse] DeleteTriggerAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.TriggerResponse] ReadTriggerAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.TriggerResponse] ReadTriggerAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.TriggerResponse] ReplaceTriggerAsync(Microsoft.Azure.Cosmos.Scripts.TriggerProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.TriggerResponse] ReplaceTriggerAsync(Microsoft.Azure.Cosmos.Scripts.TriggerProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionResponse] CreateUserDefinedFunctionAsync(Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionResponse] CreateUserDefinedFunctionAsync(Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionResponse] DeleteUserDefinedFunctionAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionResponse] DeleteUserDefinedFunctionAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionResponse] ReadUserDefinedFunctionAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionResponse] ReadUserDefinedFunctionAsync(System.String, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionResponse] ReplaceUserDefinedFunctionAsync(Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionResponse] ReplaceUserDefinedFunctionAsync(Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + } + }, + "NestedTypes": {} + }, + "StoredProcedureExecuteResponse`1": { + "Subclasses": {}, + "Members": { + "Double get_RequestCharge()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Double get_RequestCharge()" + }, + "Double RequestCharge": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" + }, + "Microsoft.Azure.Cosmos.Headers get_Headers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" + }, + "Microsoft.Azure.Cosmos.Headers Headers": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" + }, + "System.Net.HttpStatusCode StatusCode": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ActivityId": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ETag": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String get_ActivityId()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ActivityId()" + }, + "System.String get_ETag()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ETag()" + }, + "System.String get_ScriptLog()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ScriptLog()" + }, + "System.String get_SessionToken()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_SessionToken()" + }, + "System.String ScriptLog": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String SessionToken": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "T get_Resource()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "T get_Resource()" + }, + "T Resource": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "StoredProcedureProperties": { + "Subclasses": {}, + "Members": { + "System.Nullable`1[System.DateTime] get_LastModified()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[System.DateTime] get_LastModified()" + }, + "System.Nullable`1[System.DateTime] LastModified[Newtonsoft.Json.JsonConverterAttribute(typeof(Microsoft.Azure.Documents.UnixDateTimeConverter))]-[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"_ts\")]": { + "Type": "Property", + "Attributes": [ + "JsonConverterAttribute", + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String Body[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"body\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String ETag[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"_etag\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String get_Body()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_Body()" + }, + "System.String get_ETag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_ETag()" + }, + "System.String get_Id()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_Id()" + }, + "System.String Id[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"id\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void .ctor(System.String, System.String)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.String, System.String)" + }, + "Void set_Body(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_Body(System.String)" + }, + "Void set_Id(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_Id(System.String)" + } + }, + "NestedTypes": {} + }, + "StoredProcedureRequestOptions": { + "Subclasses": {}, + "Members": { + "Boolean EnableScriptLogging": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Boolean get_EnableScriptLogging()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Boolean get_EnableScriptLogging()" + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] ConsistencyLevel": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel] get_ConsistencyLevel()" + }, + "System.String get_SessionToken()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_SessionToken()" + }, + "System.String SessionToken": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_ConsistencyLevel(System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel])" + }, + "Void set_EnableScriptLogging(Boolean)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_EnableScriptLogging(Boolean)" + }, + "Void set_SessionToken(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_SessionToken(System.String)" + } + }, + "NestedTypes": {} + }, + "StoredProcedureResponse": { + "Subclasses": {}, + "Members": { + "Double get_RequestCharge()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Double get_RequestCharge()" + }, + "Double RequestCharge": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" + }, + "Microsoft.Azure.Cosmos.Headers get_Headers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" + }, + "Microsoft.Azure.Cosmos.Headers Headers": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Scripts.StoredProcedureProperties get_Resource()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Scripts.StoredProcedureProperties get_Resource()" + }, + "Microsoft.Azure.Cosmos.Scripts.StoredProcedureProperties op_Implicit(Microsoft.Azure.Cosmos.Scripts.StoredProcedureResponse)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Scripts.StoredProcedureProperties op_Implicit(Microsoft.Azure.Cosmos.Scripts.StoredProcedureResponse)" + }, + "Microsoft.Azure.Cosmos.Scripts.StoredProcedureProperties Resource": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" + }, + "System.Net.HttpStatusCode StatusCode": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ActivityId": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ETag": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String get_ActivityId()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ActivityId()" + }, + "System.String get_ETag()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ETag()" + }, + "System.String get_SessionToken()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_SessionToken()" + }, + "System.String SessionToken": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "TriggerOperation": { + "Subclasses": {}, + "Members": { + "Int16 value__": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Scripts.TriggerOperation All": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Scripts.TriggerOperation Create": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Scripts.TriggerOperation Delete": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Scripts.TriggerOperation Replace": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Scripts.TriggerOperation Update": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "TriggerProperties": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.Scripts.TriggerOperation get_TriggerOperation()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Scripts.TriggerOperation get_TriggerOperation()" + }, + "Microsoft.Azure.Cosmos.Scripts.TriggerOperation TriggerOperation[Newtonsoft.Json.JsonConverterAttribute(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]-[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"triggerOperation\")]": { + "Type": "Property", + "Attributes": [ + "JsonConverterAttribute", + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Scripts.TriggerType get_TriggerType()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Scripts.TriggerType get_TriggerType()" + }, + "Microsoft.Azure.Cosmos.Scripts.TriggerType TriggerType[Newtonsoft.Json.JsonConverterAttribute(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]-[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"triggerType\")]": { + "Type": "Property", + "Attributes": [ + "JsonConverterAttribute", + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String Body[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"body\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String ETag[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"_etag\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String get_Body()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_Body()" + }, + "System.String get_ETag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_ETag()" + }, + "System.String get_Id()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_Id()" + }, + "System.String Id[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"id\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void set_Body(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_Body(System.String)" + }, + "Void set_Id(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_Id(System.String)" + }, + "Void set_TriggerOperation(Microsoft.Azure.Cosmos.Scripts.TriggerOperation)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_TriggerOperation(Microsoft.Azure.Cosmos.Scripts.TriggerOperation)" + }, + "Void set_TriggerType(Microsoft.Azure.Cosmos.Scripts.TriggerType)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_TriggerType(Microsoft.Azure.Cosmos.Scripts.TriggerType)" + } + }, + "NestedTypes": {} + }, + "TriggerResponse": { + "Subclasses": {}, + "Members": { + "Double get_RequestCharge()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Double get_RequestCharge()" + }, + "Double RequestCharge": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" + }, + "Microsoft.Azure.Cosmos.Headers get_Headers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" + }, + "Microsoft.Azure.Cosmos.Headers Headers": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Scripts.TriggerProperties get_Resource()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Scripts.TriggerProperties get_Resource()" + }, + "Microsoft.Azure.Cosmos.Scripts.TriggerProperties op_Implicit(Microsoft.Azure.Cosmos.Scripts.TriggerResponse)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Scripts.TriggerProperties op_Implicit(Microsoft.Azure.Cosmos.Scripts.TriggerResponse)" + }, + "Microsoft.Azure.Cosmos.Scripts.TriggerProperties Resource": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" + }, + "System.Net.HttpStatusCode StatusCode": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ActivityId": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ETag": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String get_ActivityId()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ActivityId()" + }, + "System.String get_ETag()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ETag()" + } + }, + "NestedTypes": {} + }, + "TriggerType": { + "Subclasses": {}, + "Members": { + "Byte value__": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Scripts.TriggerType Post": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Scripts.TriggerType Pre": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "UserDefinedFunctionProperties": { + "Subclasses": {}, + "Members": { + "System.String Body[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"body\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String ETag[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"_etag\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String get_Body()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_Body()" + }, + "System.String get_ETag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_ETag()" + }, + "System.String get_Id()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_Id()" + }, + "System.String Id[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"id\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void set_Body(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_Body(System.String)" + }, + "Void set_Id(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_Id(System.String)" + } + }, + "NestedTypes": {} + }, + "UserDefinedFunctionResponse": { + "Subclasses": {}, + "Members": { + "Double get_RequestCharge()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Double get_RequestCharge()" + }, + "Double RequestCharge": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" + }, + "Microsoft.Azure.Cosmos.Headers get_Headers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" + }, + "Microsoft.Azure.Cosmos.Headers Headers": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionProperties get_Resource()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionProperties get_Resource()" + }, + "Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionProperties op_Implicit(Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionResponse)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionProperties op_Implicit(Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionResponse)" + }, + "Microsoft.Azure.Cosmos.Scripts.UserDefinedFunctionProperties Resource": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" + }, + "System.Net.HttpStatusCode StatusCode": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ActivityId": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ETag": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String get_ActivityId()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ActivityId()" + }, + "System.String get_ETag()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ETag()" + } + }, + "NestedTypes": {} + }, + "BoundingBox": { + "Subclasses": {}, + "Members": { + "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.BoundingBox)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.BoundingBox)" + }, + "Boolean Equals(System.Object)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(System.Object)" + }, + "Int32 GetHashCode()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Int32 GetHashCode()" + }, + "Microsoft.Azure.Cosmos.Spatial.Position get_Max()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.Position get_Max()" + }, + "Microsoft.Azure.Cosmos.Spatial.Position get_Min()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.Position get_Min()" + }, + "Microsoft.Azure.Cosmos.Spatial.Position Max[System.Runtime.Serialization.DataMemberAttribute(Name = \"max\")]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute" + ], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.Position Min[System.Runtime.Serialization.DataMemberAttribute(Name = \"min\")]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute" + ], + "MethodInfo": null + }, + "Void .ctor(Microsoft.Azure.Cosmos.Spatial.Position, Microsoft.Azure.Cosmos.Spatial.Position)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(Microsoft.Azure.Cosmos.Spatial.Position, Microsoft.Azure.Cosmos.Spatial.Position)" + } + }, + "NestedTypes": {} + }, + "Crs": { + "Subclasses": { + "LinkedCrs": { + "Subclasses": {}, + "Members": { + "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.LinkedCrs)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.LinkedCrs)" + }, + "Boolean Equals(System.Object)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(System.Object)" + }, + "Int32 GetHashCode()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Int32 GetHashCode()" + }, + "System.String get_Href()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_Href()" + }, + "System.String get_HrefType()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_HrefType()" + }, + "System.String Href[System.Runtime.Serialization.DataMemberAttribute(Name = \"href\")]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute" + ], + "MethodInfo": null + }, + "System.String HrefType[System.Runtime.Serialization.DataMemberAttribute(Name = \"hrefType\")]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute" + ], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "NamedCrs": { + "Subclasses": {}, + "Members": { + "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.NamedCrs)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.NamedCrs)" + }, + "Boolean Equals(System.Object)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(System.Object)" + }, + "Int32 GetHashCode()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Int32 GetHashCode()" + }, + "System.String get_Name()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_Name()" + }, + "System.String Name[System.Runtime.Serialization.DataMemberAttribute(Name = \"name\")]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute" + ], + "MethodInfo": null + } + }, + "NestedTypes": {} + } + }, + "Members": { + "Microsoft.Azure.Cosmos.Spatial.Crs Default": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.Crs get_Default()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.Crs get_Default()" + }, + "Microsoft.Azure.Cosmos.Spatial.Crs get_Unspecified()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.Crs get_Unspecified()" + }, + "Microsoft.Azure.Cosmos.Spatial.Crs Unspecified": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.CrsType get_Type()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.CrsType get_Type()" + }, + "Microsoft.Azure.Cosmos.Spatial.CrsType Type[System.Runtime.Serialization.DataMemberAttribute(Name = \"type\")]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute" + ], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.LinkedCrs Linked(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.LinkedCrs Linked(System.String)" + }, + "Microsoft.Azure.Cosmos.Spatial.LinkedCrs Linked(System.String, System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.LinkedCrs Linked(System.String, System.String)" + }, + "Microsoft.Azure.Cosmos.Spatial.NamedCrs Named(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.NamedCrs Named(System.String)" + } + }, + "NestedTypes": {} + }, + "CrsType": { + "Subclasses": {}, + "Members": { + "Int32 value__": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.CrsType Linked": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.CrsType Named": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.CrsType Unspecified": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "Geometry": { + "Subclasses": { + "LineString": { + "Subclasses": {}, + "Members": { + "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.LineString)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.LineString)" + }, + "Boolean Equals(System.Object)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(System.Object)" + }, + "Int32 GetHashCode()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Int32 GetHashCode()" + }, + "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.Position] get_Positions()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.Position] get_Positions()" + }, + "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.Position] Positions[System.Runtime.Serialization.DataMemberAttribute(Name = \"coordinates\")]-[Newtonsoft.Json.JsonPropertyAttribute(\"coordinates\", Order = 1, Required = 2)]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute", + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position])": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position])" + }, + "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position], Microsoft.Azure.Cosmos.Spatial.GeometryParams)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position], Microsoft.Azure.Cosmos.Spatial.GeometryParams)" + } + }, + "NestedTypes": {} + }, + "Point": { + "Subclasses": {}, + "Members": { + "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.Point)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.Point)" + }, + "Boolean Equals(System.Object)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(System.Object)" + }, + "Int32 GetHashCode()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Int32 GetHashCode()" + }, + "Microsoft.Azure.Cosmos.Spatial.Position get_Position()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.Position get_Position()" + }, + "Microsoft.Azure.Cosmos.Spatial.Position Position[System.Runtime.Serialization.DataMemberAttribute(Name = \"coordinates\")]-[Newtonsoft.Json.JsonPropertyAttribute(\"coordinates\", Order = 1, Required = 2)]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute", + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Void .ctor(Double, Double)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(Double, Double)" + }, + "Void .ctor(Microsoft.Azure.Cosmos.Spatial.Position)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(Microsoft.Azure.Cosmos.Spatial.Position)" + }, + "Void .ctor(Microsoft.Azure.Cosmos.Spatial.Position, Microsoft.Azure.Cosmos.Spatial.GeometryParams)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(Microsoft.Azure.Cosmos.Spatial.Position, Microsoft.Azure.Cosmos.Spatial.GeometryParams)" + } + }, + "NestedTypes": {} + }, + "Polygon": { + "Subclasses": {}, + "Members": { + "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.Polygon)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.Polygon)" + }, + "Boolean Equals(System.Object)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(System.Object)" + }, + "Int32 GetHashCode()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Int32 GetHashCode()" + }, + "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.LinearRing] get_Rings()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.LinearRing] get_Rings()" + }, + "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.LinearRing] Rings[System.Runtime.Serialization.DataMemberAttribute(Name = \"coordinates\")]-[Newtonsoft.Json.JsonPropertyAttribute(\"coordinates\", Order = 1, Required = 2)]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute", + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.LinearRing])": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.LinearRing])" + }, + "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.LinearRing], Microsoft.Azure.Cosmos.Spatial.GeometryParams)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.LinearRing], Microsoft.Azure.Cosmos.Spatial.GeometryParams)" + }, + "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position])": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position])" + } + }, + "NestedTypes": {} + } + }, + "Members": { + "Boolean Equals(System.Object)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(System.Object)" + }, + "Boolean Intersects(Microsoft.Azure.Cosmos.Spatial.Geometry)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Intersects(Microsoft.Azure.Cosmos.Spatial.Geometry)" + }, + "Boolean IsValid()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean IsValid()" + }, + "Boolean Within(Microsoft.Azure.Cosmos.Spatial.Geometry)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Within(Microsoft.Azure.Cosmos.Spatial.Geometry)" + }, + "Double Distance(Microsoft.Azure.Cosmos.Spatial.Geometry)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Double Distance(Microsoft.Azure.Cosmos.Spatial.Geometry)" + }, + "Int32 GetHashCode()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Int32 GetHashCode()" + }, + "Microsoft.Azure.Cosmos.Spatial.BoundingBox BoundingBox[System.Runtime.Serialization.DataMemberAttribute(Name = \"bbox\")]-[Newtonsoft.Json.JsonPropertyAttribute(\"bbox\", DefaultValueHandling = 1, Order = 3)]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute", + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.BoundingBox get_BoundingBox()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.BoundingBox get_BoundingBox()" + }, + "Microsoft.Azure.Cosmos.Spatial.Crs Crs": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.Crs get_Crs()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.Crs get_Crs()" + }, + "Microsoft.Azure.Cosmos.Spatial.GeometryType get_Type()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.GeometryType get_Type()" + }, + "Microsoft.Azure.Cosmos.Spatial.GeometryType Type[System.Runtime.Serialization.DataMemberAttribute(Name = \"type\")]-[Newtonsoft.Json.JsonPropertyAttribute(\"type\", Order = 0, Required = 2)]-[Newtonsoft.Json.JsonConverterAttribute(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute", + "JsonConverterAttribute", + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.GeometryValidationResult IsValidDetailed()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.GeometryValidationResult IsValidDetailed()" + }, + "System.Collections.Generic.IDictionary`2[System.String,System.Object] AdditionalProperties[Newtonsoft.Json.JsonExtensionDataAttribute()]-[System.Runtime.Serialization.DataMemberAttribute(Name = \"properties\")]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute", + "JsonExtensionDataAttribute" + ], + "MethodInfo": null + }, + "System.Collections.Generic.IDictionary`2[System.String,System.Object] get_AdditionalProperties()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Collections.Generic.IDictionary`2[System.String,System.Object] get_AdditionalProperties()" + } + }, + "NestedTypes": {} + }, + "GeometryParams": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.Spatial.BoundingBox BoundingBox[System.Runtime.Serialization.DataMemberAttribute(Name = \"bbox\")]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute" + ], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.BoundingBox get_BoundingBox()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.BoundingBox get_BoundingBox()" + }, + "Microsoft.Azure.Cosmos.Spatial.Crs Crs[System.Runtime.Serialization.DataMemberAttribute(Name = \"crs\")]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute" + ], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.Crs get_Crs()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.Crs get_Crs()" + }, + "System.Collections.Generic.IDictionary`2[System.String,System.Object] AdditionalProperties[System.Runtime.Serialization.DataMemberAttribute(Name = \"properties\")]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute" + ], + "MethodInfo": null + }, + "System.Collections.Generic.IDictionary`2[System.String,System.Object] get_AdditionalProperties()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Collections.Generic.IDictionary`2[System.String,System.Object] get_AdditionalProperties()" + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void set_AdditionalProperties(System.Collections.Generic.IDictionary`2[System.String,System.Object])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_AdditionalProperties(System.Collections.Generic.IDictionary`2[System.String,System.Object])" + }, + "Void set_BoundingBox(Microsoft.Azure.Cosmos.Spatial.BoundingBox)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_BoundingBox(Microsoft.Azure.Cosmos.Spatial.BoundingBox)" + }, + "Void set_Crs(Microsoft.Azure.Cosmos.Spatial.Crs)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_Crs(Microsoft.Azure.Cosmos.Spatial.Crs)" + } + }, + "NestedTypes": {} + }, + "GeometryShape": { + "Subclasses": {}, + "Members": { + "Int32 value__": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.GeometryShape GeometryCollection": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.GeometryShape LineString": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.GeometryShape MultiLineString": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.GeometryShape MultiPoint": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.GeometryShape MultiPolygon": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.GeometryShape Point": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.GeometryShape Polygon": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "GeometryType": { + "Subclasses": {}, + "Members": { + "Int32 value__": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.GeometryType GeometryCollection": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.GeometryType LineString": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.GeometryType MultiLineString": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.GeometryType MultiPoint": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.GeometryType MultiPolygon": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.GeometryType Point": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.Spatial.GeometryType Polygon": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "GeometryValidationResult": { + "Subclasses": {}, + "Members": { + "Boolean get_IsValid()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Boolean get_IsValid()" + }, + "Boolean IsValid[System.Runtime.Serialization.DataMemberAttribute(Name = \"valid\")]-[Newtonsoft.Json.JsonPropertyAttribute(\"valid\", Order = 0, Required = 2)]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute", + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String get_Reason()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_Reason()" + }, + "System.String Reason[System.Runtime.Serialization.DataMemberAttribute(Name = \"reason\")]-[Newtonsoft.Json.JsonPropertyAttribute(\"reason\", Order = 1)]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute", + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + } + }, + "NestedTypes": {} + }, + "LinearRing": { + "Subclasses": {}, + "Members": { + "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.LinearRing)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.LinearRing)" + }, + "Boolean Equals(System.Object)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(System.Object)" + }, + "Int32 GetHashCode()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Int32 GetHashCode()" + }, + "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.Position] get_Positions()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.Position] get_Positions()" + }, + "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.Position] Positions[System.Runtime.Serialization.DataMemberAttribute(Name = \"coordinates\")]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute" + ], + "MethodInfo": null + }, + "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position])": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position])" + } + }, + "NestedTypes": {} + }, + "LineString": { + "Subclasses": {}, + "Members": { + "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.LineString)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.LineString)" + }, + "Boolean Equals(System.Object)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(System.Object)" + }, + "Int32 GetHashCode()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Int32 GetHashCode()" + }, + "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.Position] get_Positions()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.Position] get_Positions()" + }, + "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.Position] Positions[System.Runtime.Serialization.DataMemberAttribute(Name = \"coordinates\")]-[Newtonsoft.Json.JsonPropertyAttribute(\"coordinates\", Order = 1, Required = 2)]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute", + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position])": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position])" + }, + "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position], Microsoft.Azure.Cosmos.Spatial.GeometryParams)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position], Microsoft.Azure.Cosmos.Spatial.GeometryParams)" + } + }, + "NestedTypes": {} + }, + "LinkedCrs": { + "Subclasses": {}, + "Members": { + "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.LinkedCrs)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.LinkedCrs)" + }, + "Boolean Equals(System.Object)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(System.Object)" + }, + "Int32 GetHashCode()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Int32 GetHashCode()" + }, + "System.String get_Href()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_Href()" + }, + "System.String get_HrefType()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_HrefType()" + }, + "System.String Href[System.Runtime.Serialization.DataMemberAttribute(Name = \"href\")]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute" + ], + "MethodInfo": null + }, + "System.String HrefType[System.Runtime.Serialization.DataMemberAttribute(Name = \"hrefType\")]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute" + ], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "NamedCrs": { + "Subclasses": {}, + "Members": { + "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.NamedCrs)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.NamedCrs)" + }, + "Boolean Equals(System.Object)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(System.Object)" + }, + "Int32 GetHashCode()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Int32 GetHashCode()" + }, + "System.String get_Name()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_Name()" + }, + "System.String Name[System.Runtime.Serialization.DataMemberAttribute(Name = \"name\")]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute" + ], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "Point": { + "Subclasses": {}, + "Members": { + "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.Point)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.Point)" + }, + "Boolean Equals(System.Object)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(System.Object)" + }, + "Int32 GetHashCode()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Int32 GetHashCode()" + }, + "Microsoft.Azure.Cosmos.Spatial.Position get_Position()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Spatial.Position get_Position()" + }, + "Microsoft.Azure.Cosmos.Spatial.Position Position[System.Runtime.Serialization.DataMemberAttribute(Name = \"coordinates\")]-[Newtonsoft.Json.JsonPropertyAttribute(\"coordinates\", Order = 1, Required = 2)]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute", + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Void .ctor(Double, Double)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(Double, Double)" + }, + "Void .ctor(Microsoft.Azure.Cosmos.Spatial.Position)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(Microsoft.Azure.Cosmos.Spatial.Position)" + }, + "Void .ctor(Microsoft.Azure.Cosmos.Spatial.Position, Microsoft.Azure.Cosmos.Spatial.GeometryParams)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(Microsoft.Azure.Cosmos.Spatial.Position, Microsoft.Azure.Cosmos.Spatial.GeometryParams)" + } + }, + "NestedTypes": {} + }, + "Polygon": { + "Subclasses": {}, + "Members": { + "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.Polygon)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.Polygon)" + }, + "Boolean Equals(System.Object)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(System.Object)" + }, + "Int32 GetHashCode()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Int32 GetHashCode()" + }, + "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.LinearRing] get_Rings()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.LinearRing] get_Rings()" + }, + "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Cosmos.Spatial.LinearRing] Rings[System.Runtime.Serialization.DataMemberAttribute(Name = \"coordinates\")]-[Newtonsoft.Json.JsonPropertyAttribute(\"coordinates\", Order = 1, Required = 2)]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute", + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.LinearRing])": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.LinearRing])" + }, + "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.LinearRing], Microsoft.Azure.Cosmos.Spatial.GeometryParams)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.LinearRing], Microsoft.Azure.Cosmos.Spatial.GeometryParams)" + }, + "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position])": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Spatial.Position])" + } + }, + "NestedTypes": {} + }, + "Position": { + "Subclasses": {}, + "Members": { + "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.Position)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(Microsoft.Azure.Cosmos.Spatial.Position)" + }, + "Boolean Equals(System.Object)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(System.Object)" + }, + "Double get_Latitude()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Double get_Latitude()" + }, + "Double get_Longitude()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Double get_Longitude()" + }, + "Double Latitude": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Double Longitude": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Int32 GetHashCode()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Int32 GetHashCode()" + }, + "System.Collections.ObjectModel.ReadOnlyCollection`1[System.Double] Coordinates[System.Runtime.Serialization.DataMemberAttribute(Name = \"Coordinates\")]": { + "Type": "Property", + "Attributes": [ + "DataMemberAttribute" + ], + "MethodInfo": null + }, + "System.Collections.ObjectModel.ReadOnlyCollection`1[System.Double] get_Coordinates()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Collections.ObjectModel.ReadOnlyCollection`1[System.Double] get_Coordinates()" + }, + "System.Nullable`1[System.Double] Altitude": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[System.Double] get_Altitude()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Nullable`1[System.Double] get_Altitude()" + }, + "Void .ctor(Double, Double)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(Double, Double)" + }, + "Void .ctor(Double, Double, System.Nullable`1[System.Double])": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(Double, Double, System.Nullable`1[System.Double])" + }, + "Void .ctor(System.Collections.Generic.IList`1[System.Double])": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.Collections.Generic.IList`1[System.Double])" + } + }, + "NestedTypes": {} + }, + "SpatialPath": { + "Subclasses": {}, + "Members": { + "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.SpatialType] get_SpatialTypes()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.SpatialType] get_SpatialTypes()" + }, + "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.SpatialType] SpatialTypes[Newtonsoft.Json.JsonPropertyAttribute(ItemConverterType = typeof(Newtonsoft.Json.Converters.StringEnumConverter), PropertyName = \"types\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String get_Path()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_Path()" + }, + "System.String Path[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"path\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void set_Path(System.String)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_Path(System.String)" + } + }, + "NestedTypes": {} + }, + "SpatialType": { + "Subclasses": {}, + "Members": { + "Int32 value__": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.SpatialType LineString": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.SpatialType MultiPolygon": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.SpatialType Point": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.SpatialType Polygon": { + "Type": "Field", + "Attributes": [], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "ThroughputProperties": { + "Subclasses": {}, + "Members": { + "System.DateTime get_LastModified()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.DateTime get_LastModified()" + }, + "System.DateTime LastModified[Newtonsoft.Json.JsonConverterAttribute(typeof(Microsoft.Azure.Documents.UnixDateTimeConverter))]-[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"_ts\")]": { + "Type": "Property", + "Attributes": [ + "JsonConverterAttribute", + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.Nullable`1[System.Int32] get_Throughput()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Nullable`1[System.Int32] get_Throughput()" + }, + "System.Nullable`1[System.Int32] Throughput": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ETag[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"_etag\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String get_ETag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_ETag()" + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + } + }, + "NestedTypes": {} + }, + "ThroughputResponse": { + "Subclasses": {}, + "Members": { + "Double get_RequestCharge()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Double get_RequestCharge()" + }, + "Double RequestCharge": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" + }, + "Microsoft.Azure.Cosmos.Headers get_Headers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" + }, + "Microsoft.Azure.Cosmos.Headers Headers": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.ThroughputProperties get_Resource()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.ThroughputProperties get_Resource()" + }, + "Microsoft.Azure.Cosmos.ThroughputProperties op_Implicit(Microsoft.Azure.Cosmos.ThroughputResponse)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.ThroughputProperties op_Implicit(Microsoft.Azure.Cosmos.ThroughputResponse)" + }, + "Microsoft.Azure.Cosmos.ThroughputProperties Resource": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" + }, + "System.Net.HttpStatusCode StatusCode": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[System.Boolean] get_IsReplacePending()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Nullable`1[System.Boolean] get_IsReplacePending()" + }, + "System.Nullable`1[System.Boolean] IsReplacePending": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[System.Int32] get_MinThroughput()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Nullable`1[System.Int32] get_MinThroughput()" + }, + "System.Nullable`1[System.Int32] MinThroughput": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ActivityId": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ETag": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String get_ActivityId()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ActivityId()" + }, + "System.String get_ETag()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ETag()" + } + }, + "NestedTypes": {} + }, + "TransactionalBatch": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.TransactionalBatch CreateItem[T](T, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.TransactionalBatch CreateItem[T](T, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)" + }, + "Microsoft.Azure.Cosmos.TransactionalBatch CreateItemStream(System.IO.Stream, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.TransactionalBatch CreateItemStream(System.IO.Stream, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)" + }, + "Microsoft.Azure.Cosmos.TransactionalBatch DeleteItem(System.String, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.TransactionalBatch DeleteItem(System.String, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)" + }, + "Microsoft.Azure.Cosmos.TransactionalBatch ReadItem(System.String, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.TransactionalBatch ReadItem(System.String, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)" + }, + "Microsoft.Azure.Cosmos.TransactionalBatch ReplaceItem[T](System.String, T, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.TransactionalBatch ReplaceItem[T](System.String, T, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)" + }, + "Microsoft.Azure.Cosmos.TransactionalBatch ReplaceItemStream(System.String, System.IO.Stream, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.TransactionalBatch ReplaceItemStream(System.String, System.IO.Stream, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)" + }, + "Microsoft.Azure.Cosmos.TransactionalBatch UpsertItem[T](T, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.TransactionalBatch UpsertItem[T](T, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)" + }, + "Microsoft.Azure.Cosmos.TransactionalBatch UpsertItemStream(System.IO.Stream, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.TransactionalBatch UpsertItemStream(System.IO.Stream, Microsoft.Azure.Cosmos.TransactionalBatchItemRequestOptions)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.TransactionalBatchResponse] ExecuteAsync(System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.TransactionalBatchResponse] ExecuteAsync(System.Threading.CancellationToken)" + } + }, + "NestedTypes": {} + }, + "TransactionalBatchItemRequestOptions": { + "Subclasses": {}, + "Members": { + "System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective] get_IndexingDirective()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective] get_IndexingDirective()" + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective] IndexingDirective": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + }, + "Void set_IndexingDirective(System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective])[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_IndexingDirective(System.Nullable`1[Microsoft.Azure.Cosmos.IndexingDirective])" + } + }, + "NestedTypes": {} + }, + "TransactionalBatchOperationResult": { + "Subclasses": { + "TransactionalBatchOperationResult`1": { + "Subclasses": {}, + "Members": { + "T get_Resource()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "T get_Resource()" + }, + "T Resource": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Void set_Resource(T)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_Resource(T)" + } + }, + "NestedTypes": {} + } + }, + "Members": { + "Boolean get_IsSuccessStatusCode()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean get_IsSuccessStatusCode()" + }, + "Boolean IsSuccessStatusCode": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.IO.Stream get_ResourceStream()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.IO.Stream get_ResourceStream()" + }, + "System.IO.Stream ResourceStream": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" + }, + "System.Net.HttpStatusCode StatusCode": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ETag": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String get_ETag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_ETag()" + }, + "System.TimeSpan get_RetryAfter()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.TimeSpan get_RetryAfter()" + }, + "System.TimeSpan RetryAfter": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + } + }, + "NestedTypes": {} + }, + "TransactionalBatchOperationResult`1": { + "Subclasses": {}, + "Members": { + "T get_Resource()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "T get_Resource()" + }, + "T Resource": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Void set_Resource(T)[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Void set_Resource(T)" + } + }, + "NestedTypes": {} + }, + "TransactionalBatchResponse": { + "Subclasses": {}, + "Members": { + "Boolean get_IsSuccessStatusCode()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean get_IsSuccessStatusCode()" + }, + "Boolean IsSuccessStatusCode": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Double get_RequestCharge()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Double get_RequestCharge()" + }, + "Double RequestCharge": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Int32 Count": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Int32 get_Count()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Int32 get_Count()" + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" + }, + "Microsoft.Azure.Cosmos.TransactionalBatchOperationResult get_Item(Int32)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.TransactionalBatchOperationResult get_Item(Int32)" + }, + "Microsoft.Azure.Cosmos.TransactionalBatchOperationResult Item [Int32]": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.TransactionalBatchOperationResult`1[T] GetOperationResultAtIndex[T](Int32)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.TransactionalBatchOperationResult`1[T] GetOperationResultAtIndex[T](Int32)" + }, + "System.Collections.Generic.IEnumerator`1[Microsoft.Azure.Cosmos.TransactionalBatchOperationResult] GetEnumerator()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Collections.Generic.IEnumerator`1[Microsoft.Azure.Cosmos.TransactionalBatchOperationResult] GetEnumerator()" + }, + "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" + }, + "System.Net.HttpStatusCode StatusCode": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Nullable`1[System.TimeSpan] get_RetryAfter()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[System.TimeSpan] get_RetryAfter()" + }, + "System.Nullable`1[System.TimeSpan] RetryAfter": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ActivityId": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ErrorMessage": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String get_ActivityId()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_ActivityId()" + }, + "System.String get_ErrorMessage()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_ErrorMessage()" + }, + "Void Dispose()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void Dispose()" + } + }, + "NestedTypes": {} + }, + "UniqueKey": { + "Subclasses": {}, + "Members": { + "System.Collections.ObjectModel.Collection`1[System.String] get_Paths()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Collections.ObjectModel.Collection`1[System.String] get_Paths()" + }, + "System.Collections.ObjectModel.Collection`1[System.String] Paths[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"paths\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + } + }, + "NestedTypes": {} + }, + "UniqueKeyPolicy": { + "Subclasses": {}, + "Members": { + "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.UniqueKey] get_UniqueKeys()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.UniqueKey] get_UniqueKeys()" + }, + "System.Collections.ObjectModel.Collection`1[Microsoft.Azure.Cosmos.UniqueKey] UniqueKeys[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"uniqueKeys\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + } + }, + "NestedTypes": {} + }, + "User": { + "Subclasses": {}, + "Members": { + "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetPermissionQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetPermissionQueryIterator[T](Microsoft.Azure.Cosmos.QueryDefinition, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetPermissionQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.FeedIterator`1[T] GetPermissionQueryIterator[T](System.String, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)" + }, + "Microsoft.Azure.Cosmos.Permission GetPermission(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.Permission GetPermission(System.String)" + }, + "System.String get_Id()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_Id()" + }, + "System.String Id": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.PermissionResponse] CreatePermissionAsync(Microsoft.Azure.Cosmos.PermissionProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.PermissionResponse] CreatePermissionAsync(Microsoft.Azure.Cosmos.PermissionProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.PermissionResponse] UpsertPermissionAsync(Microsoft.Azure.Cosmos.PermissionProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.PermissionResponse] UpsertPermissionAsync(Microsoft.Azure.Cosmos.PermissionProperties, System.Nullable`1[System.Int32], Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.UserResponse] DeleteAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.UserResponse] DeleteAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.UserResponse] ReadAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.UserResponse] ReadAsync(Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.UserResponse] ReplaceAsync(Microsoft.Azure.Cosmos.UserProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.UserResponse] ReplaceAsync(Microsoft.Azure.Cosmos.UserProperties, Microsoft.Azure.Cosmos.RequestOptions, System.Threading.CancellationToken)" + } + }, + "NestedTypes": {} + }, + "UserProperties": { + "Subclasses": {}, + "Members": { + "System.Nullable`1[System.DateTime] get_LastModified()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Nullable`1[System.DateTime] get_LastModified()" + }, + "System.Nullable`1[System.DateTime] LastModified[Newtonsoft.Json.JsonConverterAttribute(typeof(Microsoft.Azure.Documents.UnixDateTimeConverter))]-[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"_ts\")]": { + "Type": "Property", + "Attributes": [ + "JsonConverterAttribute", + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String ETag[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"_etag\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "System.String get_ETag()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.String get_ETag()" + }, + "System.String get_Id()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_Id()" + }, + "System.String Id[Newtonsoft.Json.JsonPropertyAttribute(PropertyName = \"id\")]": { + "Type": "Property", + "Attributes": [ + "JsonPropertyAttribute" + ], + "MethodInfo": null + }, + "Void .ctor(System.String)": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor(System.String)" + }, + "Void set_Id(System.String)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Void set_Id(System.String)" + } + }, + "NestedTypes": {} + }, + "UserResponse": { + "Subclasses": {}, + "Members": { + "Double get_RequestCharge()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Double get_RequestCharge()" + }, + "Double RequestCharge": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics Diagnostics": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.CosmosDiagnostics get_Diagnostics()" + }, + "Microsoft.Azure.Cosmos.Headers get_Headers()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.Headers get_Headers()" + }, + "Microsoft.Azure.Cosmos.Headers Headers": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.User get_User()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.User get_User()" + }, + "Microsoft.Azure.Cosmos.User op_Implicit(Microsoft.Azure.Cosmos.UserResponse)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Microsoft.Azure.Cosmos.User op_Implicit(Microsoft.Azure.Cosmos.UserResponse)" + }, + "Microsoft.Azure.Cosmos.User User": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "Microsoft.Azure.Cosmos.UserProperties get_Resource()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "Microsoft.Azure.Cosmos.UserProperties get_Resource()" + }, + "Microsoft.Azure.Cosmos.UserProperties Resource": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.Net.HttpStatusCode get_StatusCode()[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]": { + "Type": "Method", + "Attributes": [ + "CompilerGeneratedAttribute" + ], + "MethodInfo": "System.Net.HttpStatusCode get_StatusCode()" + }, + "System.Net.HttpStatusCode StatusCode": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ActivityId": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String ETag": { + "Type": "Property", + "Attributes": [], + "MethodInfo": null + }, + "System.String get_ActivityId()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ActivityId()" + }, + "System.String get_ETag()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String get_ETag()" + } + }, + "NestedTypes": {} + } + }, + "Members": { + "Boolean Equals(System.Object)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(System.Object)" + }, + "Boolean Equals(System.Object, System.Object)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean Equals(System.Object, System.Object)" + }, + "Boolean ReferenceEquals(System.Object, System.Object)": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Boolean ReferenceEquals(System.Object, System.Object)" + }, + "Int32 GetHashCode()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "Int32 GetHashCode()" + }, + "System.String ToString()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.String ToString()" + }, + "System.Type GetType()": { + "Type": "Method", + "Attributes": [], + "MethodInfo": "System.Type GetType()" + }, + "Void .ctor()": { + "Type": "Constructor", + "Attributes": [], + "MethodInfo": "Void .ctor()" + } + }, + "NestedTypes": {} } \ No newline at end of file diff --git a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/HandlerTests.cs b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/HandlerTests.cs index 545990a21d..91c44a1f75 100644 --- a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/HandlerTests.cs +++ b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/HandlerTests.cs @@ -175,7 +175,34 @@ public async Task RequestOptionsConsistencyLevel() await invoker.SendAsync(requestMessage, new CancellationToken()); } } - } + } + + [TestMethod] + public async Task QueryRequestOptionsSessionToken() + { + const string SessionToken = "SessionToken"; + ItemRequestOptions options = new ItemRequestOptions + { + SessionToken = SessionToken + }; + + TestHandler testHandler = new TestHandler((request, cancellationToken) => + { + Assert.AreEqual(SessionToken, request.Headers.GetValues(HttpConstants.HttpHeaders.SessionToken).First()); + return TestHandler.ReturnSuccess(); + }); + + CosmosClient client = MockCosmosUtil.CreateMockCosmosClient(); + + RequestInvokerHandler invoker = new RequestInvokerHandler(client); + invoker.InnerHandler = testHandler; + RequestMessage requestMessage = new RequestMessage(HttpMethod.Get, new System.Uri("https://dummy.documents.azure.com:443/dbs")); + requestMessage.Headers.Add(HttpConstants.HttpHeaders.PartitionKey, "[]"); + requestMessage.ResourceType = ResourceType.Document; + requestMessage.OperationType = OperationType.Read; + requestMessage.RequestOptions = options; + await invoker.SendAsync(requestMessage, new CancellationToken()); + } [TestMethod] public async Task ConsistencyLevelClient() From b8890c462c4ef4bcccd9e861a4d147d6bdc07d1b Mon Sep 17 00:00:00 2001 From: j82w Date: Wed, 6 Nov 2019 12:28:22 -0800 Subject: [PATCH 2/7] Fix mocking for FeedIterator and Response classes (#978) * Fix feed iterator for mocking * Updated changelog * Added method back * Fixed type casting * Removed additional internal abstract types. Added UT * Removed unused variable * Updated changelog * Fixed tests --- .../src/Query/v3Query/FeedIterator.cs | 9 ------ .../src/Query/v3Query/FeedIteratorCore.cs | 19 ++++++++++-- .../src/Query/v3Query/FeedIteratorOfT.cs | 2 -- .../src/Query/v3Query/FeedResponse.cs | 6 ---- .../src/Query/v3Query/QueryIterator.cs | 2 +- .../Resource/Container/ContainerResponse.cs | 6 ---- .../src/Resource/Container/ItemResponse.cs | 7 ----- .../src/Resource/Database/DatabaseResponse.cs | 6 ---- .../Resource/Permission/PermissionResponse.cs | 6 ---- ...geFeedPartitionKeyResultSetIteratorCore.cs | 2 +- .../ChangeFeedResultSetIteratorCore.cs | 2 +- .../src/Resource/Response.cs | 26 ---------------- .../Scripts/StoredProcedureExecuteResponse.cs | 6 ---- .../Scripts/StoredProcedureResponse.cs | 6 ---- .../src/Resource/Scripts/TriggerResponse.cs | 6 ---- .../Scripts/UserDefinedFunctionResponse.cs | 6 ---- .../Resource/Throughput/ThroughputResponse.cs | 6 ---- .../src/Resource/User/UserResponse.cs | 6 ---- .../CosmosItemTests.cs | 12 ++++---- .../CrossPartitionQueryTests.cs | 2 +- .../StoredProcedureTests.cs | 4 +-- .../TriggersTests.cs | 4 +-- .../UserDefinedFunctionsTests.cs | 4 +-- .../CosmosVirtualUnitTest.cs | 30 +++++++++++++++++++ changelog.md | 7 +++++ 25 files changed, 69 insertions(+), 123 deletions(-) diff --git a/Microsoft.Azure.Cosmos/src/Query/v3Query/FeedIterator.cs b/Microsoft.Azure.Cosmos/src/Query/v3Query/FeedIterator.cs index 2446c2cee2..05f63269bb 100644 --- a/Microsoft.Azure.Cosmos/src/Query/v3Query/FeedIterator.cs +++ b/Microsoft.Azure.Cosmos/src/Query/v3Query/FeedIterator.cs @@ -23,14 +23,5 @@ public abstract class FeedIterator /// (Optional) representing request cancellation. /// A query response from cosmos service public abstract Task ReadNextAsync(CancellationToken cancellationToken = default(CancellationToken)); - - /// - /// Tries to get the continuation token for the feed iterator. - /// Useful to avoid exceptions. - /// Useful to avoid the cost serialization until needed. - /// - /// The continuation to resume from. - /// Whether or not we can get the continuaiton token. - internal abstract bool TryGetContinuationToken(out string continuationToken); } } \ No newline at end of file diff --git a/Microsoft.Azure.Cosmos/src/Query/v3Query/FeedIteratorCore.cs b/Microsoft.Azure.Cosmos/src/Query/v3Query/FeedIteratorCore.cs index bd4c6201f2..c03cc5dc57 100644 --- a/Microsoft.Azure.Cosmos/src/Query/v3Query/FeedIteratorCore.cs +++ b/Microsoft.Azure.Cosmos/src/Query/v3Query/FeedIteratorCore.cs @@ -9,6 +9,7 @@ namespace Microsoft.Azure.Cosmos using System.Net; using System.Threading; using System.Threading.Tasks; + using Microsoft.Azure.Cosmos.Query; using Microsoft.Azure.Documents; using static Microsoft.Azure.Documents.RuntimeConstants; @@ -100,7 +101,7 @@ internal FeedIteratorCore( return response; } - internal override bool TryGetContinuationToken(out string state) + internal bool TryGetContinuationToken(out string state) { state = this.continuationToken; return true; @@ -152,9 +153,21 @@ internal FeedIteratorCore( return this.responseCreator(response); } - internal override bool TryGetContinuationToken(out string state) + internal bool TryGetContinuationToken(out string state) { - return this.feedIterator.TryGetContinuationToken(out state); + QueryIterator queryIterator = this.feedIterator as QueryIterator; + if (queryIterator != null) + { + return queryIterator.TryGetContinuationToken(out state); + } + + FeedIteratorCore feedIteratorCore = this.feedIterator as FeedIteratorCore; + if (feedIteratorCore != null) + { + return feedIteratorCore.TryGetContinuationToken(out state); + } + + throw new ArgumentException($"Unsupported iterator type of {this.feedIterator.GetType().Name}"); } } } \ No newline at end of file diff --git a/Microsoft.Azure.Cosmos/src/Query/v3Query/FeedIteratorOfT.cs b/Microsoft.Azure.Cosmos/src/Query/v3Query/FeedIteratorOfT.cs index 3ba87c3342..39f3b7e997 100644 --- a/Microsoft.Azure.Cosmos/src/Query/v3Query/FeedIteratorOfT.cs +++ b/Microsoft.Azure.Cosmos/src/Query/v3Query/FeedIteratorOfT.cs @@ -25,7 +25,5 @@ public abstract class FeedIterator /// (Optional) representing request cancellation. /// A query response from cosmos service public abstract Task> ReadNextAsync(CancellationToken cancellationToken = default(CancellationToken)); - - internal abstract bool TryGetContinuationToken(out string state); } } \ No newline at end of file diff --git a/Microsoft.Azure.Cosmos/src/Query/v3Query/FeedResponse.cs b/Microsoft.Azure.Cosmos/src/Query/v3Query/FeedResponse.cs index 7303765c18..200908d21e 100644 --- a/Microsoft.Azure.Cosmos/src/Query/v3Query/FeedResponse.cs +++ b/Microsoft.Azure.Cosmos/src/Query/v3Query/FeedResponse.cs @@ -29,12 +29,6 @@ protected FeedResponse() /// public override string ETag => this.Headers?.ETag; - /// - internal override string MaxResourceQuota => this.Headers?.GetHeaderValue(HttpConstants.HttpHeaders.MaxResourceQuota); - - /// - internal override string CurrentResourceQuotaUsage => this.Headers?.GetHeaderValue(HttpConstants.HttpHeaders.CurrentResourceQuotaUsage); - /// /// Gets the continuation token to be used for continuing enumeration of the Azure Cosmos DB service. /// diff --git a/Microsoft.Azure.Cosmos/src/Query/v3Query/QueryIterator.cs b/Microsoft.Azure.Cosmos/src/Query/v3Query/QueryIterator.cs index 6bb28e4ba6..11160f783b 100644 --- a/Microsoft.Azure.Cosmos/src/Query/v3Query/QueryIterator.cs +++ b/Microsoft.Azure.Cosmos/src/Query/v3Query/QueryIterator.cs @@ -146,7 +146,7 @@ public static QueryIterator Create( return response; } - internal override bool TryGetContinuationToken(out string state) + internal bool TryGetContinuationToken(out string state) { return this.cosmosQueryExecutionContext.TryGetContinuationToken(out state); } diff --git a/Microsoft.Azure.Cosmos/src/Resource/Container/ContainerResponse.cs b/Microsoft.Azure.Cosmos/src/Resource/Container/ContainerResponse.cs index 7c6f034beb..69d8e9f397 100644 --- a/Microsoft.Azure.Cosmos/src/Resource/Container/ContainerResponse.cs +++ b/Microsoft.Azure.Cosmos/src/Resource/Container/ContainerResponse.cs @@ -65,12 +65,6 @@ internal ContainerResponse( /// public override string ETag => this.Headers?.ETag; - /// - internal override string MaxResourceQuota => this.Headers?.GetHeaderValue(HttpConstants.HttpHeaders.MaxResourceQuota); - - /// - internal override string CurrentResourceQuotaUsage => this.Headers?.GetHeaderValue(HttpConstants.HttpHeaders.CurrentResourceQuotaUsage); - /// /// Get implicitly from /// diff --git a/Microsoft.Azure.Cosmos/src/Resource/Container/ItemResponse.cs b/Microsoft.Azure.Cosmos/src/Resource/Container/ItemResponse.cs index 324a635562..8c0b278281 100644 --- a/Microsoft.Azure.Cosmos/src/Resource/Container/ItemResponse.cs +++ b/Microsoft.Azure.Cosmos/src/Resource/Container/ItemResponse.cs @@ -56,12 +56,5 @@ internal ItemResponse( /// public override string ETag => this.Headers?.ETag; - - /// - internal override string MaxResourceQuota => this.Headers?.GetHeaderValue(HttpConstants.HttpHeaders.MaxResourceQuota); - - /// - internal override string CurrentResourceQuotaUsage => this.Headers?.GetHeaderValue(HttpConstants.HttpHeaders.CurrentResourceQuotaUsage); - } } \ No newline at end of file diff --git a/Microsoft.Azure.Cosmos/src/Resource/Database/DatabaseResponse.cs b/Microsoft.Azure.Cosmos/src/Resource/Database/DatabaseResponse.cs index 48b24c1322..e40dc7f5a0 100644 --- a/Microsoft.Azure.Cosmos/src/Resource/Database/DatabaseResponse.cs +++ b/Microsoft.Azure.Cosmos/src/Resource/Database/DatabaseResponse.cs @@ -65,12 +65,6 @@ internal DatabaseResponse( /// public override string ETag => this.Headers?.ETag; - /// - internal override string MaxResourceQuota => this.Headers?.GetHeaderValue(HttpConstants.HttpHeaders.MaxResourceQuota); - - /// - internal override string CurrentResourceQuotaUsage => this.Headers?.GetHeaderValue(HttpConstants.HttpHeaders.CurrentResourceQuotaUsage); - /// /// Get implicitly from /// diff --git a/Microsoft.Azure.Cosmos/src/Resource/Permission/PermissionResponse.cs b/Microsoft.Azure.Cosmos/src/Resource/Permission/PermissionResponse.cs index cf4b75cde7..d0a795fd8e 100644 --- a/Microsoft.Azure.Cosmos/src/Resource/Permission/PermissionResponse.cs +++ b/Microsoft.Azure.Cosmos/src/Resource/Permission/PermissionResponse.cs @@ -65,12 +65,6 @@ internal PermissionResponse( /// public override string ETag => this.Headers?.ETag; - /// - internal override string MaxResourceQuota => this.Headers?.GetHeaderValue(HttpConstants.HttpHeaders.MaxResourceQuota); - - /// - internal override string CurrentResourceQuotaUsage => this.Headers?.GetHeaderValue(HttpConstants.HttpHeaders.CurrentResourceQuotaUsage); - /// /// Get implicitly from /// diff --git a/Microsoft.Azure.Cosmos/src/Resource/QueryResponses/ChangeFeedPartitionKeyResultSetIteratorCore.cs b/Microsoft.Azure.Cosmos/src/Resource/QueryResponses/ChangeFeedPartitionKeyResultSetIteratorCore.cs index 22be801da8..b46937edc4 100644 --- a/Microsoft.Azure.Cosmos/src/Resource/QueryResponses/ChangeFeedPartitionKeyResultSetIteratorCore.cs +++ b/Microsoft.Azure.Cosmos/src/Resource/QueryResponses/ChangeFeedPartitionKeyResultSetIteratorCore.cs @@ -75,7 +75,7 @@ internal ChangeFeedPartitionKeyResultSetIteratorCore( }, cancellationToken); } - internal override bool TryGetContinuationToken(out string state) + internal bool TryGetContinuationToken(out string state) { state = this.continuationToken; return true; diff --git a/Microsoft.Azure.Cosmos/src/Resource/QueryResponses/ChangeFeedResultSetIteratorCore.cs b/Microsoft.Azure.Cosmos/src/Resource/QueryResponses/ChangeFeedResultSetIteratorCore.cs index cedce5f666..22264c84fd 100644 --- a/Microsoft.Azure.Cosmos/src/Resource/QueryResponses/ChangeFeedResultSetIteratorCore.cs +++ b/Microsoft.Azure.Cosmos/src/Resource/QueryResponses/ChangeFeedResultSetIteratorCore.cs @@ -85,7 +85,7 @@ internal ChangeFeedResultSetIteratorCore( return response; } - internal override bool TryGetContinuationToken(out string state) + internal bool TryGetContinuationToken(out string state) { state = this.continuationToken; return true; diff --git a/Microsoft.Azure.Cosmos/src/Resource/Response.cs b/Microsoft.Azure.Cosmos/src/Resource/Response.cs index af2ccc5937..d29636a0eb 100644 --- a/Microsoft.Azure.Cosmos/src/Resource/Response.cs +++ b/Microsoft.Azure.Cosmos/src/Resource/Response.cs @@ -67,31 +67,5 @@ public static implicit operator T(Response response) /// Gets the cosmos diagnostics information for the current request to Azure Cosmos DB service /// public abstract CosmosDiagnostics Diagnostics { get; } - - /// - /// Gets the maximum size limit for this entity from the Azure Cosmos DB service. - /// - /// - /// The maximum size limit for this entity. Measured in kilobytes for document resources - /// and in counts for other resources. - /// - /// - /// To get public access to the quota information do the following - /// cosmosResponse.Headers.GetHeaderValue("x-ms-resource-quota") - /// - internal abstract string MaxResourceQuota { get; } - - /// - /// Gets the current size of this entity from the Azure Cosmos DB service. - /// - /// - /// The current size for this entity. Measured in kilobytes for document resources - /// and in counts for other resources. - /// - /// - /// To get public access to the quota information do the following - /// cosmosResponse.Headers.GetHeaderValue("x-ms-resource-usage") - /// - internal abstract string CurrentResourceQuotaUsage { get; } } } \ No newline at end of file diff --git a/Microsoft.Azure.Cosmos/src/Resource/Scripts/StoredProcedureExecuteResponse.cs b/Microsoft.Azure.Cosmos/src/Resource/Scripts/StoredProcedureExecuteResponse.cs index a87db20786..068020ddb8 100644 --- a/Microsoft.Azure.Cosmos/src/Resource/Scripts/StoredProcedureExecuteResponse.cs +++ b/Microsoft.Azure.Cosmos/src/Resource/Scripts/StoredProcedureExecuteResponse.cs @@ -58,12 +58,6 @@ internal StoredProcedureExecuteResponse( /// public override string ETag => this.Headers?.ETag; - /// - internal override string MaxResourceQuota => this.Headers?.GetHeaderValue(HttpConstants.HttpHeaders.MaxResourceQuota); - - /// - internal override string CurrentResourceQuotaUsage => this.Headers?.GetHeaderValue(HttpConstants.HttpHeaders.CurrentResourceQuotaUsage); - /// /// Gets the token for use with session consistency requests from the Azure Cosmos DB service. /// diff --git a/Microsoft.Azure.Cosmos/src/Resource/Scripts/StoredProcedureResponse.cs b/Microsoft.Azure.Cosmos/src/Resource/Scripts/StoredProcedureResponse.cs index 0cdcb0f095..7297c3db97 100644 --- a/Microsoft.Azure.Cosmos/src/Resource/Scripts/StoredProcedureResponse.cs +++ b/Microsoft.Azure.Cosmos/src/Resource/Scripts/StoredProcedureResponse.cs @@ -57,12 +57,6 @@ internal StoredProcedureResponse( /// public override string ETag => this.Headers?.ETag; - /// - internal override string MaxResourceQuota => this.Headers?.GetHeaderValue(HttpConstants.HttpHeaders.MaxResourceQuota); - - /// - internal override string CurrentResourceQuotaUsage => this.Headers?.GetHeaderValue(HttpConstants.HttpHeaders.CurrentResourceQuotaUsage); - /// /// Gets the token for use with session consistency requests from the Azure Cosmos DB service. /// diff --git a/Microsoft.Azure.Cosmos/src/Resource/Scripts/TriggerResponse.cs b/Microsoft.Azure.Cosmos/src/Resource/Scripts/TriggerResponse.cs index 88439455c3..8d8c28251c 100644 --- a/Microsoft.Azure.Cosmos/src/Resource/Scripts/TriggerResponse.cs +++ b/Microsoft.Azure.Cosmos/src/Resource/Scripts/TriggerResponse.cs @@ -57,12 +57,6 @@ internal TriggerResponse( /// public override string ETag => this.Headers?.ETag; - /// - internal override string MaxResourceQuota => this.Headers?.GetHeaderValue(HttpConstants.HttpHeaders.MaxResourceQuota); - - /// - internal override string CurrentResourceQuotaUsage => this.Headers?.GetHeaderValue(HttpConstants.HttpHeaders.CurrentResourceQuotaUsage); - /// /// Get implicitly from /// diff --git a/Microsoft.Azure.Cosmos/src/Resource/Scripts/UserDefinedFunctionResponse.cs b/Microsoft.Azure.Cosmos/src/Resource/Scripts/UserDefinedFunctionResponse.cs index 739c61e9bc..1a3bd49275 100644 --- a/Microsoft.Azure.Cosmos/src/Resource/Scripts/UserDefinedFunctionResponse.cs +++ b/Microsoft.Azure.Cosmos/src/Resource/Scripts/UserDefinedFunctionResponse.cs @@ -57,12 +57,6 @@ internal UserDefinedFunctionResponse( /// public override string ETag => this.Headers?.ETag; - /// - internal override string MaxResourceQuota => this.Headers?.GetHeaderValue(HttpConstants.HttpHeaders.MaxResourceQuota); - - /// - internal override string CurrentResourceQuotaUsage => this.Headers?.GetHeaderValue(HttpConstants.HttpHeaders.CurrentResourceQuotaUsage); - /// /// Get implicitly from /// diff --git a/Microsoft.Azure.Cosmos/src/Resource/Throughput/ThroughputResponse.cs b/Microsoft.Azure.Cosmos/src/Resource/Throughput/ThroughputResponse.cs index c28157026f..c6c96bda77 100644 --- a/Microsoft.Azure.Cosmos/src/Resource/Throughput/ThroughputResponse.cs +++ b/Microsoft.Azure.Cosmos/src/Resource/Throughput/ThroughputResponse.cs @@ -58,12 +58,6 @@ internal ThroughputResponse( /// public override string ETag => this.Headers?.ETag; - /// - internal override string MaxResourceQuota => this.Headers?.GetHeaderValue(HttpConstants.HttpHeaders.MaxResourceQuota); - - /// - internal override string CurrentResourceQuotaUsage => this.Headers?.GetHeaderValue(HttpConstants.HttpHeaders.CurrentResourceQuotaUsage); - /// /// Gets minimum throughput in measurement of request units per second in the Azure Cosmos service. /// diff --git a/Microsoft.Azure.Cosmos/src/Resource/User/UserResponse.cs b/Microsoft.Azure.Cosmos/src/Resource/User/UserResponse.cs index 49bab4e75c..9993641976 100644 --- a/Microsoft.Azure.Cosmos/src/Resource/User/UserResponse.cs +++ b/Microsoft.Azure.Cosmos/src/Resource/User/UserResponse.cs @@ -65,12 +65,6 @@ internal UserResponse( /// public override string ETag => this.Headers?.ETag; - /// - internal override string MaxResourceQuota => this.Headers?.GetHeaderValue(HttpConstants.HttpHeaders.MaxResourceQuota); - - /// - internal override string CurrentResourceQuotaUsage => this.Headers?.GetHeaderValue(HttpConstants.HttpHeaders.CurrentResourceQuotaUsage); - /// /// Get implicitly from /// diff --git a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/CosmosItemTests.cs b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/CosmosItemTests.cs index b054a200cb..9e212e9fed 100644 --- a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/CosmosItemTests.cs +++ b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/CosmosItemTests.cs @@ -61,8 +61,8 @@ public async Task CreateDropItemTest() ToDoActivity testItem = ToDoActivity.CreateRandomToDoActivity(); ItemResponse response = await this.Container.CreateItemAsync(item: testItem); Assert.IsNotNull(response); - Assert.IsNotNull(response.MaxResourceQuota); - Assert.IsNotNull(response.CurrentResourceQuotaUsage); + Assert.IsNotNull(response.Headers.GetHeaderValue(Documents.HttpConstants.HttpHeaders.MaxResourceQuota)); + Assert.IsNotNull(response.Headers.GetHeaderValue(Documents.HttpConstants.HttpHeaders.CurrentResourceQuotaUsage)); ItemResponse deleteResponse = await this.Container.DeleteItemAsync(partitionKey: new Cosmos.PartitionKey(testItem.status), id: testItem.id); Assert.IsNotNull(deleteResponse); } @@ -124,8 +124,8 @@ public async Task CreateDropItemUndefinedPartitionKeyTest() ItemResponse response = await this.Container.CreateItemAsync(item: testItem, partitionKey: new Cosmos.PartitionKey(Undefined.Value)); Assert.IsNotNull(response); Assert.AreEqual(HttpStatusCode.Created, response.StatusCode); - Assert.IsNotNull(response.MaxResourceQuota); - Assert.IsNotNull(response.CurrentResourceQuotaUsage); + Assert.IsNotNull(response.Headers.GetHeaderValue(Documents.HttpConstants.HttpHeaders.MaxResourceQuota)); + Assert.IsNotNull(response.Headers.GetHeaderValue(Documents.HttpConstants.HttpHeaders.CurrentResourceQuotaUsage)); ItemResponse deleteResponse = await this.Container.DeleteItemAsync(id: testItem.id, partitionKey: new Cosmos.PartitionKey(Undefined.Value)); Assert.IsNotNull(deleteResponse); @@ -143,8 +143,8 @@ public async Task CreateDropItemPartitionKeyNotInTypeTest() ItemResponse response = await this.Container.CreateItemAsync(item: testItem); Assert.IsNotNull(response); Assert.AreEqual(HttpStatusCode.Created, response.StatusCode); - Assert.IsNotNull(response.MaxResourceQuota); - Assert.IsNotNull(response.CurrentResourceQuotaUsage); + Assert.IsNotNull(response.Headers.GetHeaderValue(Documents.HttpConstants.HttpHeaders.MaxResourceQuota)); + Assert.IsNotNull(response.Headers.GetHeaderValue(Documents.HttpConstants.HttpHeaders.CurrentResourceQuotaUsage)); ItemResponse readResponse = await this.Container.ReadItemAsync(id: testItem.id, partitionKey: Cosmos.PartitionKey.None); Assert.IsNotNull(readResponse); diff --git a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/CrossPartitionQueryTests.cs b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/CrossPartitionQueryTests.cs index 76921b4a44..3624016a68 100644 --- a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/CrossPartitionQueryTests.cs +++ b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/CrossPartitionQueryTests.cs @@ -615,7 +615,7 @@ private static async Task> QueryWithTryGetContinuationTokens( QueryRequestOptions computeRequestOptions = queryRequestOptions.Clone(); computeRequestOptions.ExecutionEnvironment = Cosmos.Query.Core.ExecutionContext.ExecutionEnvironment.Compute; - FeedIterator itemQuery = container.GetItemQueryIterator( + FeedIteratorCore itemQuery = (FeedIteratorCore)container.GetItemQueryIterator( queryText: query, requestOptions: computeRequestOptions, continuationToken: state); diff --git a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/StoredProcedureTests.cs b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/StoredProcedureTests.cs index c72477afb6..d9757ce350 100644 --- a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/StoredProcedureTests.cs +++ b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/StoredProcedureTests.cs @@ -453,8 +453,8 @@ private void ValidateStoredProcedureSettings(StoredProcedureProperties storedPro Assert.AreEqual(storedProcedureSettings.Id, settings.Id, "Stored Procedure id do not match"); Assert.IsTrue(cosmosResponse.RequestCharge > 0); - Assert.IsNotNull(cosmosResponse.MaxResourceQuota); - Assert.IsNotNull(cosmosResponse.CurrentResourceQuotaUsage); + Assert.IsNotNull(cosmosResponse.Headers.GetHeaderValue(Documents.HttpConstants.HttpHeaders.MaxResourceQuota)); + Assert.IsNotNull(cosmosResponse.Headers.GetHeaderValue(Documents.HttpConstants.HttpHeaders.CurrentResourceQuotaUsage)); } private class FaultySerializer : CosmosSerializer diff --git a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/TriggersTests.cs b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/TriggersTests.cs index 57228aceff..20b4c95aec 100644 --- a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/TriggersTests.cs +++ b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/TriggersTests.cs @@ -284,8 +284,8 @@ private static void ValidateTriggerSettings(TriggerProperties triggerSettings, T Assert.AreEqual(triggerSettings.Id, settings.Id, "Trigger id do not match"); Assert.IsTrue(cosmosResponse.RequestCharge > 0); - Assert.IsNotNull(cosmosResponse.MaxResourceQuota); - Assert.IsNotNull(cosmosResponse.CurrentResourceQuotaUsage); + Assert.IsNotNull(cosmosResponse.Headers.GetHeaderValue(Documents.HttpConstants.HttpHeaders.MaxResourceQuota)); + Assert.IsNotNull(cosmosResponse.Headers.GetHeaderValue(Documents.HttpConstants.HttpHeaders.CurrentResourceQuotaUsage)); } private class Job diff --git a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/UserDefinedFunctionsTests.cs b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/UserDefinedFunctionsTests.cs index 4fdc63a173..02fa249dda 100644 --- a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/UserDefinedFunctionsTests.cs +++ b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/UserDefinedFunctionsTests.cs @@ -186,8 +186,8 @@ private static void ValidateUserDefinedFunctionSettings(UserDefinedFunctionPrope Assert.AreEqual(udfSettings.Id, settings.Id, "User defined function id do not match"); Assert.IsTrue(cosmosResponse.RequestCharge > 0); - Assert.IsNotNull(cosmosResponse.MaxResourceQuota); - Assert.IsNotNull(cosmosResponse.CurrentResourceQuotaUsage); + Assert.IsNotNull(cosmosResponse.Headers.GetHeaderValue(Documents.HttpConstants.HttpHeaders.MaxResourceQuota)); + Assert.IsNotNull(cosmosResponse.Headers.GetHeaderValue(Documents.HttpConstants.HttpHeaders.CurrentResourceQuotaUsage)); } private async Task CreateRandomUdf() diff --git a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/CosmosVirtualUnitTest.cs b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/CosmosVirtualUnitTest.cs index 15d1c43fd2..7000aa5ae6 100644 --- a/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/CosmosVirtualUnitTest.cs +++ b/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/CosmosVirtualUnitTest.cs @@ -50,6 +50,36 @@ public void VerifyAllPublicMembersAreVirtualUnitTesting() string.Join(";", nonVirtualPublic.Select(x => $"Class:{x.Item1}; Member:{x.Item2}"))); } + [TestMethod] + public void VerifyAllPublicClassesCanBeMockedUnitTesting() + { + // All of the public classes should not contain an internal abstract method + // create unit tests by mocking the different types. Data Contracts do not support mocking so exclude all types that end with Settings. + IEnumerable allClasses = from t in Assembly.GetAssembly(typeof(CosmosClient)).GetTypes() + where t.IsClass && t.Namespace == "Microsoft.Azure.Cosmos" && t.IsPublic + select t; + + // Get the entire list to prevent running the test for each method/property + List> nonVirtualPublic = new List>(); + foreach (Type publiClass in allClasses) + { + // DeclaredOnly flag gets only the properties declared in the current class. + // This ignores inherited properties to prevent duplicate findings. + IEnumerable> allProps = publiClass.GetProperties(BindingFlags.DeclaredOnly) + .Where(x => x.GetGetMethod().IsAbstract && !x.GetGetMethod().IsPublic) + .Select(x => new Tuple(publiClass.FullName, x.Name)); + nonVirtualPublic.AddRange(allProps); + + IEnumerable> allMethods = publiClass.GetMethods(BindingFlags.NonPublic | BindingFlags.Instance | BindingFlags.DeclaredOnly) + .Where(x => x.IsAbstract && !x.IsPublic) + .Select(x => new Tuple(publiClass.FullName, x.Name)); + nonVirtualPublic.AddRange(allMethods); + } + + Assert.AreEqual(0, nonVirtualPublic.Count, + "The following methods and properties should be virtual to allow unit testing:" + + string.Join(";", nonVirtualPublic.Select(x => $"Class:{x.Item1}; Member:{x.Item2}"))); + } [TestMethod] public async Task VerifyClientMock() diff --git a/changelog.md b/changelog.md index 78aaa84a84..ba444c7aff 100644 --- a/changelog.md +++ b/changelog.md @@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [3.4.1](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.4.1) - 2019-11-06 + +### Fixed + +- [#978](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/978) Fix mocking for FeedIterator and Response classes + ## [3.4.0](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.4.0) - 2019-11-04 + ### Added - [#853](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/853) ORDER BY Arrays and Object support. From 1b2abdbeadb35313a86e594d2c45fec8bc6654d5 Mon Sep 17 00:00:00 2001 From: Matias Quaranta Date: Wed, 6 Nov 2019 12:33:48 -0800 Subject: [PATCH 3/7] Updating package (#975) --- .../Usage/AzureFunctions/AzureFunctions.csproj | 2 +- .../Usage/BulkSupport/BulkSupport.csproj | 2 +- .../Usage/ChangeFeed/ChangeFeed.csproj | 2 +- .../Usage/ContainerManagement/ContainerManagement.csproj | 2 +- .../Usage/CustomSerialization/CustomSerialization.csproj | 2 +- .../Usage/DatabaseManagement/DatabaseManagement.csproj | 2 +- .../Usage/Handlers/HandlerSample.csproj | 2 +- .../Usage/IndexManagement/IndexManagement.csproj | 2 +- .../Usage/ItemManagement/ItemManagement.csproj | 2 +- .../NonPartitionContainerMigration.csproj | 2 +- Microsoft.Azure.Cosmos.Samples/Usage/Queries/Queries.csproj | 2 +- .../Usage/ServerSideScripts/ServerSideScripts.csproj | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Microsoft.Azure.Cosmos.Samples/Usage/AzureFunctions/AzureFunctions.csproj b/Microsoft.Azure.Cosmos.Samples/Usage/AzureFunctions/AzureFunctions.csproj index 35eb7428a5..5543126eec 100644 --- a/Microsoft.Azure.Cosmos.Samples/Usage/AzureFunctions/AzureFunctions.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Usage/AzureFunctions/AzureFunctions.csproj @@ -13,7 +13,7 @@ - + diff --git a/Microsoft.Azure.Cosmos.Samples/Usage/BulkSupport/BulkSupport.csproj b/Microsoft.Azure.Cosmos.Samples/Usage/BulkSupport/BulkSupport.csproj index c29acac0a5..64b5a17e8d 100644 --- a/Microsoft.Azure.Cosmos.Samples/Usage/BulkSupport/BulkSupport.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Usage/BulkSupport/BulkSupport.csproj @@ -12,7 +12,7 @@ - + diff --git a/Microsoft.Azure.Cosmos.Samples/Usage/ChangeFeed/ChangeFeed.csproj b/Microsoft.Azure.Cosmos.Samples/Usage/ChangeFeed/ChangeFeed.csproj index b7ddd32c62..65d50d00ab 100644 --- a/Microsoft.Azure.Cosmos.Samples/Usage/ChangeFeed/ChangeFeed.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Usage/ChangeFeed/ChangeFeed.csproj @@ -8,7 +8,7 @@ latest - + diff --git a/Microsoft.Azure.Cosmos.Samples/Usage/ContainerManagement/ContainerManagement.csproj b/Microsoft.Azure.Cosmos.Samples/Usage/ContainerManagement/ContainerManagement.csproj index 2e7ec20f83..62b58b56ba 100644 --- a/Microsoft.Azure.Cosmos.Samples/Usage/ContainerManagement/ContainerManagement.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Usage/ContainerManagement/ContainerManagement.csproj @@ -7,7 +7,7 @@ - + diff --git a/Microsoft.Azure.Cosmos.Samples/Usage/CustomSerialization/CustomSerialization.csproj b/Microsoft.Azure.Cosmos.Samples/Usage/CustomSerialization/CustomSerialization.csproj index a42db11b01..af61306782 100644 --- a/Microsoft.Azure.Cosmos.Samples/Usage/CustomSerialization/CustomSerialization.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Usage/CustomSerialization/CustomSerialization.csproj @@ -6,7 +6,7 @@ latest - + diff --git a/Microsoft.Azure.Cosmos.Samples/Usage/DatabaseManagement/DatabaseManagement.csproj b/Microsoft.Azure.Cosmos.Samples/Usage/DatabaseManagement/DatabaseManagement.csproj index 2e7ec20f83..62b58b56ba 100644 --- a/Microsoft.Azure.Cosmos.Samples/Usage/DatabaseManagement/DatabaseManagement.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Usage/DatabaseManagement/DatabaseManagement.csproj @@ -7,7 +7,7 @@ - + diff --git a/Microsoft.Azure.Cosmos.Samples/Usage/Handlers/HandlerSample.csproj b/Microsoft.Azure.Cosmos.Samples/Usage/Handlers/HandlerSample.csproj index 995d4c2c75..a12d5cf6d4 100644 --- a/Microsoft.Azure.Cosmos.Samples/Usage/Handlers/HandlerSample.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Usage/Handlers/HandlerSample.csproj @@ -16,7 +16,7 @@ - + diff --git a/Microsoft.Azure.Cosmos.Samples/Usage/IndexManagement/IndexManagement.csproj b/Microsoft.Azure.Cosmos.Samples/Usage/IndexManagement/IndexManagement.csproj index 2e7ec20f83..62b58b56ba 100644 --- a/Microsoft.Azure.Cosmos.Samples/Usage/IndexManagement/IndexManagement.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Usage/IndexManagement/IndexManagement.csproj @@ -7,7 +7,7 @@ - + diff --git a/Microsoft.Azure.Cosmos.Samples/Usage/ItemManagement/ItemManagement.csproj b/Microsoft.Azure.Cosmos.Samples/Usage/ItemManagement/ItemManagement.csproj index a42db11b01..af61306782 100644 --- a/Microsoft.Azure.Cosmos.Samples/Usage/ItemManagement/ItemManagement.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Usage/ItemManagement/ItemManagement.csproj @@ -6,7 +6,7 @@ latest - + diff --git a/Microsoft.Azure.Cosmos.Samples/Usage/NonPartitionContainerMigration/NonPartitionContainerMigration.csproj b/Microsoft.Azure.Cosmos.Samples/Usage/NonPartitionContainerMigration/NonPartitionContainerMigration.csproj index a42db11b01..af61306782 100644 --- a/Microsoft.Azure.Cosmos.Samples/Usage/NonPartitionContainerMigration/NonPartitionContainerMigration.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Usage/NonPartitionContainerMigration/NonPartitionContainerMigration.csproj @@ -6,7 +6,7 @@ latest - + diff --git a/Microsoft.Azure.Cosmos.Samples/Usage/Queries/Queries.csproj b/Microsoft.Azure.Cosmos.Samples/Usage/Queries/Queries.csproj index a42db11b01..af61306782 100644 --- a/Microsoft.Azure.Cosmos.Samples/Usage/Queries/Queries.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Usage/Queries/Queries.csproj @@ -6,7 +6,7 @@ latest - + diff --git a/Microsoft.Azure.Cosmos.Samples/Usage/ServerSideScripts/ServerSideScripts.csproj b/Microsoft.Azure.Cosmos.Samples/Usage/ServerSideScripts/ServerSideScripts.csproj index 682b0aff5e..5f30da329c 100644 --- a/Microsoft.Azure.Cosmos.Samples/Usage/ServerSideScripts/ServerSideScripts.csproj +++ b/Microsoft.Azure.Cosmos.Samples/Usage/ServerSideScripts/ServerSideScripts.csproj @@ -7,7 +7,7 @@ - + From 98f33628bc302a5e01e2628a87530fa9a793cba9 Mon Sep 17 00:00:00 2001 From: Matias Quaranta Date: Wed, 6 Nov 2019 15:45:09 -0800 Subject: [PATCH 4/7] Update azure-pipelines-official.yml (#970) --- azure-pipelines-official.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 1608e96c9d..f972bbd165 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -6,7 +6,6 @@ variables: ReleaseArguments: ' --filter "TestCategory!=Quarantine" --verbosity normal ' VmImage: windows-latest # https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops BuildConfiguration: Release - BlobVersion: '' stages: - stage: @@ -72,4 +71,4 @@ stages: displayName: 'Publish Artifacts: Microsoft.Azure.Cosmos' inputs: artifactName: Microsoft.Azure.Cosmos -# \ No newline at end of file +# From 8bad5607f2bcdacc612abcacb4b1ffd74114c5b1 Mon Sep 17 00:00:00 2001 From: David Gregory Date: Thu, 7 Nov 2019 08:45:23 +0000 Subject: [PATCH 5/7] Update changelog with 979 --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index ba444c7aff..5d01a2272f 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.4.1](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.4.1) - 2019-11-06 +### Added + +- [#853](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/979) Make SessionToken on QueryRequestOptions public. + ### Fixed - [#978](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/978) Fix mocking for FeedIterator and Response classes From 8acea39f342089555df6e09d752cbbb6f24e8ac2 Mon Sep 17 00:00:00 2001 From: David Gregory Date: Thu, 7 Nov 2019 17:19:34 +0000 Subject: [PATCH 6/7] Move line in changelog to correct location --- changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 5d01a2272f..0216279f04 100644 --- a/changelog.md +++ b/changelog.md @@ -7,12 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +- [#979](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/979) Make SessionToken on QueryRequestOptions public. + ## [3.4.1](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.4.1) - 2019-11-06 ### Added -- [#853](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/979) Make SessionToken on QueryRequestOptions public. - ### Fixed - [#978](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/978) Fix mocking for FeedIterator and Response classes From d1fa09815ea4dac1aad5c806f7f8b4eb3e18d7eb Mon Sep 17 00:00:00 2001 From: David Gregory Date: Thu, 7 Nov 2019 17:24:24 +0000 Subject: [PATCH 7/7] Remove added in change log to correct location --- changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 0216279f04..24a54343a9 100644 --- a/changelog.md +++ b/changelog.md @@ -7,12 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + - [#979](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/979) Make SessionToken on QueryRequestOptions public. ## [3.4.1](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.4.1) - 2019-11-06 -### Added - ### Fixed - [#978](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/978) Fix mocking for FeedIterator and Response classes