Class IndexMeta
public record IndexMeta : IEquatable<IndexMeta>
- Inheritance
-
IndexMeta
- Implements
- Inherited Members
Properties
Fields
public required string[] Fields { get; init; }
Property Value
- string[]
IsUnique
public required bool IsUnique { get; init; }
Property Value
Name
public required string Name { get; init; }
Property Value
Methods
Equals(IndexMeta)
Indicates whether the current object is equal to another object of the same type.
public virtual bool Equals(IndexMeta other)
Parameters
otherIndexMetaAn object to compare with this object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.