QueryIndexUpdateMode Property |
Gets or sets when a
View index is updated when running a Query.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public IndexUpdateMode IndexUpdateMode { get; set; }
Property Value
Type:
IndexUpdateModeThe index update mode.
See Also