Share via


CosmosDBType Struct

Definition

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