Whether the next index build operation needs to include all documents.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public bool NextBuildFull { get; set; }
Public Property NextBuildFull As Boolean
public: property bool NextBuildFull { bool get (); void set (bool value); }