public class AnalyticsDataType extends Object
| Modifier and Type | Field and Description |
|---|---|
static AnalyticsDataType |
DOUBLE
Represents the "double" data-type for an analytics field index.
|
static AnalyticsDataType |
INT64
Represents the "int64" data-type for an analytics field index.
|
static AnalyticsDataType |
STRING
Represents the "string" data-type for an analytics field index.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
String |
value() |
static AnalyticsDataType |
valueOf(String value)
If there's no pre-defined constant for a data type, you can create your own using this method.
|
public static final AnalyticsDataType STRING
public static final AnalyticsDataType INT64
public static final AnalyticsDataType DOUBLE
public static AnalyticsDataType valueOf(String value)
public String value()
Copyright © 2024 Couchbase, Inc.. All rights reserved.