CosmosDBApiType Struct

Definition

Enum to indicate the API type of the restorable database account.

public readonly struct CosmosDBApiType : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBApiType>
type CosmosDBApiType = struct
Public Structure CosmosDBApiType
Implements IEquatable(Of CosmosDBApiType)
Inheritance
CosmosDBApiType
Implements

Constructors

CosmosDBApiType(String)

Initializes a new instance of CosmosDBApiType.

Properties

Cassandra

Cassandra.

Gremlin

Gremlin.

GremlinV2

GremlinV2.

MongoDB

MongoDB.

Sql

Sql.

Table

Table.

Methods

Equals(CosmosDBApiType)

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(CosmosDBApiType, CosmosDBApiType)

Determines if two CosmosDBApiType values are the same.

Implicit(String to CosmosDBApiType)

Converts a string to a CosmosDBApiType.

Inequality(CosmosDBApiType, CosmosDBApiType)

Determines if two CosmosDBApiType values are not the same.

Applies to