ServiceType enum Core

The various service types available.

Inheritance

Constructors

ServiceType()
const

Values

keyValue → const ServiceType

The key-value service, responsible for data storage.

management → const ServiceType

The management service, responsible for managing the cluster.

views → const ServiceType

The views service, responsible for views querying.

query → const ServiceType

The query service, responsible for N1QL querying.

The search service, responsible for full-text search querying.

analytics → const ServiceType

The analytics service, responsible for analytics querying.

eventing → const ServiceType

The eventing service, responsible for event-driven actions.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ServiceType>
A constant List of the values in this enum, in order of their declaration.