Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
AccessibilityModeAttribute Class
AccessMode Enumeration
BlobFactory Class
CouchbaseLiteException Class
CryptorBlock Delegate
DatabaseChangedEventArgs Class
DatabaseFactory Class
DatabaseOptions Structure
DispatchQueueExtensions Class
DocumentSavedEventArgs Class
EncryptionKeyFactory Class
IBlob Interface
IConflictResolver Interface
IDatabase Interface
IDispatchQueue Interface
IDocument Interface
IDocumentMetadata Interface
IDocumentModel Interface
IEncryptionKey Interface
IFullTextQueryRow Interface
IndexOptions Class
IndexType Enumeration
IPropertyContainer Interface
IQueryRow Interface
ISubdocument Interface
IThreadSafe Interface
QueryableFactory Class
Range Structure
Status Class
StatusCode Enumeration
SubdocumentFactory Class
ThreadSafetyViolationException Class
IndexType Enumeration
A type setting for creating an index in a database
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
Copy
public
enum
IndexType
Members
Member name
Value
Description
ValueIndex
0
Creates an index on simple property values
FullTextIndex
1
Creates a full text index
See Also
Reference
Couchbase.Lite Namespace