Share via


LogsColumnType Struct

Definition

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.

Applies to