Package version:
Optional
abortabortSignal to pass to all underlying network requests created by this method call. See https://developer.mozilla.org/en-US/docs/Web/API/AbortController
Optional
bypassSets if integrated cache should be bypassed or enabled for the request in Azure CosmosDB service.
Default value is false. By default integrated cache is enabled
Optional
consistencyConsistency level required by the client.
Optional
disableRUPerDisableRUPerMinuteUsage is used to enable/disable Request Units(RUs)/minute capacity to serve the request if regular provisioned RUs/second is exhausted.
Optional
initial(Advanced use case) Initial headers to start with when sending requests to Cosmos
Optional
maxSets the staleness value associated with the request in the Azure CosmosDB service. For requests where the com.azure.cosmos.ConsistencyLevel is com.azure.cosmos.ConsistencyLevel#EVENTUAL or com.azure.cosmos.ConsistencyLevel#SESSION, responses from the integrated cache are guaranteed to be no staler than value indicated by this maxIntegratedCacheStaleness. When the consistency level is not set, this property is ignored.
Default value is null
Cache Staleness is supported in milliseconds granularity. Anything smaller than milliseconds will be ignored.
Optional
priorityPriority Level (Low/High) for each request. Low priority requests are always throttled before any high priority requests.
Default value is null. By default all requests are of High priority
Optional
sessionEnables/disables getting document container quota related stats for document container read requests.
Optional
throughputThroughput Bucket for a request.
Default value is null. In this case, the request can use 100% of the partition throughput.
For more information, visit [Cosmos DB throughput Bucketing](https://aka.ms/cosmsodb-bucketing).
Options that can be specified for a requested issued to the Azure Cosmos DB servers.=