CosmosDBType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type of the connection string.
public readonly struct CosmosDBType : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBType>
type CosmosDBType = struct
Public Structure CosmosDBType
Implements IEquatable(Of CosmosDBType)
- Inheritance
-
CosmosDBType
- Implements
Constructors
CosmosDBType(String) |
Initializes a new instance of CosmosDBType. |
Properties
Cassandra |
Cassandra. |
CassandraConnectorMetadata |
CassandraConnectorMetadata. |
Gremlin |
Gremlin. |
GremlinV2 |
GremlinV2. |
MongoDB |
MongoDB. |
Sql |
Sql. |
SqlDedicatedGateway |
SqlDedicatedGateway. |
Table |
Table. |
Undefined |
Undefined. |
Methods
Equals(CosmosDBType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(CosmosDBType, CosmosDBType) |
Determines if two CosmosDBType values are the same. |
Implicit(String to CosmosDBType) |
Converts a String to a CosmosDBType. |
Inequality(CosmosDBType, CosmosDBType) |
Determines if two CosmosDBType values are not the same. |
Applies to
Azure SDK for .NET