Skip navigation links
A B C D E G I L Q R S T U V W 

A

AsyncDocumentClient - Interface in com.microsoft.azure.cosmosdb.rx
Provides a client-side logical representation of the Azure Cosmos DB database service.
AsyncDocumentClient.Builder - Class in com.microsoft.azure.cosmosdb.rx
Helper class to build AsyncDocumentClient instances as logical representation of the Azure Cosmos DB database service.

B

build() - Method in class com.microsoft.azure.cosmos.CosmosConfiguration.Builder
Builds a cosmos configuration object with the provided settings
build() - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
 
Builder() - Constructor for class com.microsoft.azure.cosmos.CosmosConfiguration.Builder
 
Builder() - Constructor for class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
 

C

close() - Method in class com.microsoft.azure.cosmos.CosmosClient
Close this CosmosClient instance and cleans up the resources.
close() - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Close this AsyncDocumentClient instance and cleans up the resources.
com.microsoft.azure.cosmos - package com.microsoft.azure.cosmos
 
com.microsoft.azure.cosmosdb.rx - package com.microsoft.azure.cosmosdb.rx
This package provides Rx interfaces for interacting with Azure Cosmos DB.
CosmosClient - Class in com.microsoft.azure.cosmos
Provides a client-side logical representation of the Azure Cosmos database service.
CosmosConfiguration - Class in com.microsoft.azure.cosmos
 
CosmosConfiguration.Builder - Class in com.microsoft.azure.cosmos
 
CosmosContainer - Class in com.microsoft.azure.cosmos
 
CosmosContainerRequestOptions - Class in com.microsoft.azure.cosmos
Encapsulates options that can be specified for a request issued to cosmos container.
CosmosContainerRequestOptions() - Constructor for class com.microsoft.azure.cosmos.CosmosContainerRequestOptions
 
CosmosContainerResponse - Class in com.microsoft.azure.cosmos
 
CosmosContainerSettings - Class in com.microsoft.azure.cosmos
Represents a item container in the Azure Cosmos DB database service.
CosmosContainerSettings(String, String) - Constructor for class com.microsoft.azure.cosmos.CosmosContainerSettings
Constructor
CosmosContainerSettings(String, PartitionKeyDefinition) - Constructor for class com.microsoft.azure.cosmos.CosmosContainerSettings
Constructor
CosmosDatabase - Class in com.microsoft.azure.cosmos
Cosmos Database
CosmosDatabaseRequestOptions - Class in com.microsoft.azure.cosmos
Encapsulates options that can be specified for a request issued to cosmos database.
CosmosDatabaseRequestOptions() - Constructor for class com.microsoft.azure.cosmos.CosmosDatabaseRequestOptions
 
CosmosDatabaseResponse - Class in com.microsoft.azure.cosmos
 
CosmosDatabaseSettings - Class in com.microsoft.azure.cosmos
Represents a CosmosDatabase in the Azure Cosmos database service.
CosmosDatabaseSettings(String) - Constructor for class com.microsoft.azure.cosmos.CosmosDatabaseSettings
Constructor
CosmosFeedResponse<T extends Resource> - Class in com.microsoft.azure.cosmos
 
CosmosItem - Class in com.microsoft.azure.cosmos
 
CosmosItem() - Constructor for class com.microsoft.azure.cosmos.CosmosItem
Initialize a item object.
CosmosItem(String) - Constructor for class com.microsoft.azure.cosmos.CosmosItem
Initialize a CosmosItem object from json string.
CosmosItem(String, ObjectMapper) - Constructor for class com.microsoft.azure.cosmos.CosmosItem
Initialize an CosmosItem object from json string.
CosmosItemRequestOptions - Class in com.microsoft.azure.cosmos
Encapsulates options that can be specified for a request issued to cosmos Item.
CosmosItemRequestOptions() - Constructor for class com.microsoft.azure.cosmos.CosmosItemRequestOptions
Constructor
CosmosItemRequestOptions(Object) - Constructor for class com.microsoft.azure.cosmos.CosmosItemRequestOptions
Constructor
CosmosItemResponse - Class in com.microsoft.azure.cosmos
 
CosmosRequestOptions - Class in com.microsoft.azure.cosmos
Encapsulates options that can be specified for a request
CosmosRequestOptions() - Constructor for class com.microsoft.azure.cosmos.CosmosRequestOptions
 
