CosmosDBServerVersion 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.
Describes the ServerVersion of an a MongoDB account.
public readonly struct CosmosDBServerVersion : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBServerVersion>
type CosmosDBServerVersion = struct
Public Structure CosmosDBServerVersion
Implements IEquatable(Of CosmosDBServerVersion)
- Inheritance
-
CosmosDBServerVersion
- Implements
Constructors
| Name | Description |
|---|---|
| CosmosDBServerVersion(String) |
Initializes a new instance of CosmosDBServerVersion. |
Properties
| Name | Description |
|---|---|
| Five0 |
5.0. |
| Seven0 |
7.0. |
| Six0 |
6.0. |
| V3_2 |
3.2. |
| V3_6 |
3.6. |
| V4_0 |
4.0. |
| V4_2 |
4.2. |
Methods
| Name | Description |
|---|---|
| Equals(CosmosDBServerVersion) |
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(CosmosDBServerVersion, CosmosDBServerVersion) |
Determines if two CosmosDBServerVersion values are the same. |
| Implicit(String to CosmosDBServerVersion) |
Converts a String to a CosmosDBServerVersion. |
| Inequality(CosmosDBServerVersion, CosmosDBServerVersion) |
Determines if two CosmosDBServerVersion values are not the same. |