CosmosDBIndexingMode 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 indexing mode.
public readonly struct CosmosDBIndexingMode : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBIndexingMode>
type CosmosDBIndexingMode = struct
Public Structure CosmosDBIndexingMode
Implements IEquatable(Of CosmosDBIndexingMode)
- Inheritance
-
CosmosDBIndexingMode
- Implements
Constructors
CosmosDBIndexingMode(String) |
Initializes a new instance of CosmosDBIndexingMode. |
Properties
Consistent |
consistent. |
Lazy |
lazy. |
None |
none. |
Methods
Equals(CosmosDBIndexingMode) |
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(CosmosDBIndexingMode, CosmosDBIndexingMode) |
Determines if two CosmosDBIndexingMode values are the same. |
Implicit(String to CosmosDBIndexingMode) |
Converts a string to a CosmosDBIndexingMode. |
Inequality(CosmosDBIndexingMode, CosmosDBIndexingMode) |
Determines if two CosmosDBIndexingMode values are not the same. |
Applies to
Azure SDK for .NET