CosmosDBPartitionKind 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 kind of algorithm used for partitioning. For MultiHash, multiple partition keys (upto three maximum) are supported for container create.
public readonly struct CosmosDBPartitionKind : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBPartitionKind>
type CosmosDBPartitionKind = struct
Public Structure CosmosDBPartitionKind
Implements IEquatable(Of CosmosDBPartitionKind)
- Inheritance
-
CosmosDBPartitionKind
- Implements
Constructors
CosmosDBPartitionKind(String) |
Initializes a new instance of CosmosDBPartitionKind. |
Properties
Hash |
Hash. |
MultiHash |
MultiHash. |
Range |
Range. |
Methods
Equals(CosmosDBPartitionKind) |
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(CosmosDBPartitionKind, CosmosDBPartitionKind) |
Determines if two CosmosDBPartitionKind values are the same. |
Implicit(String to CosmosDBPartitionKind) |
Converts a string to a CosmosDBPartitionKind. |
Inequality(CosmosDBPartitionKind, CosmosDBPartitionKind) |
Determines if two CosmosDBPartitionKind values are not the same. |
Applies to
Azure SDK for .NET