Class Type
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Type>
com.azure.resourcemanager.cosmos.models.Type
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Type of the connection string.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypeStatic value Cassandra for Type.static final TypeStatic value CassandraConnectorMetadata for Type.static final TypeStatic value Gremlin for Type.static final TypeStatic value GremlinV2 for Type.static final TypeStatic value MongoDB for Type.static final TypeStatic value Sql for Type.static final TypeStatic value SqlDedicatedGateway for Type.static final TypeStatic value Table for Type.static final TypeStatic value Undefined for Type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TypefromString(String name) Creates or finds a Type from its string representation.static Collection<Type> values()Gets known Type values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
SQL
Static value Sql for Type. -
TABLE
Static value Table for Type. -
MONGO_DB
Static value MongoDB for Type. -
CASSANDRA
Static value Cassandra for Type. -
CASSANDRA_CONNECTOR_METADATA
Static value CassandraConnectorMetadata for Type. -
GREMLIN
Static value Gremlin for Type. -
SQL_DEDICATED_GATEWAY
Static value SqlDedicatedGateway for Type. -
GREMLIN_V2
Static value GremlinV2 for Type. -
UNDEFINED
Static value Undefined for Type.
-
-
Constructor Details
-
Type
Deprecated.Use thefromString(String)factory method.Creates a new instance of Type value.
-
-
Method Details
-
fromString
Creates or finds a Type from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Type.
-
values
Gets known Type values.- Returns:
- known Type values.
-
fromString(String)factory method.