MarkLogic XCC/.Net Library

ContentCreateOptions.ResolveBufferSize Property

Document entity resolution buffer size property. This value is passed to the server and is not used directly by XCC. The default is 0, which indicates that a reasonable default should be used. The default should be appropriate for all but the most unusual of circumstances.

[Visual Basic]
Overridable Public Property ResolveBufferSize As Integer
[C#]
public virtual int ResolveBufferSize {get; set;}

See Also

ContentCreateOptions Class | Marklogic.Xcc Namespace