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

Name Description
CosmosDBType(String)

Initializes a new instance of CosmosDBType.

Properties

Name Description
Cassandra

Gets the Cassandra.

CassandraConnectorMetadata

Gets the CassandraConnectorMetadata.

Gremlin

Gets the Gremlin.

GremlinV2

Gets the GremlinV2.

MongoDB

Gets the MongoDB.

Sql

Gets the Sql.

SqlDedicatedGateway

Gets the SqlDedicatedGateway.

Table

Gets the Table.

Undefined

Gets the Undefined.

Methods

Name Description
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

Name Description
Equality(CosmosDBType, CosmosDBType)

Determines if two CosmosDBType values are the same.

Implicit(String to CosmosDBType)

Converts a string to a CosmosDBType.

Implicit(String to Nullable<CosmosDBType>)
Inequality(CosmosDBType, CosmosDBType)

Determines if two CosmosDBType values are not the same.

Applies to