CosmosDBVectorDataType 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 data type of vector.
public readonly struct CosmosDBVectorDataType : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBVectorDataType>
type CosmosDBVectorDataType = struct
Public Structure CosmosDBVectorDataType
Implements IEquatable(Of CosmosDBVectorDataType)
- Inheritance
-
CosmosDBVectorDataType
- Implements
Constructors
CosmosDBVectorDataType(String) |
Initializes a new instance of CosmosDBVectorDataType. |
Properties
Float32 |
float32. |
Int8 |
int8. |
Uint8 |
uint8. |
Methods
Equals(CosmosDBVectorDataType) |
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(CosmosDBVectorDataType, CosmosDBVectorDataType) |
Determines if two CosmosDBVectorDataType values are the same. |
Implicit(String to CosmosDBVectorDataType) |
Converts a String to a CosmosDBVectorDataType. |
Inequality(CosmosDBVectorDataType, CosmosDBVectorDataType) |
Determines if two CosmosDBVectorDataType values are not the same. |