Package | Description |
---|---|
com.microsoft.azure.cosmosdb | |
com.microsoft.azure.cosmosdb.rx |
Modifier and Type | Class and Description |
---|---|
class |
OfferV2
Represents an offer version 2 in the Azure Cosmos DB database service.
|
Constructor and Description |
---|
Offer(Offer otherOffer)
Initialize an offer object and copy all properties from the other offer.
|
OfferV2(Offer otherOffer)
Initialize an new instance of the OfferV2 object, copy the base
properties from another Offer object and set the throughput value.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<FeedResponse<Offer>> |
AsyncDocumentClient.queryOffers(SqlQuerySpec querySpec,
FeedOptions options)
Query for offers in a database.
|
rx.Observable<FeedResponse<Offer>> |
AsyncDocumentClient.queryOffers(String query,
FeedOptions options)
Query for offers in a database.
|
rx.Observable<ResourceResponse<Offer>> |
AsyncDocumentClient.readOffer(String offerLink)
Reads an offer.
|
rx.Observable<FeedResponse<Offer>> |
AsyncDocumentClient.readOffers(FeedOptions options)
Reads offers.
|
rx.Observable<ResourceResponse<Offer>> |
AsyncDocumentClient.replaceOffer(Offer offer)
Replaces an offer.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<ResourceResponse<Offer>> |
AsyncDocumentClient.replaceOffer(Offer offer)
Replaces an offer.
|
Copyright © 2018. All rights reserved.