RequestOptions Class

Definition

The default cosmos request options

public class RequestOptions
type RequestOptions = class
Public Class RequestOptions
Inheritance
RequestOptions
Derived

Constructors

RequestOptions()

Properties

AddRequestHeaders

Gets or sets a delegate which injects/appends a custom header in the request.

IfMatchEtag

Gets or sets the If-Match (ETag) associated with the request in the Azure Cosmos DB service.

IfNoneMatchEtag

Gets or sets the If-None-Match (ETag) associated with the request in the Azure Cosmos DB service.

Properties

Application opted Cosmos request context that flow through with the RequestMessage. Context will be available through handlers.

Methods

ShallowCopy()

Clone RequestOptions.

Applies to