MarkLogic XCC/.Net Library

ContentFactory.NewUnBufferedContent Method

Create a new non-rewindable Content object for the given InputStream. Note that the Content instance returned is not rewindable (Content.isRewindable() == false) which means that auto-retry cannot be performed if there is a problem inserting the content.

Overload List

Create a new non-rewindable Content object for the given InputStream. Note that the Content instance returned is not rewindable (Content.isRewindable() == false) which means that auto-retry cannot be performed if there is a problem inserting the content.

public static Content NewUnBufferedContent(string,Stream,ContentCreateOptions);

Create a new, non-rewindable Content object from a URL.

public static Content NewUnBufferedContent(string,Uri,ContentCreateOptions);

See Also

ContentFactory Class | Marklogic.Xcc Namespace