RequestOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines parameters to be used by store engine.
public ref class RequestOptions
public class RequestOptions
type RequestOptions = class
Public Class RequestOptions
- Inheritance
-
RequestOptions
- Derived
Remarks
Not all parameters supported by all APIs and engines. Unsupported parameters are ignored.
Constructors
RequestOptions() |
Properties
ConsistencyLevel |
Gets or sets the consistency level required for the request. |
ContentResponseOnWrite |
Gets or sets a value indicating whether written object should be returned back after write operations. |
ItemVersion |
Gets or sets the item version parameter to control item version for concurrent modifications. |
PartitionKey |
Gets or sets the partition key elements for the current request. |
Region |
Gets or sets the region ID. |
SessionToken |
Gets or sets the token for use with session consistency. |