LogsTableRow Class
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.
Represents a row in the table of results returned from the logs query.
public class LogsTableRow : System.Collections.Generic.IEnumerable<object>, System.Collections.Generic.IReadOnlyCollection<object>, System.Collections.Generic.IReadOnlyList<object>
type LogsTableRow = class
interface IReadOnlyList<obj>
interface seq<obj>
interface IEnumerable
interface IReadOnlyCollection<obj>
Public Class LogsTableRow
Implements IEnumerable(Of Object), IReadOnlyCollection(Of Object), IReadOnlyList(Of Object)
- Inheritance
-
LogsTableRow
- Implements
Properties
Count |
Returns the cell count. |
Item[Int32] |
Gets the value of the column at the specified index as Object. |
Item[String] |
Gets the value of the column with the specified name as Object. |
Methods
GetBoolean(Int32) |
Gets the value of the column at the specified index as Boolean. |
GetBoolean(String) |
Gets the value of the column with the specified name as Boolean. |
GetDateTimeOffset(Int32) |
Gets the value of the column at the specified index as DateTimeOffset. |
GetDateTimeOffset(String) |
Gets the value of the column with the specified name as DateTimeOffset. |
GetDecimal(Int32) |
Gets the value of the column at the specified index as Decimal. |
GetDecimal(String) |
Gets the value of the column with the specified name as Decimal. |
GetDouble(Int32) |
Gets the value of the column at the specified index as Double. |
GetDouble(String) |
Gets the value of the column with the specified name as Double. |
GetDynamic(Int32) |
Gets the value of the column at the specified index as BinaryData. |
GetDynamic(String) |
Gets the value of the column with the specified name as Guid. |
GetGuid(Int32) |
Gets the value of the column at the specified index as Guid. |
GetGuid(String) |
Gets the value of the column with the specified name as Guid. |
GetInt32(Int32) |
Gets the value of the column at the specified index as Int32. |
GetInt32(String) |
Gets the value of the column with the specified name as Int32. |
GetInt64(Int32) |
Gets the value of the column at the specified index as Int64. |
GetInt64(String) |
Gets the value of the column with the specified name as Int64. |
GetString(Int32) |
Gets the value of the column at the specified index as String. |
GetString(String) |
Gets the value of the column with the specified name as String. |
GetTimeSpan(Int32) |
Gets the value of the column at the specified index as TimeSpan. |
GetTimeSpan(String) |
Gets the value of the column with the specified name as TimeSpan. |
ToString() |
Returns a string that represents the current object. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Returns an enumerator that iterates through a collection. |
IEnumerable<Object>.GetEnumerator() |
Returns an enumerator that iterates through the collection. |
Applies to
Azure SDK for .NET