MarkLogic XCC/.Net Library

RequestOptions Class

This class represents options to apply to execution of a query. RequestOptions may be set on both Request and on Session objects. Options set on Request take priority. The effective options applied to a request are a blend of of the two objects with defaults applied to values not explicitly set. Use the method Request#getEffectiveOptions() to determine the actual values that will be applied to a given request.

For a list of all members of this type, see RequestOptions Members.

System.Object
   Marklogic.Xcc.RequestOptions

[Visual Basic]
Public Class RequestOptions
[C#]
public class RequestOptions

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Marklogic.Xcc

Assembly: MarklogicXcc (in MarklogicXcc.dll)

See Also

RequestOptions Members | Marklogic.Xcc Namespace