Class AnalyticsLinkType


  • public class AnalyticsLinkType
    extends Object
    Describes the analytics external link types.
    • Field Detail

      • COUCHBASE_REMOTE

        public static final AnalyticsLinkType COUCHBASE_REMOTE
        Couchbase remote cluster link.
    • Method Detail

      • of

        @Internal
        public static AnalyticsLinkType of​(String wireName)
        Creates a new type out of the wire representation.
        Parameters:
        wireName - (nullable) the name on the wire
        Returns:
        the created link type (or unknown if not known).
      • wireName

        public String wireName()