java.lang.Object
com.azure.core.util.ExpandableStringEnum<Type>
com.azure.resourcemanager.cosmos.models.Type
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class Type extends com.azure.core.util.ExpandableStringEnum<Type>
Type of the connection string.
  • Field Details

    • SQL

      public static final Type SQL
      Static value Sql for Type.
    • TABLE

      public static final Type TABLE
      Static value Table for Type.
    • MONGO_DB

      public static final Type MONGO_DB
      Static value MongoDB for Type.
    • CASSANDRA

      public static final Type CASSANDRA
      Static value Cassandra for Type.
    • CASSANDRA_CONNECTOR_METADATA

      public static final Type CASSANDRA_CONNECTOR_METADATA
      Static value CassandraConnectorMetadata for Type.
    • GREMLIN

      public static final Type GREMLIN
      Static value Gremlin for Type.
    • SQL_DEDICATED_GATEWAY

      public static final Type SQL_DEDICATED_GATEWAY
      Static value SqlDedicatedGateway for Type.
    • GREMLIN_V2

      public static final Type GREMLIN_V2
      Static value GremlinV2 for Type.
    • UNDEFINED

      public static final Type UNDEFINED
      Static value Undefined for Type.
  • Constructor Details

  • Method Details

    • fromString

      public static Type fromString(String name)
      Creates or finds a Type from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding Type.
    • values

      public static Collection<Type> values()
      Gets known Type values.
      Returns:
      known Type values.