CosmosResource - Class in com.microsoft.azure.cosmos
 
CosmosResource(String) - Constructor for class com.microsoft.azure.cosmos.CosmosResource
 
CosmosResponse<T extends Resource> - Class in com.microsoft.azure.cosmos
 
CosmosStoredProcedure - Class in com.microsoft.azure.cosmos
 
CosmosStoredProcedureRequestOptions - Class in com.microsoft.azure.cosmos
Encapsulates options that can be specified for a request issued to cosmos stored procedure.
CosmosStoredProcedureRequestOptions() - Constructor for class com.microsoft.azure.cosmos.CosmosStoredProcedureRequestOptions
 
CosmosStoredProcedureResponse - Class in com.microsoft.azure.cosmos
 
CosmosStoredProcedureSettings - Class in com.microsoft.azure.cosmos
 
CosmosStoredProcedureSettings() - Constructor for class com.microsoft.azure.cosmos.CosmosStoredProcedureSettings
Constructor
CosmosStoredProcedureSettings(String) - Constructor for class com.microsoft.azure.cosmos.CosmosStoredProcedureSettings
Constructor.
CosmosTrigger - Class in com.microsoft.azure.cosmos
 
CosmosTriggerResponse - Class in com.microsoft.azure.cosmos
 
CosmosTriggerSettings - Class in com.microsoft.azure.cosmos
 
CosmosTriggerSettings() - Constructor for class com.microsoft.azure.cosmos.CosmosTriggerSettings
Constructor
CosmosTriggerSettings(String) - Constructor for class com.microsoft.azure.cosmos.CosmosTriggerSettings
Constructor.
CosmosUserDefinedFunction - Class in com.microsoft.azure.cosmos
 
CosmosUserDefinedFunctionResponse - Class in com.microsoft.azure.cosmos
 
CosmosUserDefinedFunctionSettings - Class in com.microsoft.azure.cosmos
 
