The properties of the ContentFetcher class are listed below. For a complete list of ContentFetcher class members, see the ContentFetcher Members topic.
RequestOptions |
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. |
ContentFetcher Class | Marklogic.Xcc.Examples Namespace