A B C D E G M Q R S U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
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
AsyncDocumentClientinstances as logical representation of the Azure Cosmos DB database service.
B
- build() - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
- Builder() - Constructor for class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
C
- close() - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Close this
AsyncDocumentClientinstance and cleans up the resources. - com.microsoft.azure.cosmosdb.rx - package com.microsoft.azure.cosmosdb.rx
-
This package provides Rx interfaces for interacting with Azure Cosmos DB.
- 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.
- createDatabase(Database, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Creates a database.
- createDocument(String, Object, RequestOptions, boolean) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Creates a document.
- createPermission(String, Permission, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Creates a permission.
- createStoredProcedure(String, StoredProcedure, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Creates a stored procedure.
- 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(String, UserDefinedFunction, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Creates a user defined function.
D
- 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
- executeStoredProcedure(String, RequestOptions, Object[]) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
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.
G
- getConfigs() - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
- getConnectionPolicy() - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
- getConnectionPolicy() - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Gets the connection policy
- getDatabaseAccount() - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Gets database account information.
- getDesiredConsistencyLevel() - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
- getMasterKeyOrResourceToken() - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
- getPermissionFeed() - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
- getReadEndpoint() - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Gets the current read endpoint chosen based on availability and preference.
- getServiceEndpoint() - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
- getServiceEndpoint() - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Gets the default service endpoint as passed in by the user during construction.
- getTokenResolver() - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
- getWriteEndpoint() - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Gets the current write endpoint chosen based on availability and preference.
M
- monitor(MeterRegistry) - Static method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Adds a meter registry for reporting Direct TCP metrics
Q
- queryAttachments(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Query for attachments.
- queryAttachments(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Query for attachments.
- queryCollections(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Query for document collections in a database.
- queryCollections(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Query for document collections in a database.
- queryConflicts(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Query for conflicts.
- queryConflicts(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Query for conflicts.
- queryDatabases(SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Query for databases.
- queryDatabases(String, 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, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Query for documents in a document collection.
- queryDocuments(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Query for documents in a document collection.
- queryOffers(SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Query for offers in a database.
- queryOffers(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Query for offers in a database.
- queryPermissions(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Query for permissions.
- queryPermissions(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Query for permissions.
- queryStoredProcedures(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Query for stored procedures in a document collection.
- queryStoredProcedures(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Query for stored procedures in a document collection.
- queryTriggers(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Query for triggers.
- queryTriggers(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Query for triggers.
- queryUserDefinedFunctions(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Query for user defined functions.
- queryUserDefinedFunctions(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Query for user defined functions.
- queryUsers(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Query for users.
- queryUsers(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Query for users.
R
- 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.
- 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(Document, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Replaces a document with the passed in document.
- replaceDocument(String, Object, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
-
Replaces a document using a POJO object.
- 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.
S
- setConfigs(Configs) - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
- setConnectionPolicy(ConnectionPolicy) - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
- setDesiredConsistencyLevel(ConsistencyLevel) - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
- setMasterKeyOrResourceToken(String) - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
- setPermissionFeed(List<Permission>) - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
- setServiceEndpoint(URI) - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
- setTokenResolver(TokenResolver) - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
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.
- 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.
W
- withConfigs(Configs) - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
- withConnectionPolicy(ConnectionPolicy) - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
- withConsistencyLevel(ConsistencyLevel) - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
- withMasterKey(String) - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
-
Deprecated.use
withMasterKeyOrResourceToken(String)instead. - 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.
- 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.
All Classes All Packages