CosmosUserDefinedFunctionSettings() - Constructor for class com.microsoft.azure.cosmos.CosmosUserDefinedFunctionSettings
Constructor
CosmosUserDefinedFunctionSettings(String) - Constructor for class com.microsoft.azure.cosmos.CosmosUserDefinedFunctionSettings
Constructor.
create(CosmosConfiguration) - Static method in class com.microsoft.azure.cosmos.CosmosClient
Creates a cosmos client with given cosmosConfiguration
create(String, String) - Static method in class com.microsoft.azure.cosmos.CosmosClient
Creates a cosmos client with given endpoint and key
createAttachment(String, Attachment, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Creates an attachment.
createAttachment(String, InputStream, MediaOptions, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Creates an attachment.
createCollection(String, DocumentCollection, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Creates a document collection.
createContainer(CosmosContainerSettings) - Method in class com.microsoft.azure.cosmos.CosmosDatabase
Creates a document container.
createContainer(CosmosContainerSettings, CosmosContainerRequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosDatabase
Creates a document container.
createContainer(String, String) - Method in class com.microsoft.azure.cosmos.CosmosDatabase
Creates a document container.
createContainerIfNotExists(CosmosContainerSettings) - Method in class com.microsoft.azure.cosmos.CosmosDatabase
Creates a document container if it does not exist on the service.
createContainerIfNotExists(String, String) - Method in class com.microsoft.azure.cosmos.CosmosDatabase
Creates a document container if it does not exist on the service.
createDatabase(CosmosDatabaseSettings, CosmosDatabaseRequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosClient
Creates a database.
createDatabase(CosmosDatabaseSettings) - Method in class com.microsoft.azure.cosmos.CosmosClient
Creates a database.
createDatabase(String) - Method in class com.microsoft.azure.cosmos.CosmosClient
Creates a database.
createDatabase(Database, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Creates a database.
createDatabaseIfNotExists(CosmosDatabaseSettings) - Method in class com.microsoft.azure.cosmos.CosmosClient
Create a Database if it does not already exist on the service The Mono upon successful completion will contain a single cosmos database response with the created or existing database.
createDatabaseIfNotExists(String) - Method in class com.microsoft.azure.cosmos.CosmosClient
Create a Database if it does not already exist on the service The Mono upon successful completion will contain a single cosmos database response with the created or existing database.
createDocument(String, Object, RequestOptions, boolean) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Creates a document.
createItem(Object) - Method in class com.microsoft.azure.cosmos.CosmosContainer
Creates a cosmos item.
createItem(Object, Object) - Method in class com.microsoft.azure.cosmos.CosmosContainer
Creates a cosmos item.
createItem(Object, CosmosItemRequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosContainer
Creates a cosmos item.
createPermission(String, Permission, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Creates a permission.
createStoredProcedure(CosmosStoredProcedureSettings, CosmosStoredProcedureRequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosContainer
Creates a cosmos stored procedure.
createStoredProcedure(String, StoredProcedure, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Creates a stored procedure.
createTrigger(CosmosTriggerSettings, CosmosRequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosContainer
Creates a Cosmos trigger.
createTrigger(String, Trigger, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Creates a trigger.
createUser(String, User, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Creates a user.
createUserDefinedFunction(CosmosUserDefinedFunctionSettings, CosmosRequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosContainer
Creates a cosmos user defined function.
createUserDefinedFunction(String, UserDefinedFunction, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Creates a user defined function.

D

delete(CosmosContainerRequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosContainer
Deletes the item container After subscription the operation will be performed.
delete() - Method in class com.microsoft.azure.cosmos.CosmosContainer
Deletes the item container After subscription the operation will be performed.
delete() - Method in class com.microsoft.azure.cosmos.CosmosDatabase
Deletes a database.
delete(CosmosRequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosDatabase
Deletes a database.
delete(Object) - Method in class com.microsoft.azure.cosmos.CosmosItem
Deletes the item.
delete(CosmosItemRequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosItem
Deletes the item.
delete(CosmosRequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosStoredProcedure
Deletes a stored procedure by the stored procedure link.
delete(CosmosRequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosTrigger
Deletes a cosmos trigger.
delete(CosmosRequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosUserDefinedFunction
Deletes a cosmos user defined function.
deleteAttachment(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Deletes an attachment.
deleteCollection(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Deletes a document collection by the collection link.
deleteConflict(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Deletes a conflict.
deleteDatabase(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Deletes a database.
deleteDocument(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Deletes a document by the document link.
deletePermission(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Deletes a permission.
deleteStoredProcedure(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Deletes a stored procedure by the stored procedure link.
deleteTrigger(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Deletes a trigger.
deleteUser(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Deletes a user.
deleteUserDefinedFunction(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Deletes a user defined function.

E

execute(Object[], RequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosStoredProcedure
Executes a stored procedure by the stored procedure link.
executeStoredProcedure(String, Object[]) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Executes a stored procedure by the stored procedure link.
executeStoredProcedure(String, RequestOptions, Object[]) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Executes a stored procedure by the stored procedure link.

G

getAccessCondition() - Method in class com.microsoft.azure.cosmos.CosmosRequestOptions
Gets the conditions associated with the request.
getActivityId() - Method in class com.microsoft.azure.cosmos.CosmosResponse
Gets the Activity ID for the request.
getActivityId() - Method in class com.microsoft.azure.cosmos.CosmosStoredProcedureResponse
Gets the Activity ID for the request.
getConnectionPolicy() - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Gets the connection policy
getConsistencyLevel() - Method in class com.microsoft.azure.cosmos.CosmosContainerRequestOptions
Gets the consistency level required for the request.
getConsistencyLevel() - Method in class com.microsoft.azure.cosmos.CosmosItemRequestOptions
Gets the consistency level required for the request.
getConsistencyLevel() - Method in class com.microsoft.azure.cosmos.CosmosStoredProcedureRequestOptions
Gets the consistency level required for the request.
getContainer() - Method in class com.microsoft.azure.cosmos.CosmosContainerResponse
Gets the Container object
getContainer(String) - Method in class com.microsoft.azure.cosmos.CosmosDatabase
Gets a CosmosContainer object without making a service call
getCosmosContainerSettings() - Method in class com.microsoft.azure.cosmos.CosmosContainerResponse
Gets the container settings
getCosmosDatabaseSettings() - Method in class com.microsoft.azure.cosmos.CosmosDatabaseResponse
Gets the cosmos database settings
getCosmosTrigger() - Method in class com.microsoft.azure.cosmos.CosmosTriggerResponse
Gets the cosmos trigger object or null
getCosmosTriggerSettings() - Method in class com.microsoft.azure.cosmos.CosmosTriggerResponse
Gets the cosmos trigger settings or null
getCosmosUserDefinedFunction() - Method in class com.microsoft.azure.cosmos.CosmosUserDefinedFunctionResponse
Gets the cosmos user defined function object
getCosmosUserDefinedFunctionSettings() - Method in class com.microsoft.azure.cosmos.CosmosUserDefinedFunctionResponse
Gets the cosmos user defined function settings
getCurrentResourceQuotaUsage() - Method in class com.microsoft.azure.cosmos.CosmosResponse
Gets the current size of this entity (in megabytes (MB) for server resources and in count for master resources)
getDatabase(String) - Method in class com.microsoft.azure.cosmos.CosmosClient
Gets a database object without making a service call.
getDatabase() - Method in class com.microsoft.azure.cosmos.CosmosContainer
Gets the parent Database
getDatabase() - Method in class com.microsoft.azure.cosmos.CosmosDatabaseResponse
Gets the CosmosDatabase object
getDatabaseAccount() - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Gets database account information.
getDatabaseQuota() - Method in class com.microsoft.azure.cosmos.CosmosDatabaseResponse
Gets the Max Quota.
getDatabaseUsage() - Method in class com.microsoft.azure.cosmos.CosmosDatabaseResponse
Gets the current Usage.
getDesiredConsistencyLevel() - Method in class com.microsoft.azure.cosmos.CosmosConfiguration
Gets the consistency level
getId() - Method in class com.microsoft.azure.cosmos.CosmosResource
 
getIndexingDirective() - Method in class com.microsoft.azure.cosmos.CosmosItemRequestOptions
Gets the indexing directive (index, do not index etc).
getIndexingPolicy() - Method in class com.microsoft.azure.cosmos.CosmosContainerSettings
Gets the container's indexing policy.
getIndexTransformationProgress() - Method in class com.microsoft.azure.cosmos.CosmosResponse
Gets the progress of an index transformation, if one is underway.
getItem(String) - Method in class com.microsoft.azure.cosmos.CosmosContainer
Gets a CosmosItem object without making a service call
getItem() - Method in class com.microsoft.azure.cosmos.CosmosItemResponse
Gets the item
getLazyIndexingProgress() - Method in class com.microsoft.azure.cosmos.CosmosResponse
Gets the progress of lazy indexing.
getMaxResourceQuota() - Method in class com.microsoft.azure.cosmos.CosmosResponse
Gets the maximum size limit for this entity (in megabytes (MB) for server resources and in count for master resources).
getObject(Class<?>) - Method in class com.microsoft.azure.cosmos.CosmosItem
 
getOfferThroughput() - Method in class com.microsoft.azure.cosmos.CosmosContainerRequestOptions
Gets the throughput in the form of Request Units per second when creating a cosmos container.
getOfferThroughput() - Method in class com.microsoft.azure.cosmos.CosmosDatabaseRequestOptions
Gets the throughput in the form of Request Units per second when creating a cosmos database.
getParentLink() - Method in class com.microsoft.azure.cosmos.CosmosContainer
 
getParentLink() - Method in class com.microsoft.azure.cosmos.CosmosDatabase
 
getParentLink() - Method in class com.microsoft.azure.cosmos.CosmosResource
 
getParentLink() - Method in class com.microsoft.azure.cosmos.CosmosStoredProcedure
 
getParentLink() - Method in class com.microsoft.azure.cosmos.CosmosTrigger
 
getParentLink() - Method in class com.microsoft.azure.cosmos.CosmosUserDefinedFunction
 
getPartitionKey() - Method in class com.microsoft.azure.cosmos.CosmosContainerSettings
Gets the containers's partition key definition.
getPartitionKey() - Method in class com.microsoft.azure.cosmos.CosmosStoredProcedureRequestOptions
Gets the partition key used to identify the current request's target partition.
getPermissions() - Method in class com.microsoft.azure.cosmos.CosmosConfiguration
Gets the permission list
getPostTriggerInclude() - Method in class com.microsoft.azure.cosmos.CosmosItemRequestOptions
Gets the triggers to be invoked after the operation.
getPreTriggerInclude() - Method in class com.microsoft.azure.cosmos.CosmosItemRequestOptions
Gets the triggers to be invoked before the operation.
getReadEndpoint() - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Gets the current read endpoint chosen based on availability and preference.
getRequestCharge() - Method in class com.microsoft.azure.cosmos.CosmosResponse
Gets the number of index paths (terms) generated by the operation.
getRequestCharge() - Method in class com.microsoft.azure.cosmos.CosmosStoredProcedureResponse
Gets the number of index paths (terms) generated by the operation.
getResourceSettings() - Method in class com.microsoft.azure.cosmos.CosmosResponse
 
getResponseAsString() - Method in class com.microsoft.azure.cosmos.CosmosStoredProcedureResponse
Gets the response of the stored procedure as a string.
getResponseHeaders() - Method in class com.microsoft.azure.cosmos.CosmosResponse
Gets the headers associated with the response.
getScriptLog() - Method in class com.microsoft.azure.cosmos.CosmosStoredProcedureResponse
Gets the output from stored procedure console.log() statements.
getServiceEndpoint() - Method in class com.microsoft.azure.cosmos.CosmosConfiguration
 
getServiceEndpoint() - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Gets the default service endpoint as passed in by the user during construction.
getSessionToken() - Method in class com.microsoft.azure.cosmos.CosmosContainerRequestOptions
Gets the token for use with session consistency.
getSessionToken() - Method in class com.microsoft.azure.cosmos.CosmosItemRequestOptions
Gets the token for use with session consistency.
getSessionToken() - Method in class com.microsoft.azure.cosmos.CosmosResponse
Gets the token used for managing client's consistency requirements.
getSessionToken() - Method in class com.microsoft.azure.cosmos.CosmosStoredProcedureRequestOptions
Gets the token for use with session consistency.
getSessionToken() - Method in class com.microsoft.azure.cosmos.CosmosStoredProcedureResponse
Gets the token used for managing client's consistency requirements.
getStatusCode() - Method in class com.microsoft.azure.cosmos.CosmosResponse
Gets the HTTP status code associated with the response.
getStatusCode() - Method in class com.microsoft.azure.cosmos.CosmosStoredProcedureResponse
Gets the HTTP status code associated with the response.
getStoredProcedure() - Method in class com.microsoft.azure.cosmos.CosmosStoredProcedureResponse
Gets the stored procedure object
getStoredProcedureSettings() - Method in class com.microsoft.azure.cosmos.CosmosStoredProcedureResponse
Gets the stored procedure settings
getUniqueKeyPolicy() - Method in class com.microsoft.azure.cosmos.CosmosContainerSettings
Gets the containers unique key policy
getURIPathSegment() - Method in class com.microsoft.azure.cosmos.CosmosContainer
 
getURIPathSegment() - Method in class com.microsoft.azure.cosmos.CosmosDatabase
 
getURIPathSegment() - Method in class com.microsoft.azure.cosmos.CosmosResource
 
getURIPathSegment() - Method in class com.microsoft.azure.cosmos.CosmosStoredProcedure
 
getURIPathSegment() - Method in class com.microsoft.azure.cosmos.CosmosTrigger
 
getURIPathSegment() - Method in class com.microsoft.azure.cosmos.CosmosUserDefinedFunction
 
getWriteEndpoint() - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Gets the current write endpoint chosen based on availability and preference.

I

isPopulateQuotaInfo() - Method in class com.microsoft.azure.cosmos.CosmosContainerRequestOptions
Gets the PopulateQuotaInfo setting for cosmos container read requests in the Azure Cosmos DB database service.

L

listContainers(FeedOptions) - Method in class com.microsoft.azure.cosmos.CosmosDatabase
Reads all cosmos containers.
listContainers() - Method in class com.microsoft.azure.cosmos.CosmosDatabase
Reads all cosmos containers.
listDatabases(FeedOptions) - Method in class com.microsoft.azure.cosmos.CosmosClient
Reads all databases.
listDatabases() - Method in class com.microsoft.azure.cosmos.CosmosClient
Reads all databases.
listItems() - Method in class com.microsoft.azure.cosmos.CosmosContainer
Reads all cosmos items in the container.
listItems(FeedOptions) - Method in class com.microsoft.azure.cosmos.CosmosContainer
Reads all cosmos items in a container.
listStoredProcedures(FeedOptions) - Method in class com.microsoft.azure.cosmos.CosmosContainer
Reads all cosmos stored procedures in a container.
listTriggers(FeedOptions) - Method in class com.microsoft.azure.cosmos.CosmosContainer
Reads all triggers in a container After subscription the operation will be performed.
listUserDefinedFunctions(FeedOptions) - Method in class com.microsoft.azure.cosmos.CosmosContainer
Reads all cosmos user defined functions in the container After subscription the operation will be performed.

Q

queryAttachments(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for attachments.
queryAttachments(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for attachments.
queryCollections(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for document collections in a database.
queryCollections(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for document collections in a database.
queryConflicts(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for conflicts.
queryConflicts(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for conflicts.
queryContainers(String, FeedOptions) - Method in class com.microsoft.azure.cosmos.CosmosDatabase
Query for cosmos containers in a cosmos database.
queryContainers(SqlQuerySpec, FeedOptions) - Method in class com.microsoft.azure.cosmos.CosmosDatabase
Query for cosmos containers in a cosmos database.
queryDatabases(String, FeedOptions) - Method in class com.microsoft.azure.cosmos.CosmosClient
Query for databases.
queryDatabases(SqlQuerySpec, FeedOptions) - Method in class com.microsoft.azure.cosmos.CosmosClient
Query for databases.
queryDatabases(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for databases.
queryDatabases(SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for databases.
queryDocumentChangeFeed(String, ChangeFeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for documents change feed in a document collection.
queryDocuments(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for documents in a document collection.
queryDocuments(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for documents in a document collection.
queryItems(String, FeedOptions) - Method in class com.microsoft.azure.cosmos.CosmosContainer
Query for documents in a items in a container After subscription the operation will be performed.
queryItems(SqlQuerySpec, FeedOptions) - Method in class com.microsoft.azure.cosmos.CosmosContainer
Query for documents in a items in a container After subscription the operation will be performed.
queryOffers(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for offers in a database.
queryOffers(SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for offers in a database.
queryPermissions(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for permissions.
queryPermissions(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for permissions.
queryStoredProcedures(String, FeedOptions) - Method in class com.microsoft.azure.cosmos.CosmosContainer
Query for stored procedures in a container.
queryStoredProcedures(SqlQuerySpec, FeedOptions) - Method in class com.microsoft.azure.cosmos.CosmosContainer
Query for stored procedures in a container.
queryStoredProcedures(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for stored procedures in a document collection.
queryStoredProcedures(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for stored procedures in a document collection.
queryTriggers(String, FeedOptions) - Method in class com.microsoft.azure.cosmos.CosmosContainer
Query for triggers in the container After subscription the operation will be performed.
queryTriggers(SqlQuerySpec, FeedOptions) - Method in class com.microsoft.azure.cosmos.CosmosContainer
Query for triggers in the container After subscription the operation will be performed.
queryTriggers(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for triggers.
queryTriggers(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for triggers.
queryUserDefinedFunctions(String, FeedOptions) - Method in class com.microsoft.azure.cosmos.CosmosContainer
Query for user defined functions in the container.
queryUserDefinedFunctions(SqlQuerySpec, FeedOptions) - Method in class com.microsoft.azure.cosmos.CosmosContainer
Query for user defined functions in the container.
queryUserDefinedFunctions(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for user defined functions.
queryUserDefinedFunctions(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for user defined functions.
queryUsers(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for users.
queryUsers(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for users.

R

read() - Method in class com.microsoft.azure.cosmos.CosmosContainer
Reads the document container After subscription the operation will be performed.
read(CosmosContainerRequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosContainer
Reads the document container by the container link.
read() - Method in class com.microsoft.azure.cosmos.CosmosDatabase
Reads a database.
read(CosmosDatabaseRequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosDatabase
Reads a database.
read(Object) - Method in class com.microsoft.azure.cosmos.CosmosItem
Reads an item.
read(CosmosItemRequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosItem
Reads an item.
read(RequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosStoredProcedure
Read a stored procedure by the stored procedure link.
read(RequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosTrigger
Reads a cosmos trigger by the trigger link.
read(RequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosUserDefinedFunction
Read a user defined function.
readAttachment(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads an attachment.
readAttachments(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads all attachments in a document.
readCollection(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads a document collection by the collection link.
readCollections(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads all document collections in a database.
readConflict(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads a conflict.
readConflicts(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads all conflicts in a document collection.
readDatabase(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads a database.
readDatabases(FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads all databases.
readDocument(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads a document by the document link.
readDocuments(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads all documents in a document collection.
readMedia(String) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads a media by the media link.
readOffer(String) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads an offer.
readOffers(FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads offers.
readPartitionKeyRanges(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads all partition key ranges in a document collection.
readPermission(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads a permission.
readPermissions(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads all permissions.
readStoredProcedure(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Read a stored procedure by the stored procedure link.
readStoredProcedures(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads all stored procedures in a document collection link.
readTrigger(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads a trigger by the trigger link.
readTriggers(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads all triggers in a document collection.
readUser(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads a user.
readUserDefinedFunction(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Read a user defined function.
readUserDefinedFunctions(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads all user defined functions in a document collection.
readUsers(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads all users in a database.
replace(CosmosContainerSettings, CosmosContainerRequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosContainer
Replaces a document container.
replace(Object, Object) - Method in class com.microsoft.azure.cosmos.CosmosItem
Replaces an item with the passed in item.
replace(Object, CosmosItemRequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosItem
Replaces an item with the passed in item.
replace(CosmosStoredProcedureSettings, RequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosStoredProcedure
Replaces a stored procedure.
replace(CosmosTriggerSettings, RequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosTrigger
Replaces a cosmos trigger.
replace(CosmosUserDefinedFunctionSettings, RequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosUserDefinedFunction
Replaces a cosmos user defined function.
replaceAttachment(Attachment, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Replaces an attachment.
replaceCollection(DocumentCollection, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Replaces a document collection.
replaceDocument(String, Object, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Replaces a document using a POJO object.
replaceDocument(Document, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Replaces a document with the passed in document.
replaceOffer(Offer) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Replaces an offer.
replacePermission(Permission, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Replaces a permission.
replaceStoredProcedure(StoredProcedure, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Replaces a stored procedure.
replaceTrigger(Trigger, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Replaces a trigger.
replaceUser(User, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Replaces a user.
replaceUserDefinedFunction(UserDefinedFunction, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Replaces a user defined function.
requestOptions - Variable in class com.microsoft.azure.cosmos.CosmosRequestOptions
 
resourceResponseWrapper - Variable in class com.microsoft.azure.cosmos.CosmosResponse
 

S

setAccessCondition(AccessCondition) - Method in class com.microsoft.azure.cosmos.CosmosRequestOptions
Sets the conditions associated with the request.
setConsistencyLevel(ConsistencyLevel) - Method in class com.microsoft.azure.cosmos.CosmosContainerRequestOptions
Sets the consistency level required for the request.
setConsistencyLevel(ConsistencyLevel) - Method in class com.microsoft.azure.cosmos.CosmosItemRequestOptions
Sets the consistency level required for the request.
setConsistencyLevel(ConsistencyLevel) - Method in class com.microsoft.azure.cosmos.CosmosStoredProcedureRequestOptions
Sets the consistency level required for the request.
setId(String) - Method in class com.microsoft.azure.cosmos.CosmosResource
 
setIndexingDirective(IndexingDirective) - Method in class com.microsoft.azure.cosmos.CosmosItemRequestOptions
Sets the indexing directive (index, do not index etc).
setIndexingPolicy(IndexingPolicy) - Method in class com.microsoft.azure.cosmos.CosmosContainerSettings
Sets the container's indexing policy
setOfferThroughput(Integer) - Method in class com.microsoft.azure.cosmos.CosmosContainerRequestOptions
Sets the throughput in the form of Request Units per second when creating a cosmos container.
setOfferThroughput(Integer) - Method in class com.microsoft.azure.cosmos.CosmosDatabaseRequestOptions
Sets the throughput in the form of Request Units per second when creating a cosmos database.
setPartitionKey(PartitionKeyDefinition) - Method in class com.microsoft.azure.cosmos.CosmosContainerSettings
Sets the containers's partition key definition.
setPartitionKey(PartitionKey) - Method in class com.microsoft.azure.cosmos.CosmosItemRequestOptions
Sets the partition key
setPartitionKey(PartitionKey) - Method in class com.microsoft.azure.cosmos.CosmosStoredProcedureRequestOptions
Sets the partition key used to identify the current request's target partition.
setPopulateQuotaInfo(boolean) - Method in class com.microsoft.azure.cosmos.CosmosContainerRequestOptions
Sets the PopulateQuotaInfo setting for cosmos container read requests in the Azure Cosmos DB database service.
setPostTriggerInclude(List<String>) - Method in class com.microsoft.azure.cosmos.CosmosItemRequestOptions
Sets the triggers to be invoked after the operation.
setPreTriggerInclude(List<String>) - Method in class com.microsoft.azure.cosmos.CosmosItemRequestOptions
Sets the triggers to be invoked before the operation.
setResourceSettings(T) - Method in class com.microsoft.azure.cosmos.CosmosResponse
 
setSessionToken(String) - Method in class com.microsoft.azure.cosmos.CosmosContainerRequestOptions
Sets the token for use with session consistency.
setSessionToken(String) - Method in class com.microsoft.azure.cosmos.CosmosItemRequestOptions
Sets the token for use with session consistency.
setSessionToken(String) - Method in class com.microsoft.azure.cosmos.CosmosStoredProcedureRequestOptions
Sets the token for use with session consistency.
setUniqueKeyPolicy(UniqueKeyPolicy) - Method in class com.microsoft.azure.cosmos.CosmosContainerSettings
Sets the Containers unique key policy

T

toRequestOptions() - Method in class com.microsoft.azure.cosmos.CosmosContainerRequestOptions
 
toRequestOptions() - Method in class com.microsoft.azure.cosmos.CosmosDatabaseRequestOptions
 
toRequestOptions() - Method in class com.microsoft.azure.cosmos.CosmosItemRequestOptions
 
toRequestOptions() - Method in class com.microsoft.azure.cosmos.CosmosRequestOptions
 
toRequestOptions() - Method in class com.microsoft.azure.cosmos.CosmosStoredProcedureRequestOptions
 

U

updateMedia(String, InputStream, MediaOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Updates a media by the media link.
upsertAttachment(String, Attachment, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Upserts an attachment.
upsertAttachment(String, InputStream, MediaOptions, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Upserts an attachment to the media stream
upsertDocument(String, Object, RequestOptions, boolean) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Upserts a document.
upsertItem(Object, CosmosItemRequestOptions) - Method in class com.microsoft.azure.cosmos.CosmosContainer
Upserts a cosmos item.
upsertPermission(String, Permission, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Upserts a permission.
upsertStoredProcedure(String, StoredProcedure, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Upserts a stored procedure.
upsertTrigger(String, Trigger, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Upserts a trigger.
upsertUser(String, User, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Upserts a user.
upsertUserDefinedFunction(String, UserDefinedFunction, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Upserts a user defined function.

V

validateResource(Resource) - Static method in class com.microsoft.azure.cosmos.CosmosResource
 

W

withConnectionPolicy(ConnectionPolicy) - Method in class com.microsoft.azure.cosmos.CosmosConfiguration.Builder
The (@link ConnectionPolicy) to be used
withConnectionPolicy(ConnectionPolicy) - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
 
withConsistencyLevel(ConsistencyLevel) - Method in class com.microsoft.azure.cosmos.CosmosConfiguration.Builder
This method accepts the (@link ConsistencyLevel) to be used
withConsistencyLevel(ConsistencyLevel) - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
 
withKeyOrResourceToken(String) - Method in class com.microsoft.azure.cosmos.CosmosConfiguration.Builder
This method will take either key or resource token and perform authentication for accessing resource.
withMasterKey(String) - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
Deprecated.
withMasterKeyOrResourceToken(String) - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
This method will accept the master key , additionally it can also consume resource token too for authentication.
withPermissionFeed(List<Permission>) - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
This method will accept the permission list , which contains the resource tokens needed to access resources.
withPermissions(List<Permission>) - Method in class com.microsoft.azure.cosmos.CosmosConfiguration.Builder
This method will accept the permission list , which contains the resource tokens needed to access resources.
withServiceEndpoint(String) - Method in class com.microsoft.azure.cosmos.CosmosConfiguration.Builder
 
withServiceEndpoint(String) - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
 
withTokenResolver(TokenResolver) - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
This method will accept functional interface TokenResolver which helps in generation authorization token per request.
A B C D E G I L Q R S T U V W 
Skip navigation links

Copyright © 2019. All rights reserved.