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