LogsColumnType 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.
The data type of this column.
public readonly struct LogsColumnType : IEquatable<Azure.Monitor.Query.Models.LogsColumnType>
type LogsColumnType = struct
Public Structure LogsColumnType
Implements IEquatable(Of LogsColumnType)
- Inheritance
-
LogsColumnType
- Implements
Constructors
LogsColumnType(String) |
Initializes a new instance of LogsColumnType. |
Properties
Bool |
bool. |
Datetime |
datetime. |
Decimal |
decimal. |
Dynamic |
dynamic. |
Guid |
guid. |
Int |
int. |
Long |
long. |
Real |
real. |
String |
string. |
Timespan |
timespan. |
Methods
Equals(LogsColumnType) |
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(LogsColumnType, LogsColumnType) |
Determines if two LogsColumnType values are the same. |
Implicit(String to LogsColumnType) |
Converts a String to a LogsColumnType. |
Inequality(LogsColumnType, LogsColumnType) |
Determines if two LogsColumnType values are not the same. |