CosmosDBApiType 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.
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
Azure SDK for .NET