- 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(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.