IndexKind 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 type of index.
public struct IndexKind : IEquatable<Azure.ResourceManager.CosmosDB.Models.IndexKind>
type IndexKind = struct
Public Structure IndexKind
Implements IEquatable(Of IndexKind)
- Inheritance
-
System.ValueTypeIndexKind
- Implements
-
System.IEquatable<IndexKind>
Constructors
IndexKind(String) |
Determines if two IndexKind values are the same. |
Properties
Hash |
Hash. |
Range |
Range. |
Spatial |
Spatial. |
Methods
Equals(IndexKind) | System.IEquatable`1.Equals(`0) |
ToString() | System.IEquatable`1.ToString |
Operators
Equality(IndexKind, IndexKind) |
Determines if two IndexKind values are the same. |
Implicit(String to IndexKind) |
Converts a string to a IndexKind. |
Inequality(IndexKind, IndexKind) |
Determines if two IndexKind values are not the same. |