CosmosDBDataType 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.
The datatype for which the indexing behavior is applied to.
public readonly struct CosmosDBDataType : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBDataType>
type CosmosDBDataType = struct
Public Structure CosmosDBDataType
Implements IEquatable(Of CosmosDBDataType)
- Inheritance
-
CosmosDBDataType
- Implements
Constructors
CosmosDBDataType(String) |
Initializes a new instance of CosmosDBDataType. |
Properties
LineString |
LineString. |
MultiPolygon |
MultiPolygon. |
Number |
Number. |
Point |
Point. |
Polygon |
Polygon. |
String |
String. |
Methods
Equals(CosmosDBDataType) |
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(CosmosDBDataType, CosmosDBDataType) |
Determines if two CosmosDBDataType values are the same. |
Implicit(String to CosmosDBDataType) |
Converts a String to a CosmosDBDataType. |
Inequality(CosmosDBDataType, CosmosDBDataType) |
Determines if two CosmosDBDataType values are not the same. |
Applies to
Azure SDK for .NET