Class AnalyticsDataType
java.lang.Object
com.couchbase.client.java.manager.analytics.AnalyticsDataType
Holds the data-types for fields to index.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AnalyticsDataType
Represents the "double" data-type for an analytics field index.static final AnalyticsDataType
Represents the "int64" data-type for an analytics field index.static final AnalyticsDataType
Represents the "string" data-type for an analytics field index. -
Method Summary
-
Field Details
-
STRING
Represents the "string" data-type for an analytics field index. -
INT64
Represents the "int64" data-type for an analytics field index. -
DOUBLE
Represents the "double" data-type for an analytics field index.
-
-
Method Details