The properties of the Content interface are listed below. For a complete list of Content interface members, see the Content Members topic.
CreateOptions |
The ContentCreateOptions object which should be applied to this object. Note that if none was provided to the factory method that created this Content instance, one may have been created with appropriate defaults for the content provided. |
Rewindable |
Indicates whether this Content instance is rewindable and therefore automatically retryable. If a content insertion (Session.insertContent(Content)) is interrupted and this method returns true, then the operation will automatically be restarted. If this method returns false, then an exception will be thrown immediately. If multiple Content objects are being inserted at once (Session.insertContent(Content[])) and any non-rewindable (Content object has already been even partially sent, the insert will fail immediately. |
Uri |
The URI with which this content should be inserted. |
Content Interface | Marklogic.Xcc Namespace