MarkLogic XCC/.Net Library

ContentFetcher.RequestOptions Property

Set (or clear) the RequestOptions instance to associate with submitted queries.

Note: It's a good idea to set CachedResult=false. Since the data is being written straight out to a Stream there is no need to buffer the document first. Streaming will also accommodate arbitrarily large documents without running out of memory. Setting an options value of null will use defaults, which includes cached result mode.

[Visual Basic]
Overridable Public Property RequestOptions As RequestOptions
[C#]
public virtual Marklogic.Xcc.RequestOptions RequestOptions {set;}

Parameters

See Also

ContentFetcher Class | Marklogic.Xcc.Examples Namespace