azure-docs-sdk-java/docs-ref-autogen/com.azure.cosmos.models.Mod...

1226 строки
109 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.cosmos.models.ModelBridgeInternal"
fullName: "com.azure.cosmos.models.ModelBridgeInternal"
name: "ModelBridgeInternal"
nameWithType: "ModelBridgeInternal"
summary: "DO NOT USE."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ModelBridgeInternal**"
methods:
- uid: "com.azure.cosmos.models.ModelBridgeInternal.<T>createFeedResponse(java.util.List<T>,java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.createFeedResponse(List<T> results, Map<String,String> headers)"
name: "createFeedResponse(List<T> results, Map<String,String> headers)"
nameWithType: "ModelBridgeInternal.createFeedResponse(List<T> results, Map<String,String> headers)"
modifiers:
- "static"
parameters:
- name: "results"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
- name: "headers"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public static FeedResponse<T> <T>createFeedResponse(List<T> results, Map<String,String> headers)"
returns:
type: "<xref href=\"com.azure.cosmos.models.FeedResponse?alt=com.azure.cosmos.models.FeedResponse&text=FeedResponse\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.<T>createFeedResponseWithQueryMetrics(java.util.List<T>,java.util.Map<java.lang.String,java.lang.String>,java.util.concurrent.ConcurrentMap<java.lang.String,com.azure.cosmos.implementation.QueryMetrics>,com.azure.cosmos.implementation.query.QueryInfo.QueryPlanDiagnosticsContext,boolean,boolean)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.createFeedResponseWithQueryMetrics(List<T> results, Map<String,String> headers, ConcurrentMap<String,QueryMetrics> queryMetricsMap, QueryInfo.QueryPlanDiagnosticsContext diagnosticsContext, boolean useEtagAsContinuation, boolean isNoChanges)"
name: "createFeedResponseWithQueryMetrics(List<T> results, Map<String,String> headers, ConcurrentMap<String,QueryMetrics> queryMetricsMap, QueryInfo.QueryPlanDiagnosticsContext diagnosticsContext, boolean useEtagAsContinuation, boolean isNoChanges)"
nameWithType: "ModelBridgeInternal.createFeedResponseWithQueryMetrics(List<T> results, Map<String,String> headers, ConcurrentMap<String,QueryMetrics> queryMetricsMap, QueryInfo.QueryPlanDiagnosticsContext diagnosticsContext, boolean useEtagAsContinuation, boolean isNoChanges)"
modifiers:
- "static"
parameters:
- name: "results"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
- name: "headers"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- name: "queryMetricsMap"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentMap.html\">ConcurrentMap</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.cosmos.implementation.QueryMetrics?alt=com.azure.cosmos.implementation.QueryMetrics&text=QueryMetrics\" data-throw-if-not-resolved=\"False\" />&gt;"
- name: "diagnosticsContext"
type: "<xref href=\"com.azure.cosmos.implementation.query.QueryInfo.QueryPlanDiagnosticsContext?alt=com.azure.cosmos.implementation.query.QueryInfo.QueryPlanDiagnosticsContext&text=QueryPlanDiagnosticsContext\" data-throw-if-not-resolved=\"False\" />"
- name: "useEtagAsContinuation"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- name: "isNoChanges"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static FeedResponse<T> <T>createFeedResponseWithQueryMetrics(List<T> results, Map<String,String> headers, ConcurrentMap<String,QueryMetrics> queryMetricsMap, QueryInfo.QueryPlanDiagnosticsContext diagnosticsContext, boolean useEtagAsContinuation, boolean isNoChanges)"
returns:
type: "<xref href=\"com.azure.cosmos.models.FeedResponse?alt=com.azure.cosmos.models.FeedResponse&text=FeedResponse\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.<T>getInternalObjectNode(com.azure.cosmos.models.CosmosItemResponse<T>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getInternalObjectNode(CosmosItemResponse<T> cosmosItemResponse)"
name: "getInternalObjectNode(CosmosItemResponse<T> cosmosItemResponse)"
nameWithType: "ModelBridgeInternal.getInternalObjectNode(CosmosItemResponse<T> cosmosItemResponse)"
modifiers:
- "static"
parameters:
- name: "cosmosItemResponse"
type: "<xref href=\"com.azure.cosmos.models.CosmosItemResponse?alt=com.azure.cosmos.models.CosmosItemResponse&text=CosmosItemResponse\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static InternalObjectNode <T>getInternalObjectNode(CosmosItemResponse<T> cosmosItemResponse)"
returns:
type: "<xref href=\"com.azure.cosmos.implementation.InternalObjectNode?alt=com.azure.cosmos.implementation.InternalObjectNode&text=InternalObjectNode\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.<T>getJsonSerializable(T)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getJsonSerializable(T t)"
name: "getJsonSerializable(T t)"
nameWithType: "ModelBridgeInternal.getJsonSerializable(T t)"
modifiers:
- "static"
parameters:
- name: "t"
type: "<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static JsonSerializable <T>getJsonSerializable(T t)"
returns:
type: "<xref href=\"com.azure.cosmos.implementation.JsonSerializable?alt=com.azure.cosmos.implementation.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.<T>getPayloadLength(com.azure.cosmos.models.CosmosItemResponse<T>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getPayloadLength(CosmosItemResponse<T> cosmosItemResponse)"
name: "getPayloadLength(CosmosItemResponse<T> cosmosItemResponse)"
nameWithType: "ModelBridgeInternal.getPayloadLength(CosmosItemResponse<T> cosmosItemResponse)"
modifiers:
- "static"
parameters:
- name: "cosmosItemResponse"
type: "<xref href=\"com.azure.cosmos.models.CosmosItemResponse?alt=com.azure.cosmos.models.CosmosItemResponse&text=CosmosItemResponse\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static int <T>getPayloadLength(CosmosItemResponse<T> cosmosItemResponse)"
returns:
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.<T>getQueryPlanDiagnosticsContext(com.azure.cosmos.models.FeedResponse<T>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getQueryPlanDiagnosticsContext(FeedResponse<T> feedResponse)"
name: "getQueryPlanDiagnosticsContext(FeedResponse<T> feedResponse)"
nameWithType: "ModelBridgeInternal.getQueryPlanDiagnosticsContext(FeedResponse<T> feedResponse)"
modifiers:
- "static"
parameters:
- name: "feedResponse"
type: "<xref href=\"com.azure.cosmos.models.FeedResponse?alt=com.azure.cosmos.models.FeedResponse&text=FeedResponse\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static QueryInfo.QueryPlanDiagnosticsContext <T>getQueryPlanDiagnosticsContext(FeedResponse<T> feedResponse)"
returns:
type: "<xref href=\"com.azure.cosmos.implementation.query.QueryInfo.QueryPlanDiagnosticsContext?alt=com.azure.cosmos.implementation.query.QueryInfo.QueryPlanDiagnosticsContext&text=QueryPlanDiagnosticsContext\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.<T>getResource(T)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getResource(T t)"
name: "getResource(T t)"
nameWithType: "ModelBridgeInternal.getResource(T t)"
modifiers:
- "static"
parameters:
- name: "t"
type: "<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static Resource <T>getResource(T t)"
returns:
type: "<xref href=\"com.azure.cosmos.implementation.Resource?alt=com.azure.cosmos.implementation.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.<T>instantiateByObjectNode(com.fasterxml.jackson.databind.node.ObjectNode,java.lang.Class<T>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.instantiateByObjectNode(ObjectNode objectNode, Class<T> c)"
name: "instantiateByObjectNode(ObjectNode objectNode, Class<T> c)"
nameWithType: "ModelBridgeInternal.instantiateByObjectNode(ObjectNode objectNode, Class<T> c)"
modifiers:
- "static"
parameters:
- name: "objectNode"
type: "<xref href=\"com.fasterxml.jackson.databind.node.ObjectNode?alt=com.fasterxml.jackson.databind.node.ObjectNode&text=ObjectNode\" data-throw-if-not-resolved=\"False\" />"
- name: "c"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html\">Class</a>&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static T <T>instantiateByObjectNode(ObjectNode objectNode, Class<T> c)"
returns:
type: "<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.<T>noChanges(com.azure.cosmos.models.FeedResponse<T>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.noChanges(FeedResponse<T> page)"
name: "noChanges(FeedResponse<T> page)"
nameWithType: "ModelBridgeInternal.noChanges(FeedResponse<T> page)"
modifiers:
- "static"
parameters:
- name: "page"
type: "<xref href=\"com.azure.cosmos.models.FeedResponse?alt=com.azure.cosmos.models.FeedResponse&text=FeedResponse\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static boolean <T>noChanges(FeedResponse<T> page)"
returns:
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.<T>populatePropertyBag(T)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.populatePropertyBag(T t)"
name: "populatePropertyBag(T t)"
nameWithType: "ModelBridgeInternal.populatePropertyBag(T t)"
modifiers:
- "static"
parameters:
- name: "t"
type: "<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static void <T>populatePropertyBag(T t)"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.<T>queryMetrics(com.azure.cosmos.models.FeedResponse<T>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.queryMetrics(FeedResponse<T> feedResponse)"
name: "queryMetrics(FeedResponse<T> feedResponse)"
nameWithType: "ModelBridgeInternal.queryMetrics(FeedResponse<T> feedResponse)"
modifiers:
- "static"
parameters:
- name: "feedResponse"
type: "<xref href=\"com.azure.cosmos.models.FeedResponse?alt=com.azure.cosmos.models.FeedResponse&text=FeedResponse\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static ConcurrentMap<String,QueryMetrics> <T>queryMetrics(FeedResponse<T> feedResponse)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentMap.html\">ConcurrentMap</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.cosmos.implementation.QueryMetrics?alt=com.azure.cosmos.implementation.QueryMetrics&text=QueryMetrics\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.<T>queryMetricsMap(com.azure.cosmos.models.FeedResponse<T>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.queryMetricsMap(FeedResponse<T> feedResponse)"
name: "queryMetricsMap(FeedResponse<T> feedResponse)"
nameWithType: "ModelBridgeInternal.queryMetricsMap(FeedResponse<T> feedResponse)"
modifiers:
- "static"
parameters:
- name: "feedResponse"
type: "<xref href=\"com.azure.cosmos.models.FeedResponse?alt=com.azure.cosmos.models.FeedResponse&text=FeedResponse\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static ConcurrentMap<String,QueryMetrics> <T>queryMetricsMap(FeedResponse<T> feedResponse)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentMap.html\">ConcurrentMap</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.cosmos.implementation.QueryMetrics?alt=com.azure.cosmos.implementation.QueryMetrics&text=QueryMetrics\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.<T>setFeedResponseContinuationToken(java.lang.String,com.azure.cosmos.models.FeedResponse<T>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.setFeedResponseContinuationToken(String continuationToken, FeedResponse<T> response)"
name: "setFeedResponseContinuationToken(String continuationToken, FeedResponse<T> response)"
nameWithType: "ModelBridgeInternal.setFeedResponseContinuationToken(String continuationToken, FeedResponse<T> response)"
modifiers:
- "static"
parameters:
- name: "continuationToken"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- name: "response"
type: "<xref href=\"com.azure.cosmos.models.FeedResponse?alt=com.azure.cosmos.models.FeedResponse&text=FeedResponse\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static void <T>setFeedResponseContinuationToken(String continuationToken, FeedResponse<T> response)"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.<T>toFeedResponsePage(java.util.List<T>,java.util.Map<java.lang.String,java.lang.String>,boolean)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.toFeedResponsePage(List<T> results, Map<String,String> headers, boolean noChanges)"
name: "toFeedResponsePage(List<T> results, Map<String,String> headers, boolean noChanges)"
nameWithType: "ModelBridgeInternal.toFeedResponsePage(List<T> results, Map<String,String> headers, boolean noChanges)"
modifiers:
- "static"
parameters:
- name: "results"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
- name: "headers"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- name: "noChanges"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static FeedResponse<T> <T>toFeedResponsePage(List<T> results, Map<String,String> headers, boolean noChanges)"
returns:
type: "<xref href=\"com.azure.cosmos.models.FeedResponse?alt=com.azure.cosmos.models.FeedResponse&text=FeedResponse\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.<TContext>createCosmosBulkOperationResponse(com.azure.cosmos.models.CosmosItemOperation,com.azure.cosmos.models.CosmosBulkItemResponse,TContext)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosBulkOperationResponse(CosmosItemOperation operation, CosmosBulkItemResponse response, TContext batchContext)"
name: "createCosmosBulkOperationResponse(CosmosItemOperation operation, CosmosBulkItemResponse response, TContext batchContext)"
nameWithType: "ModelBridgeInternal.createCosmosBulkOperationResponse(CosmosItemOperation operation, CosmosBulkItemResponse response, TContext batchContext)"
modifiers:
- "static"
parameters:
- name: "operation"
type: "<xref href=\"com.azure.cosmos.models.CosmosItemOperation?alt=com.azure.cosmos.models.CosmosItemOperation&text=CosmosItemOperation\" data-throw-if-not-resolved=\"False\" />"
- name: "response"
type: "<xref href=\"com.azure.cosmos.models.CosmosBulkItemResponse?alt=com.azure.cosmos.models.CosmosBulkItemResponse&text=CosmosBulkItemResponse\" data-throw-if-not-resolved=\"False\" />"
- name: "batchContext"
type: "<xref href=\"TContext?alt=TContext&text=TContext\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CosmosBulkOperationResponse<TContext> <TContext>createCosmosBulkOperationResponse(CosmosItemOperation operation, CosmosBulkItemResponse response, TContext batchContext)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosBulkOperationResponse?alt=com.azure.cosmos.models.CosmosBulkOperationResponse&text=CosmosBulkOperationResponse\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"TContext?alt=TContext&text=TContext\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.<TContext>createCosmosBulkOperationResponse(com.azure.cosmos.models.CosmosItemOperation,java.lang.Exception,TContext)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosBulkOperationResponse(CosmosItemOperation operation, Exception exception, TContext batchContext)"
name: "createCosmosBulkOperationResponse(CosmosItemOperation operation, Exception exception, TContext batchContext)"
nameWithType: "ModelBridgeInternal.createCosmosBulkOperationResponse(CosmosItemOperation operation, Exception exception, TContext batchContext)"
modifiers:
- "static"
parameters:
- name: "operation"
type: "<xref href=\"com.azure.cosmos.models.CosmosItemOperation?alt=com.azure.cosmos.models.CosmosItemOperation&text=CosmosItemOperation\" data-throw-if-not-resolved=\"False\" />"
- name: "exception"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html\">Exception</a>"
- name: "batchContext"
type: "<xref href=\"TContext?alt=TContext&text=TContext\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CosmosBulkOperationResponse<TContext> <TContext>createCosmosBulkOperationResponse(CosmosItemOperation operation, Exception exception, TContext batchContext)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosBulkOperationResponse?alt=com.azure.cosmos.models.CosmosBulkOperationResponse&text=CosmosBulkOperationResponse\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"TContext?alt=TContext&text=TContext\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.addCosmosBatchResultInResponse(com.azure.cosmos.models.CosmosBatchResponse,java.util.List<com.azure.cosmos.models.CosmosBatchOperationResult>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.addCosmosBatchResultInResponse(CosmosBatchResponse cosmosBatchResponse, List<CosmosBatchOperationResult> cosmosBatchOperationResults)"
name: "addCosmosBatchResultInResponse(CosmosBatchResponse cosmosBatchResponse, List<CosmosBatchOperationResult> cosmosBatchOperationResults)"
nameWithType: "ModelBridgeInternal.addCosmosBatchResultInResponse(CosmosBatchResponse cosmosBatchResponse, List<CosmosBatchOperationResult> cosmosBatchOperationResults)"
modifiers:
- "static"
parameters:
- name: "cosmosBatchResponse"
type: "<xref href=\"com.azure.cosmos.models.CosmosBatchResponse?alt=com.azure.cosmos.models.CosmosBatchResponse&text=CosmosBatchResponse\" data-throw-if-not-resolved=\"False\" />"
- name: "cosmosBatchOperationResults"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.cosmos.models.CosmosBatchOperationResult?alt=com.azure.cosmos.models.CosmosBatchOperationResult&text=CosmosBatchOperationResult\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static void addCosmosBatchResultInResponse(CosmosBatchResponse cosmosBatchResponse, List<CosmosBatchOperationResult> cosmosBatchOperationResults)"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.addQueryInfoToFeedResponse(com.azure.cosmos.models.FeedResponse<?>,com.azure.cosmos.implementation.query.QueryInfo)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.addQueryInfoToFeedResponse(FeedResponse<?> feedResponse, QueryInfo queryInfo)"
name: "addQueryInfoToFeedResponse(FeedResponse<?> feedResponse, QueryInfo queryInfo)"
nameWithType: "ModelBridgeInternal.addQueryInfoToFeedResponse(FeedResponse<?> feedResponse, QueryInfo queryInfo)"
modifiers:
- "static"
parameters:
- name: "feedResponse"
type: "<xref href=\"com.azure.cosmos.models.FeedResponse?alt=com.azure.cosmos.models.FeedResponse&text=FeedResponse\" data-throw-if-not-resolved=\"False\" />&lt;?&gt;"
- name: "queryInfo"
type: "<xref href=\"com.azure.cosmos.implementation.query.QueryInfo?alt=com.azure.cosmos.implementation.query.QueryInfo&text=QueryInfo\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static void addQueryInfoToFeedResponse(FeedResponse<?> feedResponse, QueryInfo queryInfo)"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.addQueryPlanDiagnosticsContextToFeedResponse(com.azure.cosmos.models.FeedResponse<?>,com.azure.cosmos.implementation.query.QueryInfo.QueryPlanDiagnosticsContext)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.addQueryPlanDiagnosticsContextToFeedResponse(FeedResponse<?> feedResponse, QueryInfo.QueryPlanDiagnosticsContext queryPlanDiagnosticsContext)"
name: "addQueryPlanDiagnosticsContextToFeedResponse(FeedResponse<?> feedResponse, QueryInfo.QueryPlanDiagnosticsContext queryPlanDiagnosticsContext)"
nameWithType: "ModelBridgeInternal.addQueryPlanDiagnosticsContextToFeedResponse(FeedResponse<?> feedResponse, QueryInfo.QueryPlanDiagnosticsContext queryPlanDiagnosticsContext)"
modifiers:
- "static"
parameters:
- name: "feedResponse"
type: "<xref href=\"com.azure.cosmos.models.FeedResponse?alt=com.azure.cosmos.models.FeedResponse&text=FeedResponse\" data-throw-if-not-resolved=\"False\" />&lt;?&gt;"
- name: "queryPlanDiagnosticsContext"
type: "<xref href=\"com.azure.cosmos.implementation.query.QueryInfo.QueryPlanDiagnosticsContext?alt=com.azure.cosmos.implementation.query.QueryInfo.QueryPlanDiagnosticsContext&text=QueryPlanDiagnosticsContext\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static void addQueryPlanDiagnosticsContextToFeedResponse(FeedResponse<?> feedResponse, QueryInfo.QueryPlanDiagnosticsContext queryPlanDiagnosticsContext)"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.clone(com.azure.cosmos.models.CosmosItemRequestOptions)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.clone(CosmosItemRequestOptions options)"
name: "clone(CosmosItemRequestOptions options)"
nameWithType: "ModelBridgeInternal.clone(CosmosItemRequestOptions options)"
modifiers:
- "static"
parameters:
- name: "options"
type: "<xref href=\"com.azure.cosmos.models.CosmosItemRequestOptions?alt=com.azure.cosmos.models.CosmosItemRequestOptions&text=CosmosItemRequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CosmosItemRequestOptions clone(CosmosItemRequestOptions options)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosItemRequestOptions?alt=com.azure.cosmos.models.CosmosItemRequestOptions&text=CosmosItemRequestOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.createChangeFeedRequestOptionsForChangeFeedState(com.azure.cosmos.implementation.changefeed.common.ChangeFeedState)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.createChangeFeedRequestOptionsForChangeFeedState(ChangeFeedState state)"
name: "createChangeFeedRequestOptionsForChangeFeedState(ChangeFeedState state)"
nameWithType: "ModelBridgeInternal.createChangeFeedRequestOptionsForChangeFeedState(ChangeFeedState state)"
modifiers:
- "static"
parameters:
- name: "state"
type: "<xref href=\"com.azure.cosmos.implementation.changefeed.common.ChangeFeedState?alt=com.azure.cosmos.implementation.changefeed.common.ChangeFeedState&text=ChangeFeedState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CosmosChangeFeedRequestOptions createChangeFeedRequestOptionsForChangeFeedState(ChangeFeedState state)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosChangeFeedRequestOptions?alt=com.azure.cosmos.models.CosmosChangeFeedRequestOptions&text=CosmosChangeFeedRequestOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosBatchResponse(int,int,java.lang.String,java.util.Map<java.lang.String,java.lang.String>,com.azure.cosmos.CosmosDiagnostics)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosBatchResponse(int responseStatusCode, int responseSubStatusCode, String errorMessage, Map<String,String> responseHeaders, CosmosDiagnostics cosmosDiagnostics)"
name: "createCosmosBatchResponse(int responseStatusCode, int responseSubStatusCode, String errorMessage, Map<String,String> responseHeaders, CosmosDiagnostics cosmosDiagnostics)"
nameWithType: "ModelBridgeInternal.createCosmosBatchResponse(int responseStatusCode, int responseSubStatusCode, String errorMessage, Map<String,String> responseHeaders, CosmosDiagnostics cosmosDiagnostics)"
modifiers:
- "static"
parameters:
- name: "responseStatusCode"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- name: "responseSubStatusCode"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- name: "errorMessage"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- name: "responseHeaders"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- name: "cosmosDiagnostics"
type: "<xref href=\"com.azure.cosmos.CosmosDiagnostics?alt=com.azure.cosmos.CosmosDiagnostics&text=CosmosDiagnostics\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CosmosBatchResponse createCosmosBatchResponse(int responseStatusCode, int responseSubStatusCode, String errorMessage, Map<String,String> responseHeaders, CosmosDiagnostics cosmosDiagnostics)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosBatchResponse?alt=com.azure.cosmos.models.CosmosBatchResponse&text=CosmosBatchResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosBatchResult(java.lang.String,double,com.fasterxml.jackson.databind.node.ObjectNode,int,java.time.Duration,int,com.azure.cosmos.models.CosmosItemOperation)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosBatchResult(String eTag, double requestCharge, ObjectNode resourceObject, int statusCode, Duration retryAfter, int subStatusCode, CosmosItemOperation cosmosItemOperation)"
name: "createCosmosBatchResult(String eTag, double requestCharge, ObjectNode resourceObject, int statusCode, Duration retryAfter, int subStatusCode, CosmosItemOperation cosmosItemOperation)"
nameWithType: "ModelBridgeInternal.createCosmosBatchResult(String eTag, double requestCharge, ObjectNode resourceObject, int statusCode, Duration retryAfter, int subStatusCode, CosmosItemOperation cosmosItemOperation)"
modifiers:
- "static"
parameters:
- name: "eTag"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- name: "requestCharge"
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
- name: "resourceObject"
type: "<xref href=\"com.fasterxml.jackson.databind.node.ObjectNode?alt=com.fasterxml.jackson.databind.node.ObjectNode&text=ObjectNode\" data-throw-if-not-resolved=\"False\" />"
- name: "statusCode"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- name: "retryAfter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
- name: "subStatusCode"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- name: "cosmosItemOperation"
type: "<xref href=\"com.azure.cosmos.models.CosmosItemOperation?alt=com.azure.cosmos.models.CosmosItemOperation&text=CosmosItemOperation\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CosmosBatchOperationResult createCosmosBatchResult(String eTag, double requestCharge, ObjectNode resourceObject, int statusCode, Duration retryAfter, int subStatusCode, CosmosItemOperation cosmosItemOperation)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosBatchOperationResult?alt=com.azure.cosmos.models.CosmosBatchOperationResult&text=CosmosBatchOperationResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosBulkItemResponse(com.azure.cosmos.models.CosmosBatchOperationResult,com.azure.cosmos.models.CosmosBatchResponse)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosBulkItemResponse(CosmosBatchOperationResult result, CosmosBatchResponse response)"
name: "createCosmosBulkItemResponse(CosmosBatchOperationResult result, CosmosBatchResponse response)"
nameWithType: "ModelBridgeInternal.createCosmosBulkItemResponse(CosmosBatchOperationResult result, CosmosBatchResponse response)"
modifiers:
- "static"
parameters:
- name: "result"
type: "<xref href=\"com.azure.cosmos.models.CosmosBatchOperationResult?alt=com.azure.cosmos.models.CosmosBatchOperationResult&text=CosmosBatchOperationResult\" data-throw-if-not-resolved=\"False\" />"
- name: "response"
type: "<xref href=\"com.azure.cosmos.models.CosmosBatchResponse?alt=com.azure.cosmos.models.CosmosBatchResponse&text=CosmosBatchResponse\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CosmosBulkItemResponse createCosmosBulkItemResponse(CosmosBatchOperationResult result, CosmosBatchResponse response)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosBulkItemResponse?alt=com.azure.cosmos.models.CosmosBulkItemResponse&text=CosmosBulkItemResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosClientEncryptionKeyResponse(com.azure.cosmos.implementation.ResourceResponse<com.azure.cosmos.implementation.ClientEncryptionKey>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosClientEncryptionKeyResponse(ResourceResponse<ClientEncryptionKey> response)"
name: "createCosmosClientEncryptionKeyResponse(ResourceResponse<ClientEncryptionKey> response)"
nameWithType: "ModelBridgeInternal.createCosmosClientEncryptionKeyResponse(ResourceResponse<ClientEncryptionKey> response)"
modifiers:
- "static"
parameters:
- name: "response"
type: "<xref href=\"com.azure.cosmos.implementation.ResourceResponse?alt=com.azure.cosmos.implementation.ResourceResponse&text=ResourceResponse\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.cosmos.implementation.ClientEncryptionKey?alt=com.azure.cosmos.implementation.ClientEncryptionKey&text=ClientEncryptionKey\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static CosmosClientEncryptionKeyResponse createCosmosClientEncryptionKeyResponse(ResourceResponse<ClientEncryptionKey> response)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosClientEncryptionKeyResponse?alt=com.azure.cosmos.models.CosmosClientEncryptionKeyResponse&text=CosmosClientEncryptionKeyResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosConflictResponse(com.azure.cosmos.implementation.ResourceResponse<com.azure.cosmos.implementation.Conflict>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosConflictResponse(ResourceResponse<Conflict> response)"
name: "createCosmosConflictResponse(ResourceResponse<Conflict> response)"
nameWithType: "ModelBridgeInternal.createCosmosConflictResponse(ResourceResponse<Conflict> response)"
modifiers:
- "static"
parameters:
- name: "response"
type: "<xref href=\"com.azure.cosmos.implementation.ResourceResponse?alt=com.azure.cosmos.implementation.ResourceResponse&text=ResourceResponse\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.cosmos.implementation.Conflict?alt=com.azure.cosmos.implementation.Conflict&text=Conflict\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static CosmosConflictResponse createCosmosConflictResponse(ResourceResponse<Conflict> response)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosConflictResponse?alt=com.azure.cosmos.models.CosmosConflictResponse&text=CosmosConflictResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosContainerResponse(com.azure.cosmos.implementation.ResourceResponse<com.azure.cosmos.implementation.DocumentCollection>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosContainerResponse(ResourceResponse<DocumentCollection> response)"
name: "createCosmosContainerResponse(ResourceResponse<DocumentCollection> response)"
nameWithType: "ModelBridgeInternal.createCosmosContainerResponse(ResourceResponse<DocumentCollection> response)"
modifiers:
- "static"
parameters:
- name: "response"
type: "<xref href=\"com.azure.cosmos.implementation.ResourceResponse?alt=com.azure.cosmos.implementation.ResourceResponse&text=ResourceResponse\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.cosmos.implementation.DocumentCollection?alt=com.azure.cosmos.implementation.DocumentCollection&text=DocumentCollection\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static CosmosContainerResponse createCosmosContainerResponse(ResourceResponse<DocumentCollection> response)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosContainerResponse?alt=com.azure.cosmos.models.CosmosContainerResponse&text=CosmosContainerResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosDatabaseResponse(com.azure.cosmos.implementation.ResourceResponse<com.azure.cosmos.implementation.Database>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosDatabaseResponse(ResourceResponse<Database> response)"
name: "createCosmosDatabaseResponse(ResourceResponse<Database> response)"
nameWithType: "ModelBridgeInternal.createCosmosDatabaseResponse(ResourceResponse<Database> response)"
modifiers:
- "static"
parameters:
- name: "response"
type: "<xref href=\"com.azure.cosmos.implementation.ResourceResponse?alt=com.azure.cosmos.implementation.ResourceResponse&text=ResourceResponse\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.cosmos.implementation.Database?alt=com.azure.cosmos.implementation.Database&text=Database\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static CosmosDatabaseResponse createCosmosDatabaseResponse(ResourceResponse<Database> response)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosDatabaseResponse?alt=com.azure.cosmos.models.CosmosDatabaseResponse&text=CosmosDatabaseResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosItemRequestOptions(com.azure.cosmos.models.PartitionKey)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosItemRequestOptions(PartitionKey partitionKey)"
name: "createCosmosItemRequestOptions(PartitionKey partitionKey)"
nameWithType: "ModelBridgeInternal.createCosmosItemRequestOptions(PartitionKey partitionKey)"
modifiers:
- "static"
parameters:
- name: "partitionKey"
type: "<xref href=\"com.azure.cosmos.models.PartitionKey?alt=com.azure.cosmos.models.PartitionKey&text=PartitionKey\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CosmosItemRequestOptions createCosmosItemRequestOptions(PartitionKey partitionKey)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosItemRequestOptions?alt=com.azure.cosmos.models.CosmosItemRequestOptions&text=CosmosItemRequestOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosPermissionProperties(java.lang.String)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosPermissionProperties(String jsonString)"
name: "createCosmosPermissionProperties(String jsonString)"
nameWithType: "ModelBridgeInternal.createCosmosPermissionProperties(String jsonString)"
modifiers:
- "static"
parameters:
- name: "jsonString"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static CosmosPermissionProperties createCosmosPermissionProperties(String jsonString)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosPermissionProperties?alt=com.azure.cosmos.models.CosmosPermissionProperties&text=CosmosPermissionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosPermissionResponse(com.azure.cosmos.implementation.ResourceResponse<com.azure.cosmos.implementation.Permission>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosPermissionResponse(ResourceResponse<Permission> response)"
name: "createCosmosPermissionResponse(ResourceResponse<Permission> response)"
nameWithType: "ModelBridgeInternal.createCosmosPermissionResponse(ResourceResponse<Permission> response)"
modifiers:
- "static"
parameters:
- name: "response"
type: "<xref href=\"com.azure.cosmos.implementation.ResourceResponse?alt=com.azure.cosmos.implementation.ResourceResponse&text=ResourceResponse\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.cosmos.implementation.Permission?alt=com.azure.cosmos.implementation.Permission&text=Permission\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static CosmosPermissionResponse createCosmosPermissionResponse(ResourceResponse<Permission> response)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosPermissionResponse?alt=com.azure.cosmos.models.CosmosPermissionResponse&text=CosmosPermissionResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosStoredProcedureProperties(java.lang.String)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosStoredProcedureProperties(String jsonString)"
name: "createCosmosStoredProcedureProperties(String jsonString)"
nameWithType: "ModelBridgeInternal.createCosmosStoredProcedureProperties(String jsonString)"
modifiers:
- "static"
parameters:
- name: "jsonString"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static CosmosStoredProcedureProperties createCosmosStoredProcedureProperties(String jsonString)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosStoredProcedureProperties?alt=com.azure.cosmos.models.CosmosStoredProcedureProperties&text=CosmosStoredProcedureProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosStoredProcedureResponse(com.azure.cosmos.implementation.ResourceResponse<com.azure.cosmos.implementation.StoredProcedure>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosStoredProcedureResponse(ResourceResponse<StoredProcedure> response)"
name: "createCosmosStoredProcedureResponse(ResourceResponse<StoredProcedure> response)"
nameWithType: "ModelBridgeInternal.createCosmosStoredProcedureResponse(ResourceResponse<StoredProcedure> response)"
modifiers:
- "static"
parameters:
- name: "response"
type: "<xref href=\"com.azure.cosmos.implementation.ResourceResponse?alt=com.azure.cosmos.implementation.ResourceResponse&text=ResourceResponse\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.cosmos.implementation.StoredProcedure?alt=com.azure.cosmos.implementation.StoredProcedure&text=StoredProcedure\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static CosmosStoredProcedureResponse createCosmosStoredProcedureResponse(ResourceResponse<StoredProcedure> response)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosStoredProcedureResponse?alt=com.azure.cosmos.models.CosmosStoredProcedureResponse&text=CosmosStoredProcedureResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosStoredProcedureResponse(com.azure.cosmos.implementation.StoredProcedureResponse)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosStoredProcedureResponse(StoredProcedureResponse response)"
name: "createCosmosStoredProcedureResponse(StoredProcedureResponse response)"
nameWithType: "ModelBridgeInternal.createCosmosStoredProcedureResponse(StoredProcedureResponse response)"
modifiers:
- "static"
parameters:
- name: "response"
type: "<xref href=\"com.azure.cosmos.implementation.StoredProcedureResponse?alt=com.azure.cosmos.implementation.StoredProcedureResponse&text=StoredProcedureResponse\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CosmosStoredProcedureResponse createCosmosStoredProcedureResponse(StoredProcedureResponse response)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosStoredProcedureResponse?alt=com.azure.cosmos.models.CosmosStoredProcedureResponse&text=CosmosStoredProcedureResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosTriggerResponse(com.azure.cosmos.implementation.ResourceResponse<com.azure.cosmos.implementation.Trigger>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosTriggerResponse(ResourceResponse<Trigger> response)"
name: "createCosmosTriggerResponse(ResourceResponse<Trigger> response)"
nameWithType: "ModelBridgeInternal.createCosmosTriggerResponse(ResourceResponse<Trigger> response)"
modifiers:
- "static"
parameters:
- name: "response"
type: "<xref href=\"com.azure.cosmos.implementation.ResourceResponse?alt=com.azure.cosmos.implementation.ResourceResponse&text=ResourceResponse\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.cosmos.implementation.Trigger?alt=com.azure.cosmos.implementation.Trigger&text=Trigger\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static CosmosTriggerResponse createCosmosTriggerResponse(ResourceResponse<Trigger> response)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosTriggerResponse?alt=com.azure.cosmos.models.CosmosTriggerResponse&text=CosmosTriggerResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosUserDefinedFunctionResponse(com.azure.cosmos.implementation.ResourceResponse<com.azure.cosmos.implementation.UserDefinedFunction>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosUserDefinedFunctionResponse(ResourceResponse<UserDefinedFunction> response)"
name: "createCosmosUserDefinedFunctionResponse(ResourceResponse<UserDefinedFunction> response)"
nameWithType: "ModelBridgeInternal.createCosmosUserDefinedFunctionResponse(ResourceResponse<UserDefinedFunction> response)"
modifiers:
- "static"
parameters:
- name: "response"
type: "<xref href=\"com.azure.cosmos.implementation.ResourceResponse?alt=com.azure.cosmos.implementation.ResourceResponse&text=ResourceResponse\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.cosmos.implementation.UserDefinedFunction?alt=com.azure.cosmos.implementation.UserDefinedFunction&text=UserDefinedFunction\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static CosmosUserDefinedFunctionResponse createCosmosUserDefinedFunctionResponse(ResourceResponse<UserDefinedFunction> response)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosUserDefinedFunctionResponse?alt=com.azure.cosmos.models.CosmosUserDefinedFunctionResponse&text=CosmosUserDefinedFunctionResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosUserResponse(com.azure.cosmos.implementation.ResourceResponse<com.azure.cosmos.implementation.User>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosUserResponse(ResourceResponse<User> response)"
name: "createCosmosUserResponse(ResourceResponse<User> response)"
nameWithType: "ModelBridgeInternal.createCosmosUserResponse(ResourceResponse<User> response)"
modifiers:
- "static"
parameters:
- name: "response"
type: "<xref href=\"com.azure.cosmos.implementation.ResourceResponse?alt=com.azure.cosmos.implementation.ResourceResponse&text=ResourceResponse\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.cosmos.implementation.User?alt=com.azure.cosmos.implementation.User&text=User\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static CosmosUserResponse createCosmosUserResponse(ResourceResponse<User> response)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosUserResponse?alt=com.azure.cosmos.models.CosmosUserResponse&text=CosmosUserResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.createIndexingPolicy(com.azure.cosmos.implementation.Index[])"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.createIndexingPolicy(Index[] indexes)"
name: "createIndexingPolicy(Index[] indexes)"
nameWithType: "ModelBridgeInternal.createIndexingPolicy(Index[] indexes)"
modifiers:
- "static"
parameters:
- name: "indexes"
type: "<xref href=\"com.azure.cosmos.implementation.Index?alt=com.azure.cosmos.implementation.Index&text=Index\" data-throw-if-not-resolved=\"False\" />[]"
syntax: "public static IndexingPolicy createIndexingPolicy(Index[] indexes)"
returns:
type: "<xref href=\"com.azure.cosmos.models.IndexingPolicy?alt=com.azure.cosmos.models.IndexingPolicy&text=IndexingPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.createThroughputRespose(com.azure.cosmos.implementation.ResourceResponse<com.azure.cosmos.implementation.Offer>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.createThroughputRespose(ResourceResponse<Offer> offerResourceResponse)"
name: "createThroughputRespose(ResourceResponse<Offer> offerResourceResponse)"
nameWithType: "ModelBridgeInternal.createThroughputRespose(ResourceResponse<Offer> offerResourceResponse)"
modifiers:
- "static"
parameters:
- name: "offerResourceResponse"
type: "<xref href=\"com.azure.cosmos.implementation.ResourceResponse?alt=com.azure.cosmos.implementation.ResourceResponse&text=ResourceResponse\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.cosmos.implementation.Offer?alt=com.azure.cosmos.implementation.Offer&text=Offer\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static ThroughputResponse createThroughputRespose(ResourceResponse<Offer> offerResourceResponse)"
returns:
type: "<xref href=\"com.azure.cosmos.models.ThroughputResponse?alt=com.azure.cosmos.models.ThroughputResponse&text=ThroughputResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.disableSplitHandling(com.azure.cosmos.models.CosmosChangeFeedRequestOptions)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.disableSplitHandling(CosmosChangeFeedRequestOptions requestOptions)"
name: "disableSplitHandling(CosmosChangeFeedRequestOptions requestOptions)"
nameWithType: "ModelBridgeInternal.disableSplitHandling(CosmosChangeFeedRequestOptions requestOptions)"
modifiers:
- "static"
parameters:
- name: "requestOptions"
type: "<xref href=\"com.azure.cosmos.models.CosmosChangeFeedRequestOptions?alt=com.azure.cosmos.models.CosmosChangeFeedRequestOptions&text=CosmosChangeFeedRequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CosmosChangeFeedRequestOptions disableSplitHandling(CosmosChangeFeedRequestOptions requestOptions)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosChangeFeedRequestOptions?alt=com.azure.cosmos.models.CosmosChangeFeedRequestOptions&text=CosmosChangeFeedRequestOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.fromServiceSerializedFormat(java.lang.String)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.fromServiceSerializedFormat(String cosmosResourceType)"
name: "fromServiceSerializedFormat(String cosmosResourceType)"
nameWithType: "ModelBridgeInternal.fromServiceSerializedFormat(String cosmosResourceType)"
modifiers:
- "static"
parameters:
- name: "cosmosResourceType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static CosmosResourceType fromServiceSerializedFormat(String cosmosResourceType)"
returns:
type: "<xref href=\"com.azure.cosmos.implementation.CosmosResourceType?alt=com.azure.cosmos.implementation.CosmosResourceType&text=CosmosResourceType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getChangeFeedContinuationState(com.azure.cosmos.models.CosmosChangeFeedRequestOptions)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getChangeFeedContinuationState(CosmosChangeFeedRequestOptions requestOptions)"
name: "getChangeFeedContinuationState(CosmosChangeFeedRequestOptions requestOptions)"
nameWithType: "ModelBridgeInternal.getChangeFeedContinuationState(CosmosChangeFeedRequestOptions requestOptions)"
modifiers:
- "static"
parameters:
- name: "requestOptions"
type: "<xref href=\"com.azure.cosmos.models.CosmosChangeFeedRequestOptions?alt=com.azure.cosmos.models.CosmosChangeFeedRequestOptions&text=CosmosChangeFeedRequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ChangeFeedState getChangeFeedContinuationState(CosmosChangeFeedRequestOptions requestOptions)"
returns:
type: "<xref href=\"com.azure.cosmos.implementation.changefeed.common.ChangeFeedState?alt=com.azure.cosmos.implementation.changefeed.common.ChangeFeedState&text=ChangeFeedState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getChangeFeedIsSplitHandlingDisabled(com.azure.cosmos.models.CosmosChangeFeedRequestOptions)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getChangeFeedIsSplitHandlingDisabled(CosmosChangeFeedRequestOptions requestOptions)"
name: "getChangeFeedIsSplitHandlingDisabled(CosmosChangeFeedRequestOptions requestOptions)"
nameWithType: "ModelBridgeInternal.getChangeFeedIsSplitHandlingDisabled(CosmosChangeFeedRequestOptions requestOptions)"
modifiers:
- "static"
parameters:
- name: "requestOptions"
type: "<xref href=\"com.azure.cosmos.models.CosmosChangeFeedRequestOptions?alt=com.azure.cosmos.models.CosmosChangeFeedRequestOptions&text=CosmosChangeFeedRequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static boolean getChangeFeedIsSplitHandlingDisabled(CosmosChangeFeedRequestOptions requestOptions)"
returns:
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getChangeFeedMode(com.azure.cosmos.models.CosmosChangeFeedRequestOptions)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getChangeFeedMode(CosmosChangeFeedRequestOptions requestOptions)"
name: "getChangeFeedMode(CosmosChangeFeedRequestOptions requestOptions)"
nameWithType: "ModelBridgeInternal.getChangeFeedMode(CosmosChangeFeedRequestOptions requestOptions)"
modifiers:
- "static"
parameters:
- name: "requestOptions"
type: "<xref href=\"com.azure.cosmos.models.CosmosChangeFeedRequestOptions?alt=com.azure.cosmos.models.CosmosChangeFeedRequestOptions&text=CosmosChangeFeedRequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ChangeFeedMode getChangeFeedMode(CosmosChangeFeedRequestOptions requestOptions)"
returns:
type: "<xref href=\"com.azure.cosmos.implementation.changefeed.common.ChangeFeedMode?alt=com.azure.cosmos.implementation.changefeed.common.ChangeFeedMode&text=ChangeFeedMode\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getChangeFeedStartFromSettings(com.azure.cosmos.models.CosmosChangeFeedRequestOptions)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getChangeFeedStartFromSettings(CosmosChangeFeedRequestOptions requestOptions)"
name: "getChangeFeedStartFromSettings(CosmosChangeFeedRequestOptions requestOptions)"
nameWithType: "ModelBridgeInternal.getChangeFeedStartFromSettings(CosmosChangeFeedRequestOptions requestOptions)"
modifiers:
- "static"
parameters:
- name: "requestOptions"
type: "<xref href=\"com.azure.cosmos.models.CosmosChangeFeedRequestOptions?alt=com.azure.cosmos.models.CosmosChangeFeedRequestOptions&text=CosmosChangeFeedRequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ChangeFeedStartFromInternal getChangeFeedStartFromSettings(CosmosChangeFeedRequestOptions requestOptions)"
returns:
type: "<xref href=\"com.azure.cosmos.implementation.changefeed.common.ChangeFeedStartFromInternal?alt=com.azure.cosmos.implementation.changefeed.common.ChangeFeedStartFromInternal&text=ChangeFeedStartFromInternal\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getClientEncryptionKey(com.azure.cosmos.models.CosmosClientEncryptionKeyProperties)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getClientEncryptionKey(CosmosClientEncryptionKeyProperties cosmosClientEncryptionKeyProperties)"
name: "getClientEncryptionKey(CosmosClientEncryptionKeyProperties cosmosClientEncryptionKeyProperties)"
nameWithType: "ModelBridgeInternal.getClientEncryptionKey(CosmosClientEncryptionKeyProperties cosmosClientEncryptionKeyProperties)"
modifiers:
- "static"
parameters:
- name: "cosmosClientEncryptionKeyProperties"
type: "<xref href=\"com.azure.cosmos.models.CosmosClientEncryptionKeyProperties?alt=com.azure.cosmos.models.CosmosClientEncryptionKeyProperties&text=CosmosClientEncryptionKeyProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ClientEncryptionKey getClientEncryptionKey(CosmosClientEncryptionKeyProperties cosmosClientEncryptionKeyProperties)"
returns:
type: "<xref href=\"com.azure.cosmos.implementation.ClientEncryptionKey?alt=com.azure.cosmos.implementation.ClientEncryptionKey&text=ClientEncryptionKey\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getClientEncryptionKeyPropertiesList(java.util.List<com.azure.cosmos.implementation.ClientEncryptionKey>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getClientEncryptionKeyPropertiesList(List<ClientEncryptionKey> results)"
name: "getClientEncryptionKeyPropertiesList(List<ClientEncryptionKey> results)"
nameWithType: "ModelBridgeInternal.getClientEncryptionKeyPropertiesList(List<ClientEncryptionKey> results)"
modifiers:
- "static"
parameters:
- name: "results"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.cosmos.implementation.ClientEncryptionKey?alt=com.azure.cosmos.implementation.ClientEncryptionKey&text=ClientEncryptionKey\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static List<CosmosClientEncryptionKeyProperties> getClientEncryptionKeyPropertiesList(List<ClientEncryptionKey> results)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.cosmos.models.CosmosClientEncryptionKeyProperties?alt=com.azure.cosmos.models.CosmosClientEncryptionKeyProperties&text=CosmosClientEncryptionKeyProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getConsistencyLevel(com.azure.cosmos.models.CosmosItemRequestOptions)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getConsistencyLevel(CosmosItemRequestOptions options)"
name: "getConsistencyLevel(CosmosItemRequestOptions options)"
nameWithType: "ModelBridgeInternal.getConsistencyLevel(CosmosItemRequestOptions options)"
modifiers:
- "static"
parameters:
- name: "options"
type: "<xref href=\"com.azure.cosmos.models.CosmosItemRequestOptions?alt=com.azure.cosmos.models.CosmosItemRequestOptions&text=CosmosItemRequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ConsistencyLevel getConsistencyLevel(CosmosItemRequestOptions options)"
returns:
type: "<xref href=\"com.azure.cosmos.ConsistencyLevel?alt=com.azure.cosmos.ConsistencyLevel&text=ConsistencyLevel\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosConflictPropertiesFromV2Results(java.util.List<com.azure.cosmos.implementation.Conflict>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosConflictPropertiesFromV2Results(List<Conflict> results)"
name: "getCosmosConflictPropertiesFromV2Results(List<Conflict> results)"
nameWithType: "ModelBridgeInternal.getCosmosConflictPropertiesFromV2Results(List<Conflict> results)"
modifiers:
- "static"
parameters:
- name: "results"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.cosmos.implementation.Conflict?alt=com.azure.cosmos.implementation.Conflict&text=Conflict\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static List<CosmosConflictProperties> getCosmosConflictPropertiesFromV2Results(List<Conflict> results)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.cosmos.models.CosmosConflictProperties?alt=com.azure.cosmos.models.CosmosConflictProperties&text=CosmosConflictProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosContainerPropertiesFromV2Results(java.util.List<com.azure.cosmos.implementation.DocumentCollection>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosContainerPropertiesFromV2Results(List<DocumentCollection> results)"
name: "getCosmosContainerPropertiesFromV2Results(List<DocumentCollection> results)"
nameWithType: "ModelBridgeInternal.getCosmosContainerPropertiesFromV2Results(List<DocumentCollection> results)"
modifiers:
- "static"
parameters:
- name: "results"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.cosmos.implementation.DocumentCollection?alt=com.azure.cosmos.implementation.DocumentCollection&text=DocumentCollection\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static List<CosmosContainerProperties> getCosmosContainerPropertiesFromV2Results(List<DocumentCollection> results)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.cosmos.models.CosmosContainerProperties?alt=com.azure.cosmos.models.CosmosContainerProperties&text=CosmosContainerProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosDatabasePropertiesFromV2Results(java.util.List<com.azure.cosmos.implementation.Database>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosDatabasePropertiesFromV2Results(List<Database> results)"
name: "getCosmosDatabasePropertiesFromV2Results(List<Database> results)"
nameWithType: "ModelBridgeInternal.getCosmosDatabasePropertiesFromV2Results(List<Database> results)"
modifiers:
- "static"
parameters:
- name: "results"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.cosmos.implementation.Database?alt=com.azure.cosmos.implementation.Database&text=Database\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static List<CosmosDatabaseProperties> getCosmosDatabasePropertiesFromV2Results(List<Database> results)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.cosmos.models.CosmosDatabaseProperties?alt=com.azure.cosmos.models.CosmosDatabaseProperties&text=CosmosDatabaseProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosPermissionPropertiesFromResults(java.util.List<com.azure.cosmos.implementation.Permission>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosPermissionPropertiesFromResults(List<Permission> results)"
name: "getCosmosPermissionPropertiesFromResults(List<Permission> results)"
nameWithType: "ModelBridgeInternal.getCosmosPermissionPropertiesFromResults(List<Permission> results)"
modifiers:
- "static"
parameters:
- name: "results"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.cosmos.implementation.Permission?alt=com.azure.cosmos.implementation.Permission&text=Permission\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static List<CosmosPermissionProperties> getCosmosPermissionPropertiesFromResults(List<Permission> results)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.cosmos.models.CosmosPermissionProperties?alt=com.azure.cosmos.models.CosmosPermissionProperties&text=CosmosPermissionProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosStoredProcedurePropertiesFromV2Results(java.util.List<com.azure.cosmos.implementation.StoredProcedure>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosStoredProcedurePropertiesFromV2Results(List<StoredProcedure> results)"
name: "getCosmosStoredProcedurePropertiesFromV2Results(List<StoredProcedure> results)"
nameWithType: "ModelBridgeInternal.getCosmosStoredProcedurePropertiesFromV2Results(List<StoredProcedure> results)"
modifiers:
- "static"
parameters:
- name: "results"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.cosmos.implementation.StoredProcedure?alt=com.azure.cosmos.implementation.StoredProcedure&text=StoredProcedure\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static List<CosmosStoredProcedureProperties> getCosmosStoredProcedurePropertiesFromV2Results(List<StoredProcedure> results)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.cosmos.models.CosmosStoredProcedureProperties?alt=com.azure.cosmos.models.CosmosStoredProcedureProperties&text=CosmosStoredProcedureProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosTriggerPropertiesFromV2Results(java.util.List<com.azure.cosmos.implementation.Trigger>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosTriggerPropertiesFromV2Results(List<Trigger> results)"
name: "getCosmosTriggerPropertiesFromV2Results(List<Trigger> results)"
nameWithType: "ModelBridgeInternal.getCosmosTriggerPropertiesFromV2Results(List<Trigger> results)"
modifiers:
- "static"
parameters:
- name: "results"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.cosmos.implementation.Trigger?alt=com.azure.cosmos.implementation.Trigger&text=Trigger\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static List<CosmosTriggerProperties> getCosmosTriggerPropertiesFromV2Results(List<Trigger> results)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.cosmos.models.CosmosTriggerProperties?alt=com.azure.cosmos.models.CosmosTriggerProperties&text=CosmosTriggerProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosUserDefinedFunctionPropertiesFromV2Results(java.util.List<com.azure.cosmos.implementation.UserDefinedFunction>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosUserDefinedFunctionPropertiesFromV2Results(List<UserDefinedFunction> results)"
name: "getCosmosUserDefinedFunctionPropertiesFromV2Results(List<UserDefinedFunction> results)"
nameWithType: "ModelBridgeInternal.getCosmosUserDefinedFunctionPropertiesFromV2Results(List<UserDefinedFunction> results)"
modifiers:
- "static"
parameters:
- name: "results"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.cosmos.implementation.UserDefinedFunction?alt=com.azure.cosmos.implementation.UserDefinedFunction&text=UserDefinedFunction\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static List<CosmosUserDefinedFunctionProperties> getCosmosUserDefinedFunctionPropertiesFromV2Results(List<UserDefinedFunction> results)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.cosmos.models.CosmosUserDefinedFunctionProperties?alt=com.azure.cosmos.models.CosmosUserDefinedFunctionProperties&text=CosmosUserDefinedFunctionProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosUserPropertiesFromV2Results(java.util.List<com.azure.cosmos.implementation.User>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosUserPropertiesFromV2Results(List<User> results)"
name: "getCosmosUserPropertiesFromV2Results(List<User> results)"
nameWithType: "ModelBridgeInternal.getCosmosUserPropertiesFromV2Results(List<User> results)"
modifiers:
- "static"
parameters:
- name: "results"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.cosmos.implementation.User?alt=com.azure.cosmos.implementation.User&text=User\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public static List<CosmosUserProperties> getCosmosUserPropertiesFromV2Results(List<User> results)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.cosmos.models.CosmosUserProperties?alt=com.azure.cosmos.models.CosmosUserProperties&text=CosmosUserProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getEffectiveChangeFeedRequestOptions(com.azure.cosmos.models.CosmosChangeFeedRequestOptions,com.azure.cosmos.implementation.CosmosPagedFluxOptions)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getEffectiveChangeFeedRequestOptions(CosmosChangeFeedRequestOptions cosmosChangeFeedRequestOptions, CosmosPagedFluxOptions pagedFlexOptions)"
name: "getEffectiveChangeFeedRequestOptions(CosmosChangeFeedRequestOptions cosmosChangeFeedRequestOptions, CosmosPagedFluxOptions pagedFlexOptions)"
nameWithType: "ModelBridgeInternal.getEffectiveChangeFeedRequestOptions(CosmosChangeFeedRequestOptions cosmosChangeFeedRequestOptions, CosmosPagedFluxOptions pagedFlexOptions)"
modifiers:
- "static"
parameters:
- name: "cosmosChangeFeedRequestOptions"
type: "<xref href=\"com.azure.cosmos.models.CosmosChangeFeedRequestOptions?alt=com.azure.cosmos.models.CosmosChangeFeedRequestOptions&text=CosmosChangeFeedRequestOptions\" data-throw-if-not-resolved=\"False\" />"
- name: "pagedFlexOptions"
type: "<xref href=\"com.azure.cosmos.implementation.CosmosPagedFluxOptions?alt=com.azure.cosmos.implementation.CosmosPagedFluxOptions&text=CosmosPagedFluxOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CosmosChangeFeedRequestOptions getEffectiveChangeFeedRequestOptions(CosmosChangeFeedRequestOptions cosmosChangeFeedRequestOptions, CosmosPagedFluxOptions pagedFlexOptions)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosChangeFeedRequestOptions?alt=com.azure.cosmos.models.CosmosChangeFeedRequestOptions&text=CosmosChangeFeedRequestOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getMaxItemCountFromQueryRequestOptions(com.azure.cosmos.models.CosmosQueryRequestOptions)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getMaxItemCountFromQueryRequestOptions(CosmosQueryRequestOptions options)"
name: "getMaxItemCountFromQueryRequestOptions(CosmosQueryRequestOptions options)"
nameWithType: "ModelBridgeInternal.getMaxItemCountFromQueryRequestOptions(CosmosQueryRequestOptions options)"
modifiers:
- "static"
parameters:
- name: "options"
type: "<xref href=\"com.azure.cosmos.models.CosmosQueryRequestOptions?alt=com.azure.cosmos.models.CosmosQueryRequestOptions&text=CosmosQueryRequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static Integer getMaxItemCountFromQueryRequestOptions(CosmosQueryRequestOptions options)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getNoChangesFromFeedResponse(com.azure.cosmos.models.FeedResponse<?>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getNoChangesFromFeedResponse(FeedResponse<?> response)"
name: "getNoChangesFromFeedResponse(FeedResponse<?> response)"
nameWithType: "ModelBridgeInternal.getNoChangesFromFeedResponse(FeedResponse<?> response)"
modifiers:
- "static"
parameters:
- name: "response"
type: "<xref href=\"com.azure.cosmos.models.FeedResponse?alt=com.azure.cosmos.models.FeedResponse&text=FeedResponse\" data-throw-if-not-resolved=\"False\" />&lt;?&gt;"
syntax: "public static boolean getNoChangesFromFeedResponse(FeedResponse<?> response)"
returns:
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getNonePartitionKey(com.azure.cosmos.models.PartitionKeyDefinition)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getNonePartitionKey(PartitionKeyDefinition partitionKeyDefinition)"
name: "getNonePartitionKey(PartitionKeyDefinition partitionKeyDefinition)"
nameWithType: "ModelBridgeInternal.getNonePartitionKey(PartitionKeyDefinition partitionKeyDefinition)"
modifiers:
- "static"
parameters:
- name: "partitionKeyDefinition"
type: "<xref href=\"com.azure.cosmos.models.PartitionKeyDefinition?alt=com.azure.cosmos.models.PartitionKeyDefinition&text=PartitionKeyDefinition\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static PartitionKeyInternal getNonePartitionKey(PartitionKeyDefinition partitionKeyDefinition)"
returns:
type: "<xref href=\"com.azure.cosmos.implementation.routing.PartitionKeyInternal?alt=com.azure.cosmos.implementation.routing.PartitionKeyInternal&text=PartitionKeyInternal\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getOfferFromThroughputProperties(com.azure.cosmos.models.ThroughputProperties)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getOfferFromThroughputProperties(ThroughputProperties properties)"
name: "getOfferFromThroughputProperties(ThroughputProperties properties)"
nameWithType: "ModelBridgeInternal.getOfferFromThroughputProperties(ThroughputProperties properties)"
modifiers:
- "static"
parameters:
- name: "properties"
type: "<xref href=\"com.azure.cosmos.models.ThroughputProperties?alt=com.azure.cosmos.models.ThroughputProperties&text=ThroughputProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static Offer getOfferFromThroughputProperties(ThroughputProperties properties)"
returns:
type: "<xref href=\"com.azure.cosmos.implementation.Offer?alt=com.azure.cosmos.implementation.Offer&text=Offer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getOperationValueForCosmosItemOperationType(com.azure.cosmos.models.CosmosItemOperationType)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getOperationValueForCosmosItemOperationType(CosmosItemOperationType cosmosItemOperationType)"
name: "getOperationValueForCosmosItemOperationType(CosmosItemOperationType cosmosItemOperationType)"
nameWithType: "ModelBridgeInternal.getOperationValueForCosmosItemOperationType(CosmosItemOperationType cosmosItemOperationType)"
modifiers:
- "static"
parameters:
- name: "cosmosItemOperationType"
type: "<xref href=\"com.azure.cosmos.models.CosmosItemOperationType?alt=com.azure.cosmos.models.CosmosItemOperationType&text=CosmosItemOperationType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static String getOperationValueForCosmosItemOperationType(CosmosItemOperationType cosmosItemOperationType)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getPartitionKeyInternal(com.azure.cosmos.models.PartitionKey)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getPartitionKeyInternal(PartitionKey partitionKey)"
name: "getPartitionKeyInternal(PartitionKey partitionKey)"
nameWithType: "ModelBridgeInternal.getPartitionKeyInternal(PartitionKey partitionKey)"
modifiers:
- "static"
parameters:
- name: "partitionKey"
type: "<xref href=\"com.azure.cosmos.models.PartitionKey?alt=com.azure.cosmos.models.PartitionKey&text=PartitionKey\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static PartitionKeyInternal getPartitionKeyInternal(PartitionKey partitionKey)"
returns:
type: "<xref href=\"com.azure.cosmos.implementation.routing.PartitionKeyInternal?alt=com.azure.cosmos.implementation.routing.PartitionKeyInternal&text=PartitionKeyInternal\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getPartitionKeyRangeIdInternal(com.azure.cosmos.models.CosmosQueryRequestOptions)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getPartitionKeyRangeIdInternal(CosmosQueryRequestOptions options)"
name: "getPartitionKeyRangeIdInternal(CosmosQueryRequestOptions options)"
nameWithType: "ModelBridgeInternal.getPartitionKeyRangeIdInternal(CosmosQueryRequestOptions options)"
summary: "Gets the partition<wbr>Key<wbr>Range<wbr>Id."
modifiers:
- "static"
parameters:
- description: "the query request options"
name: "options"
type: "<xref href=\"com.azure.cosmos.models.CosmosQueryRequestOptions?alt=com.azure.cosmos.models.CosmosQueryRequestOptions&text=CosmosQueryRequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static String getPartitionKeyRangeIdInternal(CosmosQueryRequestOptions options)"
desc: "Gets the partitionKeyRangeId."
returns:
description: "the partitionKeyRangeId."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getPatchOperationsFromCosmosPatch(com.azure.cosmos.models.CosmosPatchOperations)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getPatchOperationsFromCosmosPatch(CosmosPatchOperations cosmosPatchOperations)"
name: "getPatchOperationsFromCosmosPatch(CosmosPatchOperations cosmosPatchOperations)"
nameWithType: "ModelBridgeInternal.getPatchOperationsFromCosmosPatch(CosmosPatchOperations cosmosPatchOperations)"
modifiers:
- "static"
parameters:
- name: "cosmosPatchOperations"
type: "<xref href=\"com.azure.cosmos.models.CosmosPatchOperations?alt=com.azure.cosmos.models.CosmosPatchOperations&text=CosmosPatchOperations\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static List<PatchOperation> getPatchOperationsFromCosmosPatch(CosmosPatchOperations cosmosPatchOperations)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.cosmos.implementation.patch.PatchOperation?alt=com.azure.cosmos.implementation.patch.PatchOperation&text=PatchOperation\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getPermission(com.azure.cosmos.models.CosmosPermissionProperties)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getPermission(CosmosPermissionProperties permissionProperties)"
name: "getPermission(CosmosPermissionProperties permissionProperties)"
nameWithType: "ModelBridgeInternal.getPermission(CosmosPermissionProperties permissionProperties)"
modifiers:
- "static"
parameters:
- name: "permissionProperties"
type: "<xref href=\"com.azure.cosmos.models.CosmosPermissionProperties?alt=com.azure.cosmos.models.CosmosPermissionProperties&text=CosmosPermissionProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static Permission getPermission(CosmosPermissionProperties permissionProperties)"
returns:
type: "<xref href=\"com.azure.cosmos.implementation.Permission?alt=com.azure.cosmos.implementation.Permission&text=Permission\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getPermission(com.azure.cosmos.models.CosmosPermissionProperties,java.lang.String)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getPermission(CosmosPermissionProperties permissionProperties, String databaseName)"
name: "getPermission(CosmosPermissionProperties permissionProperties, String databaseName)"
nameWithType: "ModelBridgeInternal.getPermission(CosmosPermissionProperties permissionProperties, String databaseName)"
modifiers:
- "static"
parameters:
- name: "permissionProperties"
type: "<xref href=\"com.azure.cosmos.models.CosmosPermissionProperties?alt=com.azure.cosmos.models.CosmosPermissionProperties&text=CosmosPermissionProperties\" data-throw-if-not-resolved=\"False\" />"
- name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static Permission getPermission(CosmosPermissionProperties permissionProperties, String databaseName)"
returns:
type: "<xref href=\"com.azure.cosmos.implementation.Permission?alt=com.azure.cosmos.implementation.Permission&text=Permission\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getPropertiesFromChangeFeedRequestOptions(com.azure.cosmos.models.CosmosChangeFeedRequestOptions)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getPropertiesFromChangeFeedRequestOptions(CosmosChangeFeedRequestOptions options)"
name: "getPropertiesFromChangeFeedRequestOptions(CosmosChangeFeedRequestOptions options)"
nameWithType: "ModelBridgeInternal.getPropertiesFromChangeFeedRequestOptions(CosmosChangeFeedRequestOptions options)"
modifiers:
- "static"
parameters:
- name: "options"
type: "<xref href=\"com.azure.cosmos.models.CosmosChangeFeedRequestOptions?alt=com.azure.cosmos.models.CosmosChangeFeedRequestOptions&text=CosmosChangeFeedRequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static Map<String,Object> getPropertiesFromChangeFeedRequestOptions(CosmosChangeFeedRequestOptions options)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getPropertiesFromQueryRequestOptions(com.azure.cosmos.models.CosmosQueryRequestOptions)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getPropertiesFromQueryRequestOptions(CosmosQueryRequestOptions options)"
name: "getPropertiesFromQueryRequestOptions(CosmosQueryRequestOptions options)"
nameWithType: "ModelBridgeInternal.getPropertiesFromQueryRequestOptions(CosmosQueryRequestOptions options)"
modifiers:
- "static"
parameters:
- name: "options"
type: "<xref href=\"com.azure.cosmos.models.CosmosQueryRequestOptions?alt=com.azure.cosmos.models.CosmosQueryRequestOptions&text=CosmosQueryRequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static Map<String,Object> getPropertiesFromQueryRequestOptions(CosmosQueryRequestOptions options)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getRequestContinuationFromQueryRequestOptions(com.azure.cosmos.models.CosmosQueryRequestOptions)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getRequestContinuationFromQueryRequestOptions(CosmosQueryRequestOptions options)"
name: "getRequestContinuationFromQueryRequestOptions(CosmosQueryRequestOptions options)"
nameWithType: "ModelBridgeInternal.getRequestContinuationFromQueryRequestOptions(CosmosQueryRequestOptions options)"
modifiers:
- "static"
parameters:
- name: "options"
type: "<xref href=\"com.azure.cosmos.models.CosmosQueryRequestOptions?alt=com.azure.cosmos.models.CosmosQueryRequestOptions&text=CosmosQueryRequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static String getRequestContinuationFromQueryRequestOptions(CosmosQueryRequestOptions options)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getV2Collection(com.azure.cosmos.models.CosmosContainerProperties)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getV2Collection(CosmosContainerProperties containerProperties)"
name: "getV2Collection(CosmosContainerProperties containerProperties)"
nameWithType: "ModelBridgeInternal.getV2Collection(CosmosContainerProperties containerProperties)"
modifiers:
- "static"
parameters:
- name: "containerProperties"
type: "<xref href=\"com.azure.cosmos.models.CosmosContainerProperties?alt=com.azure.cosmos.models.CosmosContainerProperties&text=CosmosContainerProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static DocumentCollection getV2Collection(CosmosContainerProperties containerProperties)"
returns:
type: "<xref href=\"com.azure.cosmos.implementation.DocumentCollection?alt=com.azure.cosmos.implementation.DocumentCollection&text=DocumentCollection\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.getV2User(com.azure.cosmos.models.CosmosUserProperties)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.getV2User(CosmosUserProperties cosmosUserProperties)"
name: "getV2User(CosmosUserProperties cosmosUserProperties)"
nameWithType: "ModelBridgeInternal.getV2User(CosmosUserProperties cosmosUserProperties)"
modifiers:
- "static"
parameters:
- name: "cosmosUserProperties"
type: "<xref href=\"com.azure.cosmos.models.CosmosUserProperties?alt=com.azure.cosmos.models.CosmosUserProperties&text=CosmosUserProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static User getV2User(CosmosUserProperties cosmosUserProperties)"
returns:
type: "<xref href=\"com.azure.cosmos.implementation.User?alt=com.azure.cosmos.implementation.User&text=User\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.initializeAllAccessors()"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.initializeAllAccessors()"
name: "initializeAllAccessors()"
nameWithType: "ModelBridgeInternal.initializeAllAccessors()"
modifiers:
- "static"
syntax: "public static void initializeAllAccessors()"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.isV2(com.azure.cosmos.models.PartitionKeyDefinition)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.isV2(PartitionKeyDefinition pkd)"
name: "isV2(PartitionKeyDefinition pkd)"
nameWithType: "ModelBridgeInternal.isV2(PartitionKeyDefinition pkd)"
modifiers:
- "static"
parameters:
- name: "pkd"
type: "<xref href=\"com.azure.cosmos.models.PartitionKeyDefinition?alt=com.azure.cosmos.models.PartitionKeyDefinition&text=PartitionKeyDefinition\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static boolean isV2(PartitionKeyDefinition pkd)"
returns:
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.partitionKeyfromJsonString(java.lang.String)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.partitionKeyfromJsonString(String jsonString)"
name: "partitionKeyfromJsonString(String jsonString)"
nameWithType: "ModelBridgeInternal.partitionKeyfromJsonString(String jsonString)"
modifiers:
- "static"
parameters:
- name: "jsonString"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static PartitionKey partitionKeyfromJsonString(String jsonString)"
returns:
type: "<xref href=\"com.azure.cosmos.models.PartitionKey?alt=com.azure.cosmos.models.PartitionKey&text=PartitionKey\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.serializeJsonToByteBuffer(com.azure.cosmos.models.SqlQuerySpec)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.serializeJsonToByteBuffer(SqlQuerySpec sqlQuerySpec)"
name: "serializeJsonToByteBuffer(SqlQuerySpec sqlQuerySpec)"
nameWithType: "ModelBridgeInternal.serializeJsonToByteBuffer(SqlQuerySpec sqlQuerySpec)"
modifiers:
- "static"
parameters:
- name: "sqlQuerySpec"
type: "<xref href=\"com.azure.cosmos.models.SqlQuerySpec?alt=com.azure.cosmos.models.SqlQuerySpec&text=SqlQuerySpec\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ByteBuffer serializeJsonToByteBuffer(SqlQuerySpec sqlQuerySpec)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.setChangeFeedRequestOptionsContinuation(java.lang.String,com.azure.cosmos.models.CosmosChangeFeedRequestOptions)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.setChangeFeedRequestOptionsContinuation(String eTag, CosmosChangeFeedRequestOptions options)"
name: "setChangeFeedRequestOptionsContinuation(String eTag, CosmosChangeFeedRequestOptions options)"
nameWithType: "ModelBridgeInternal.setChangeFeedRequestOptionsContinuation(String eTag, CosmosChangeFeedRequestOptions options)"
modifiers:
- "static"
parameters:
- name: "eTag"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- name: "options"
type: "<xref href=\"com.azure.cosmos.models.CosmosChangeFeedRequestOptions?alt=com.azure.cosmos.models.CosmosChangeFeedRequestOptions&text=CosmosChangeFeedRequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static void setChangeFeedRequestOptionsContinuation(String eTag, CosmosChangeFeedRequestOptions options)"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.setPartitionKey(com.azure.cosmos.models.CosmosItemRequestOptions,com.azure.cosmos.models.PartitionKey)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.setPartitionKey(CosmosItemRequestOptions cosmosItemRequestOptions, PartitionKey partitionKey)"
name: "setPartitionKey(CosmosItemRequestOptions cosmosItemRequestOptions, PartitionKey partitionKey)"
nameWithType: "ModelBridgeInternal.setPartitionKey(CosmosItemRequestOptions cosmosItemRequestOptions, PartitionKey partitionKey)"
modifiers:
- "static"
parameters:
- name: "cosmosItemRequestOptions"
type: "<xref href=\"com.azure.cosmos.models.CosmosItemRequestOptions?alt=com.azure.cosmos.models.CosmosItemRequestOptions&text=CosmosItemRequestOptions\" data-throw-if-not-resolved=\"False\" />"
- name: "partitionKey"
type: "<xref href=\"com.azure.cosmos.models.PartitionKey?alt=com.azure.cosmos.models.PartitionKey&text=PartitionKey\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CosmosItemRequestOptions setPartitionKey(CosmosItemRequestOptions cosmosItemRequestOptions, PartitionKey partitionKey)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosItemRequestOptions?alt=com.azure.cosmos.models.CosmosItemRequestOptions&text=CosmosItemRequestOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.setPartitionKeyRangeIdInternal(com.azure.cosmos.models.CosmosQueryRequestOptions,java.lang.String)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.setPartitionKeyRangeIdInternal(CosmosQueryRequestOptions options, String partitionKeyRangeId)"
name: "setPartitionKeyRangeIdInternal(CosmosQueryRequestOptions options, String partitionKeyRangeId)"
nameWithType: "ModelBridgeInternal.setPartitionKeyRangeIdInternal(CosmosQueryRequestOptions options, String partitionKeyRangeId)"
summary: "Sets the Partition<wbr>Key<wbr>Range<wbr>Id."
modifiers:
- "static"
parameters:
- description: "the query request options"
name: "options"
type: "<xref href=\"com.azure.cosmos.models.CosmosQueryRequestOptions?alt=com.azure.cosmos.models.CosmosQueryRequestOptions&text=CosmosQueryRequestOptions\" data-throw-if-not-resolved=\"False\" />"
- description: "the partition key range id"
name: "partitionKeyRangeId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static CosmosQueryRequestOptions setPartitionKeyRangeIdInternal(CosmosQueryRequestOptions options, String partitionKeyRangeId)"
desc: "Sets the PartitionKeyRangeId."
returns:
description: "the partitionKeyRangeId."
type: "<xref href=\"com.azure.cosmos.models.CosmosQueryRequestOptions?alt=com.azure.cosmos.models.CosmosQueryRequestOptions&text=CosmosQueryRequestOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.setQueryRequestOptionsContinuationToken(com.azure.cosmos.models.CosmosQueryRequestOptions,java.lang.String)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.setQueryRequestOptionsContinuationToken(CosmosQueryRequestOptions cosmosQueryRequestOptions, String continuationToken)"
name: "setQueryRequestOptionsContinuationToken(CosmosQueryRequestOptions cosmosQueryRequestOptions, String continuationToken)"
nameWithType: "ModelBridgeInternal.setQueryRequestOptionsContinuationToken(CosmosQueryRequestOptions cosmosQueryRequestOptions, String continuationToken)"
modifiers:
- "static"
parameters:
- name: "cosmosQueryRequestOptions"
type: "<xref href=\"com.azure.cosmos.models.CosmosQueryRequestOptions?alt=com.azure.cosmos.models.CosmosQueryRequestOptions&text=CosmosQueryRequestOptions\" data-throw-if-not-resolved=\"False\" />"
- name: "continuationToken"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static void setQueryRequestOptionsContinuationToken(CosmosQueryRequestOptions cosmosQueryRequestOptions, String continuationToken)"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.setQueryRequestOptionsContinuationTokenAndMaxItemCount(com.azure.cosmos.models.CosmosQueryRequestOptions,java.lang.String,java.lang.Integer)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.setQueryRequestOptionsContinuationTokenAndMaxItemCount(CosmosQueryRequestOptions options, String continuationToken, Integer maxItemCount)"
name: "setQueryRequestOptionsContinuationTokenAndMaxItemCount(CosmosQueryRequestOptions options, String continuationToken, Integer maxItemCount)"
nameWithType: "ModelBridgeInternal.setQueryRequestOptionsContinuationTokenAndMaxItemCount(CosmosQueryRequestOptions options, String continuationToken, Integer maxItemCount)"
modifiers:
- "static"
parameters:
- name: "options"
type: "<xref href=\"com.azure.cosmos.models.CosmosQueryRequestOptions?alt=com.azure.cosmos.models.CosmosQueryRequestOptions&text=CosmosQueryRequestOptions\" data-throw-if-not-resolved=\"False\" />"
- name: "continuationToken"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- name: "maxItemCount"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public static void setQueryRequestOptionsContinuationTokenAndMaxItemCount(CosmosQueryRequestOptions options, String continuationToken, Integer maxItemCount)"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.setQueryRequestOptionsMaxItemCount(com.azure.cosmos.models.CosmosQueryRequestOptions,java.lang.Integer)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.setQueryRequestOptionsMaxItemCount(CosmosQueryRequestOptions cosmosQueryRequestOptions, Integer maxItemCount)"
name: "setQueryRequestOptionsMaxItemCount(CosmosQueryRequestOptions cosmosQueryRequestOptions, Integer maxItemCount)"
nameWithType: "ModelBridgeInternal.setQueryRequestOptionsMaxItemCount(CosmosQueryRequestOptions cosmosQueryRequestOptions, Integer maxItemCount)"
modifiers:
- "static"
parameters:
- name: "cosmosQueryRequestOptions"
type: "<xref href=\"com.azure.cosmos.models.CosmosQueryRequestOptions?alt=com.azure.cosmos.models.CosmosQueryRequestOptions&text=CosmosQueryRequestOptions\" data-throw-if-not-resolved=\"False\" />"
- name: "maxItemCount"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public static void setQueryRequestOptionsMaxItemCount(CosmosQueryRequestOptions cosmosQueryRequestOptions, Integer maxItemCount)"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.setQueryRequestOptionsProperties(com.azure.cosmos.models.CosmosQueryRequestOptions,java.util.Map<java.lang.String,java.lang.Object>)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.setQueryRequestOptionsProperties(CosmosQueryRequestOptions options, Map<String,Object> properties)"
name: "setQueryRequestOptionsProperties(CosmosQueryRequestOptions options, Map<String,Object> properties)"
nameWithType: "ModelBridgeInternal.setQueryRequestOptionsProperties(CosmosQueryRequestOptions options, Map<String,Object> properties)"
modifiers:
- "static"
parameters:
- name: "options"
type: "<xref href=\"com.azure.cosmos.models.CosmosQueryRequestOptions?alt=com.azure.cosmos.models.CosmosQueryRequestOptions&text=CosmosQueryRequestOptions\" data-throw-if-not-resolved=\"False\" />"
- name: "properties"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
syntax: "public static CosmosQueryRequestOptions setQueryRequestOptionsProperties(CosmosQueryRequestOptions options, Map<String,Object> properties)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosQueryRequestOptions?alt=com.azure.cosmos.models.CosmosQueryRequestOptions&text=CosmosQueryRequestOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.setThroughputProperties(com.azure.cosmos.models.CosmosContainerRequestOptions,com.azure.cosmos.models.ThroughputProperties)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.setThroughputProperties(CosmosContainerRequestOptions containerRequestOptions, ThroughputProperties throughputProperties)"
name: "setThroughputProperties(CosmosContainerRequestOptions containerRequestOptions, ThroughputProperties throughputProperties)"
nameWithType: "ModelBridgeInternal.setThroughputProperties(CosmosContainerRequestOptions containerRequestOptions, ThroughputProperties throughputProperties)"
modifiers:
- "static"
parameters:
- name: "containerRequestOptions"
type: "<xref href=\"com.azure.cosmos.models.CosmosContainerRequestOptions?alt=com.azure.cosmos.models.CosmosContainerRequestOptions&text=CosmosContainerRequestOptions\" data-throw-if-not-resolved=\"False\" />"
- name: "throughputProperties"
type: "<xref href=\"com.azure.cosmos.models.ThroughputProperties?alt=com.azure.cosmos.models.ThroughputProperties&text=ThroughputProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CosmosContainerRequestOptions setThroughputProperties(CosmosContainerRequestOptions containerRequestOptions, ThroughputProperties throughputProperties)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosContainerRequestOptions?alt=com.azure.cosmos.models.CosmosContainerRequestOptions&text=CosmosContainerRequestOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.setThroughputProperties(com.azure.cosmos.models.CosmosDatabaseRequestOptions,com.azure.cosmos.models.ThroughputProperties)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.setThroughputProperties(CosmosDatabaseRequestOptions cosmosDatabaseRequestOptions, ThroughputProperties throughputProperties)"
name: "setThroughputProperties(CosmosDatabaseRequestOptions cosmosDatabaseRequestOptions, ThroughputProperties throughputProperties)"
nameWithType: "ModelBridgeInternal.setThroughputProperties(CosmosDatabaseRequestOptions cosmosDatabaseRequestOptions, ThroughputProperties throughputProperties)"
modifiers:
- "static"
parameters:
- name: "cosmosDatabaseRequestOptions"
type: "<xref href=\"com.azure.cosmos.models.CosmosDatabaseRequestOptions?alt=com.azure.cosmos.models.CosmosDatabaseRequestOptions&text=CosmosDatabaseRequestOptions\" data-throw-if-not-resolved=\"False\" />"
- name: "throughputProperties"
type: "<xref href=\"com.azure.cosmos.models.ThroughputProperties?alt=com.azure.cosmos.models.ThroughputProperties&text=ThroughputProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CosmosDatabaseRequestOptions setThroughputProperties(CosmosDatabaseRequestOptions cosmosDatabaseRequestOptions, ThroughputProperties throughputProperties)"
returns:
type: "<xref href=\"com.azure.cosmos.models.CosmosDatabaseRequestOptions?alt=com.azure.cosmos.models.CosmosDatabaseRequestOptions&text=CosmosDatabaseRequestOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.toDatabaseAccount(com.azure.cosmos.implementation.RxDocumentServiceResponse)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.toDatabaseAccount(RxDocumentServiceResponse response)"
name: "toDatabaseAccount(RxDocumentServiceResponse response)"
nameWithType: "ModelBridgeInternal.toDatabaseAccount(RxDocumentServiceResponse response)"
modifiers:
- "static"
parameters:
- name: "response"
type: "<xref href=\"com.azure.cosmos.implementation.RxDocumentServiceResponse?alt=com.azure.cosmos.implementation.RxDocumentServiceResponse&text=RxDocumentServiceResponse\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static DatabaseAccount toDatabaseAccount(RxDocumentServiceResponse response)"
returns:
type: "<xref href=\"com.azure.cosmos.implementation.DatabaseAccount?alt=com.azure.cosmos.implementation.DatabaseAccount&text=DatabaseAccount\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.toLower(com.azure.cosmos.implementation.RequestVerb)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.toLower(RequestVerb verb)"
name: "toLower(RequestVerb verb)"
nameWithType: "ModelBridgeInternal.toLower(RequestVerb verb)"
modifiers:
- "static"
parameters:
- name: "verb"
type: "<xref href=\"com.azure.cosmos.implementation.RequestVerb?alt=com.azure.cosmos.implementation.RequestVerb&text=RequestVerb\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static String toLower(RequestVerb verb)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(com.azure.cosmos.models.CosmosBatchRequestOptions)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(CosmosBatchRequestOptions cosmosBatchRequestOptions)"
name: "toRequestOptions(CosmosBatchRequestOptions cosmosBatchRequestOptions)"
nameWithType: "ModelBridgeInternal.toRequestOptions(CosmosBatchRequestOptions cosmosBatchRequestOptions)"
modifiers:
- "static"
parameters:
- name: "cosmosBatchRequestOptions"
type: "<xref href=\"com.azure.cosmos.models.CosmosBatchRequestOptions?alt=com.azure.cosmos.models.CosmosBatchRequestOptions&text=CosmosBatchRequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static RequestOptions toRequestOptions(CosmosBatchRequestOptions cosmosBatchRequestOptions)"
returns:
type: "<xref href=\"com.azure.cosmos.implementation.RequestOptions?alt=com.azure.cosmos.implementation.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(com.azure.cosmos.models.CosmosConflictRequestOptions)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(CosmosConflictRequestOptions cosmosConflictRequestOptions)"
name: "toRequestOptions(CosmosConflictRequestOptions cosmosConflictRequestOptions)"
nameWithType: "ModelBridgeInternal.toRequestOptions(CosmosConflictRequestOptions cosmosConflictRequestOptions)"
modifiers:
- "static"
parameters:
- name: "cosmosConflictRequestOptions"
type: "<xref href=\"com.azure.cosmos.models.CosmosConflictRequestOptions?alt=com.azure.cosmos.models.CosmosConflictRequestOptions&text=CosmosConflictRequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static RequestOptions toRequestOptions(CosmosConflictRequestOptions cosmosConflictRequestOptions)"
returns:
type: "<xref href=\"com.azure.cosmos.implementation.RequestOptions?alt=com.azure.cosmos.implementation.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(com.azure.cosmos.models.CosmosContainerRequestOptions)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(CosmosContainerRequestOptions cosmosContainerRequestOptions)"
name: "toRequestOptions(CosmosContainerRequestOptions cosmosContainerRequestOptions)"
nameWithType: "ModelBridgeInternal.toRequestOptions(CosmosContainerRequestOptions cosmosContainerRequestOptions)"
modifiers:
- "static"
parameters:
- name: "cosmosContainerRequestOptions"
type: "<xref href=\"com.azure.cosmos.models.CosmosContainerRequestOptions?alt=com.azure.cosmos.models.CosmosContainerRequestOptions&text=CosmosContainerRequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static RequestOptions toRequestOptions(CosmosContainerRequestOptions cosmosContainerRequestOptions)"
returns:
type: "<xref href=\"com.azure.cosmos.implementation.RequestOptions?alt=com.azure.cosmos.implementation.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(com.azure.cosmos.models.CosmosDatabaseRequestOptions)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(CosmosDatabaseRequestOptions cosmosDatabaseRequestOptions)"
name: "toRequestOptions(CosmosDatabaseRequestOptions cosmosDatabaseRequestOptions)"
nameWithType: "ModelBridgeInternal.toRequestOptions(CosmosDatabaseRequestOptions cosmosDatabaseRequestOptions)"
modifiers:
- "static"
parameters:
- name: "cosmosDatabaseRequestOptions"
type: "<xref href=\"com.azure.cosmos.models.CosmosDatabaseRequestOptions?alt=com.azure.cosmos.models.CosmosDatabaseRequestOptions&text=CosmosDatabaseRequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static RequestOptions toRequestOptions(CosmosDatabaseRequestOptions cosmosDatabaseRequestOptions)"
returns:
type: "<xref href=\"com.azure.cosmos.implementation.RequestOptions?alt=com.azure.cosmos.implementation.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(com.azure.cosmos.models.CosmosPermissionRequestOptions)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(CosmosPermissionRequestOptions cosmosPermissionRequestOptions)"
name: "toRequestOptions(CosmosPermissionRequestOptions cosmosPermissionRequestOptions)"
nameWithType: "ModelBridgeInternal.toRequestOptions(CosmosPermissionRequestOptions cosmosPermissionRequestOptions)"
modifiers:
- "static"
parameters:
- name: "cosmosPermissionRequestOptions"
type: "<xref href=\"com.azure.cosmos.models.CosmosPermissionRequestOptions?alt=com.azure.cosmos.models.CosmosPermissionRequestOptions&text=CosmosPermissionRequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static RequestOptions toRequestOptions(CosmosPermissionRequestOptions cosmosPermissionRequestOptions)"
returns:
type: "<xref href=\"com.azure.cosmos.implementation.RequestOptions?alt=com.azure.cosmos.implementation.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(com.azure.cosmos.models.CosmosStoredProcedureRequestOptions)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(CosmosStoredProcedureRequestOptions cosmosStoredProcedureRequestOptions)"
name: "toRequestOptions(CosmosStoredProcedureRequestOptions cosmosStoredProcedureRequestOptions)"
nameWithType: "ModelBridgeInternal.toRequestOptions(CosmosStoredProcedureRequestOptions cosmosStoredProcedureRequestOptions)"
modifiers:
- "static"
parameters:
- name: "cosmosStoredProcedureRequestOptions"
type: "<xref href=\"com.azure.cosmos.models.CosmosStoredProcedureRequestOptions?alt=com.azure.cosmos.models.CosmosStoredProcedureRequestOptions&text=CosmosStoredProcedureRequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static RequestOptions toRequestOptions(CosmosStoredProcedureRequestOptions cosmosStoredProcedureRequestOptions)"
returns:
type: "<xref href=\"com.azure.cosmos.implementation.RequestOptions?alt=com.azure.cosmos.implementation.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ModelBridgeInternal.updateOfferFromProperties(com.azure.cosmos.implementation.Offer,com.azure.cosmos.models.ThroughputProperties)"
fullName: "com.azure.cosmos.models.ModelBridgeInternal.updateOfferFromProperties(Offer offer, ThroughputProperties properties)"
name: "updateOfferFromProperties(Offer offer, ThroughputProperties properties)"
nameWithType: "ModelBridgeInternal.updateOfferFromProperties(Offer offer, ThroughputProperties properties)"
modifiers:
- "static"
parameters:
- name: "offer"
type: "<xref href=\"com.azure.cosmos.implementation.Offer?alt=com.azure.cosmos.implementation.Offer&text=Offer\" data-throw-if-not-resolved=\"False\" />"
- name: "properties"
type: "<xref href=\"com.azure.cosmos.models.ThroughputProperties?alt=com.azure.cosmos.models.ThroughputProperties&text=ThroughputProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static Offer updateOfferFromProperties(Offer offer, ThroughputProperties properties)"
returns:
type: "<xref href=\"com.azure.cosmos.implementation.Offer?alt=com.azure.cosmos.implementation.Offer&text=Offer\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "DO NOT USE. This is meant to be used only internally as a bridge access to classes in com.azure.cosmos.model package"
metadata: {}
package: "com.azure.cosmos.models"
artifact: com.azure:azure-cosmos:4.63.3