Class Format
- Inheritance
-
Format
- Implements
-
- Derived
-
- Inherited Members
-
Databricks Metric View format specifications
public abstract record Format : IEquatable<Format>
- Extension Methods
-
Constructors
protected Format(Format original)
Parameters
| Type |
Name |
Description |
| Format |
original |
|
Properties
protected virtual Type EqualityContract { get; }
Property Value
The type of format (i.e., "number", "currency", "percentage",
"byte", "date", "datetime")
public abstract Format.FormatType Type { get; }
Property Value
Methods
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
public virtual bool Equals(Format? other)
Parameters
| Type |
Name |
Description |
| Format |
other |
|
Returns
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
Returns
public override string ToString()
Returns
Operators
public static bool operator ==(Format? left, Format? right)
Parameters
Returns
public static bool operator !=(Format? left, Format? right)
Parameters
Returns