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.
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);
ContentFactory Class | Marklogic.Xcc Namespace