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
accessConditions Associated with the request.
Conditional HTTP method header value (the _etag field from the last version you read).
Conditional HTTP method header type (IfMatch or IfNoneMatch).
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
disableDisable automatic id generation (will cause creates to fail if id isn't on the definition)
Optional
disableRUPerDisableRUPerMinuteUsage is used to enable/disable Request Units(RUs)/minute capacity to serve the request if regular provisioned RUs/second is exhausted.
Optional
enableEnables or disables logging in JavaScript stored procedures.
Optional
indexingSpecifies indexing directives (index, do not index .. etc).
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
offerThe offer throughput provisioned for a container in measurement of Requests-per-Unit.
Optional
offerOffer type when creating document containers.
This option is only valid when creating a document container.
Optional
populateEnables/disables getting document container quota related stats for document container read requests.
Optional
postIndicates what is the post trigger to be invoked after the operation.
Optional
preIndicates what is the pre trigger to be invoked before the operation.
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
resourceExpiry time (in seconds) for resource token associated with permission (applicable only for requests on permissions).
Optional
sessionEnables/disables getting document container quota related stats for document container read requests.
Optional
url(Advanced use case) The url to connect to.
Options that can be specified for a requested issued to the Azure Cosmos DB servers.=