MarkLogic XCC/.Net Library

RequestOptions.CacheResult Property

Indicates whether the ResultSequence should be cached when read from the server. Set to true to cause the ResultSequence to be cached, false if it should be streamed. The default is true.

[Visual Basic]
Overridable Public Property CacheResult As Boolean
[C#]
public virtual bool CacheResult {get; set;}

See Also

RequestOptions Class | Marklogic.Xcc Namespace